* sysdeps/mach/hurd/fork.c (__fork): Do not free the signal
[platform/upstream/glibc.git] / ChangeLog
1 2002-09-19  Neal H. Walfield  <neal@cs.uml.edu>
2
3         * sysdeps/mach/hurd/fork.c (__fork): Do not free the signal
4         thread's sigstate data structure if it has been allocated.
5
6 2002-09-19  Roland McGrath  <roland@redhat.com>
7
8         * include/libc-symbols.h [HAVE_ASM_SET_DIRECTIVE]
9         [! HAVE_ASM_GLOBAL_DOT_NAME] (__hidden_dot_def1): Fix typo'd name.
10
11 2002-09-18  Ulrich Drepper  <drepper@redhat.com>
12
13         * version.h (VERSION): Bump to 2.2.94.
14
15         * sysdeps/powerpc/fpu/Dist: Move fprrest.S and fprsave.S to...
16         * sysdeps/powerpc/powerpc32/fpu/Dist: ...here.  New file.
17         * sysdeps/unix/sysv/linux/powerpc/Dist: Move kernel_stat.h to...
18         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: ...here.
19
20         * sysdeps/i386/Makefile: Remove obsolete db2 rules.
21
22         * sysdeps/unix/sysv/linux/Makefile: Add exit-thread.S.
23
24         * sysdeps/unix/sysv/linux/powerpc/Dist: Add ldd-rewrite.sh.
25
26         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: New file.
27
28 2002-09-19  Jakub Jelinek  <jakub@redhat.com>
29
30         * sysdeps/wordsize-32/Makefile: New file.
31         * sysdeps/arm/Makefile: Removed.
32         * sysdeps/i386/Makefile (sysdep_routines, shared-only-routines):
33         Don't add divdi3 here.
34         * sysdeps/m68k/Makefile: Likewise.
35         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
36         * sysdeps/sh/Makefile: Likewise.
37         * sysdeps/s390/s390-32/Makefile: Likewise.
38
39 2002-09-18  Roland McGrath  <roland@redhat.com>
40
41         * locale/lc-ctype.c (_nl_postload_ctype): Add compat_symbol decls for
42         the __ctype_* compat symbols, so the relocs generated bind to the
43         right versioned global symbol in the shared object.
44
45         * elf/do-rel.h (elf_dynamic_do_rel): Mask off 0x8000 bit (hidden flag)
46         from the value taken from the DT_VERSYM table.
47         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
48         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Likewise.
49         (RESOLVE_GOTSYM): Likewise.
50
51         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
52         Add libc_hidden_def.
53         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
54         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
55         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
56         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
57         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
58         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
59         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
60         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
61
62 2002-09-18  Ulrich Drepper  <drepper@redhat.com>
63
64         * include/signal.h: Add libc_hidden_proto for __libc_sigaction.
65
66         * sysdeps/unix/sysv/linux/sigaction.c: If SIGCANCEL is defined
67         define sigaction and __sigaction as wrappers around
68         __libc_sigaction which rejects changing SIGCANCEL.
69         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
70
71         * sysdeps/unix/sysv/linux/i386/clone.S: Add support for SETTLS and
72         SETTID/CLEARTID.
73
74         * signal/allocrtsig.c: Move to...
75         * sysdeps/generic/allocrtsig.c: ...here.  New file.
76
77 2002-09-17  Jakub Jelinek  <jakub@redhat.com>
78
79         * elf/dl-lookup.c (_dl_debug_bindings): Print TLS lookups always.
80
81         * elf/elf.h (R_386_TLS_TPOFF, R_386_TLS_IE, R_386_TLS_GOTIE,
82         R_386_TLS_LE): Define.
83         (R_386_TLS_IE_32, R_386_TLS_LE_32, R_386_TLS_TPOFF32): Update
84         comments.
85         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Return
86         ELF_RTYPE_CLASS_PLT for R_386_TLS_TPOFF.
87         (elf_machine_rel): Handle R_386_TLS_TPOFF.
88         (elf_machine_rela): Likewise.
89         Remove unnecessary RTLD_BOOTSTRAP #ifdefs.
90
91 2002-09-17  Roland McGrath  <roland@redhat.com>
92
93         * malloc/Makefile ($(objpfx)memusagestat.o: sysincludes): Define
94         file-specific variable override so it compiles properly when using
95         --with-headers.
96
97 2002-09-17  Steven Munroe  <sjmunroe@us.ibm.com>
98
99         Ported to PowerPC64 running Linux.
100         * sysdeps/powerpc/powerpc64/Dist: New file.
101         * sysdeps/powerpc/powerpc64/Implies: New file.
102         * sysdeps/powerpc/powerpc64/Makefile: New file.
103         * sysdeps/powerpc/powerpc64/__longjmp.S: New file.
104         * sysdeps/powerpc/powerpc64/atomicity.h: New file.
105         * sysdeps/powerpc/powerpc64/backtrace.c: New file.
106         * sysdeps/powerpc/powerpc64/bp-asm.h: New file.
107         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: New file.
108         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: New file.
109         * sysdeps/powerpc/powerpc64/dl-dtprocnum.h: New file.
110         * sysdeps/powerpc/powerpc64/dl-lookupcfg.h: New file.
111         * sysdeps/powerpc/powerpc64/dl-machine.c: New file.
112         * sysdeps/powerpc/powerpc64/dl-machine.h: New file.
113         * sysdeps/powerpc/powerpc64/memset.S: New file.
114         * sysdeps/powerpc/powerpc64/ppc-mcount.S: New file.
115         * sysdeps/powerpc/powerpc64/register-dump.h: New file.
116         * sysdeps/powerpc/powerpc64/setjmp.S: New file.
117         * sysdeps/powerpc/powerpc64/stpcpy.S: New file.
118         * sysdeps/powerpc/powerpc64/strchr.S: New file.
119         * sysdeps/powerpc/powerpc64/strcmp.S: New file.
120         * sysdeps/powerpc/powerpc64/strcpy.S: New file.
121         * sysdeps/powerpc/powerpc64/strlen.S: New file.
122         * sysdeps/powerpc/powerpc64/elf/bzero.S: New file.
123         * sysdeps/powerpc/powerpc64/elf/start.S: New file.
124         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: New file.
125         * sysdeps/powerpc/powerpc64/fpu/s_copysignf.S: New file.
126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: New File.
127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: New file.
128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: New file.
129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/glob64.c: New file.
130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: New file.
131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: New file.
132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: New file.
133
134         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME]
135         (C_SYMBOL_DOT_NAME): Insure that C_SYMBOL_DOT_NAME works for
136         various gcc versions.  Dot names required for powerpc64.
137         [HAVE_ASM_GLOBAL_DOT_NAME] (_weak_extern): Add .weakext '.'ed symbol.
138         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias): Add .global
139         C_SYMBOL_DOT_NAME(alias).
140         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): New macro. Same as
141         original strong_alias macro.
142         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Add .weakext/.weak
143         C_SYMBOL_DOT_NAME(alias).
144         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Add .symver '.'ed name.
145         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Add .symver
146         '.'ed name.
147         Add comments on libc_hidden_data_def and libc_hidden_data_weak usage.
148         [HAVE_ASM_GLOBAL_DOT_NAME] (hidden_dot_def1): New macro.  Generate
149         .global C_SYMBOL_DOT_NAME(alias).  Otherwise an empty macro.
150         (hidden_def): Append hidden_dot_def1 macro to definition.
151         (hidden_ver): Append hidden_dot_def1 macro to definition.
152         (hidden_data_def): New macro.  Same as original hidden_def macro.
153         (hidden_data_ver): New macro.  Same as original hidden_ver macro.
154         [HAVE_ASM_GLOBAL_DOT_NAME] (hidden_dot_weak1): New macro.  Generate
155         .weakext C_SYMBOL_DOT_NAME(alias).  Otherwise an empty macro.
156         (hidden_weak): Append hidden_dot_weak1 macro to definition.
157         (hidden_data_weak): New macro.  Same as original hidden_weak macro.
158         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Define as .__GI_name.
159         Otherwise defined as __GI_name.
160         (libc_hidden_data_def): New macro.  Use hidden_data_def.
161         (libc_hidden_data_weak): New macro.  Use hidden_data_weak.
162         (libc_hidden_data_ver): New macro.  Use hidden_data_ver.
163         (rtld_hidden_data_def): New macro.  Use hidden_data_def.
164         (rtld_hidden_data_weak): New macro.  Use hidden_data_weak.
165         (rtld_hidden_data_ver): New macro.  Use hidden_data_ver.
166         (libm_hidden_data_def): New macro.  Use hidden_data_def.
167         (libm_hidden_data_weak): New macro.  Use hidden_data_weak.
168         (libm_hidden_data_ver): New macro.  Use hidden_data_ver.
169         * inet/in6_addr.c: Replace libc_hidden_def with libc_hidden_data_def.
170
171 2002-09-17  Ulrich Drepper  <drepper@redhat.com>
172
173         * include/libc-symbols.h: Change *hidden_proto macros to accept
174         option parameters and pass those to the attribute definition.
175         * include/unistd.h (_exit): Add __noreturn__ to libc_hidden_proto call.
176
177         * include/unistd.h: Declare __libc_pause.
178
179         * include/sys/socket.h: Declare __libc_send, __libc_recv,
180         __libc_sendto, __libc_sendmsg, __libc_recvmsg, and __libc_accept.
181
182         * include/unistd.h: Declare __libc_fork.
183
184 2002-09-17  Roland McGrath  <roland@redhat.com>
185
186         * sunrpc/xcrypt.c (passwd2des_internal): Renamed fom passwd2des.
187         (passwd2des): Define it as an alias.
188         (xencrypt, xdecrypt): Call passwd2des_internal instead of passwd2des.
189
190 2002-09-12  Bruno Haible  <bruno@clisp.org>
191
192         * include/sys/sysctl.h (__sysctl): Add libc_hidden_proto.
193         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Add libc_hidden_def.
194
195         * include/rpc/xdr.h (xdrstdio_create): Add libc_hidden_proto.
196         * sunrpc/xdr_stdio.c (xdrstdio_create): Add libc_hidden_def.
197
198 2002-09-05  Steven Munroe  <sjmunroe@us.ibm.com>
199
200         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc64__]
201         (__ASSUME_TRUNCATE64_SYSCALL, __ASSUME_STAT64_SYSCALL, __ASSUME_IPC64,
202         __ASSUME_FCNTL64, __ASSUME_MMAP2_SYSCALL): Don't define these.
203         PowerPC64 does not have separate 64-bit syscalls.
204
205 2002-09-16  Roland McGrath  <roland@redhat.com>
206
207         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Add a cast.
208
209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
210         New macro.
211
212         * elf/rtld.c [HP_TIMING_NONAVAIL]: Fix last change for this case.
213
214         * include/unistd.h: Uncomment libc_hidden_proto for _exit.
215         * sysdeps/mach/hurd/_exit.c: Add libc_hidden_def.
216         * sysdeps/generic/_exit.c: Likewise.
217
218 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
219
220         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Regenerate.
221
222         * elf/rtld.c (struct dl_start_final_info): New.
223         (_dl_start_final): Change second argument to struct
224         dl_start_final_info *.  Set start_time from info.
225         (_dl_start): Remove bootstrap_map variable, add info.
226         Define bootstrap_map as macro.  If not DONT_USE_BOOTSTRAP_MAP,
227         store HP_TIMING_NOW result into info.start_time.
228
229 2002-09-16  Andreas Jaeger  <aj@suse.de>
230
231         * sysdeps/unix/sysv/linux/_exit.c: Add libc_hidden_def and weak_alias
232         to _Exit.
233         * sysdeps/unix/sysv/linux/i386/_exit.S: Likewise.
234
235 2002-09-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
236
237         * sysdeps/powerpc/abort-instr.h: New file.
238
239 2002-09-14  Ulrich Drepper  <drepper@redhat.com>
240
241         * sysdeps/generic/libc-start.c (__libc_start_main): Remove bogus
242         comment.
243
244         * test-skeleton.c (main): Provide more information in case waitpid
245         fails.
246
247         * include/unistd.h: Declare __exit_thread.
248         * sysdeps/generic/libc-start.c (__libc_start_main): Remove dummy_addr.
249         Wrap call to main in setjmp if HAVE_CANCELBUF is defined.
250         * sysdeps/unix/sysv/linux/exit-thread.S: New file.
251         * sysdeps/unix/sysv/linux/_exit.c: New file.
252         * sysdeps/unix/sysv/linux/i386/_exit.S: New file.
253         * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (sysdep_routines):
254         Add exit-thread.
255
256         * configure.in: Add dl_iterate_phdr to test using -nostdlib.
257
258 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
259
260         * sysdeps/i386/dl-machine.h (elf_machine_rel)
261         (case R_386_TLS_DTPMOD32): Don't use addend.
262         [case R_386_TLS_TPOFF32]: Remove redundant SYM_MAP != NULL check.
263         (elf_machine_rela): Add support for TLS relocs.
264
265 2002-09-14  Roland McGrath  <roland@redhat.com>
266
267         * Makefile (manual/%): Add this pattern target to the iconvdata/% rule.
268
269 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
270
271         * stdlib/longlong.h [_ARCH_PPC && W_TYPE_SIZE!=32]: Add powerpc64
272         specific asm macros for multiple percision integer math.
273
274 2002-06-04  Steven Munroe  <sjmunroe@us.ibm.com>
275
276         * sysdeps/generic/ldconfig.h (FLAG_POWERPC_LIB64) New macro.
277         * elf/cache.c (print_entry): Add case for FLAG_POWERPC_LIB64.
278         Remove per-machine conditionals for FLAG_* cases.
279         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h: New file.
280         * sysdeps/unix/sysv/linux/powerpc/readelflib.c: New file.
281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/dl-cache.h: New file.
282
283 2002-09-10  Alan Modra <amodra@bigpond.net.au>
284
285         * csu/gmon-start.c [!TEXT_START]: Define TEXT_START if not already
286         defined in entry.h.
287         (__gmon_start__) [!ENTRY_POINT_DECL]: Use TEXT_START macro to obtain
288         lowest address for profiling in  __monstartup call.
289         * sysdeps/powerpc/powerpc64/elf/entry.h: New file.
290
291 2002-09-14  Roland McGrath  <roland@redhat.com>
292
293         * sysdeps/unix/sysv/linux/pread.c: __NR_pread64 may be defined
294         instead of __NR_pread.
295         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
296         * sysdeps/unix/sysv/linux/pwrite.c: __NR_pwrite64 may be defined
297         instead of __NR_pwrite.
298         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
299
300 2002-09-13  Roland McGrath  <roland@redhat.com>
301
302         * manual/libc.texinfo: @ifinfo -> @ifnottex around copyright notice.
303
304 2002-09-13  Andreas Jaeger  <aj@suse.de>
305
306         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add readahead
307         syscall.  Patch by Guido Guenther <agx@sigxcpu.org>.
308
309 2002-09-12  Ulrich Drepper  <drepper@redhat.com>
310
311         * elf/elf.h: Correct DT_LOOS and DT_HIOS values.
312
313 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
314
315         * sysdeps/powerpc/fpu/s_isnan.c: #undef __isnanf and isnanf after
316         reading the headers.
317
318 2002-09-12  Roland McGrath  <roland@redhat.com>
319
320         * elf/rtld.c (_dl_start_final): Move _begin, _end decls outside the fn.
321         (_dl_start) [DONT_USE_BOOTSTRAP_MAP]: Use &_begin instead of l_addr to
322         find the ELF header.
323
324         * elf/rtld.c (dl_main) [USE_TLS]: Adjust l_tls_initimage of main
325         executable if needed, in case it's actually a shared object.
326
327 2002-09-11  Roland McGrath  <roland@redhat.com>
328
329         * elf/dl-load.c (_dl_map_object_from_fd): Use l_addr instead of
330         l_map_start to adjust l_tls_initimage.
331
332         * nss/getnssent_r.c (__nss_getent_r): Use EAGAIN instead of errno
333         when using h_errno and it's not set to NETDB_INTERNAL.
334         * nss/getXXbyYY_r.c [NEED_H_ERRNO]: Likewise.
335
336         * Makefile ($(common-objpfx)testrun.sh): New target.
337         (others): Depend on it.
338         (postclean-generated): Append it.
339
340         * nss/bug-erange.c: New file.
341         * nss/Makefile (tests): Add it.
342
343         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Return errno
344         instead of always EAGAIN when status is NSS_STATUS_TRYAGAIN.
345
346         * sysdeps/generic/dl-environ.c (unsetenv): Redo last fix without
347         strncmp, keeps the code smaller for a non-performance-critical case.
348
349         * sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,
350         no longer wrongly matches arbitrary prefixes of NAME.
351         Reported by Jakub Jelinek <jakub@redhat.com>.
352
353 2002-09-11  Jakub Jelinek  <jakub@redhat.com>
354
355         * posix/bug-regex11.c (tests): New array.
356         (main): Rewritten to run more different tests.
357
358 2002-09-10  Roland McGrath  <roland@redhat.com>
359
360         * nscd/Makefile (CPPFLAGS-nscd, CPPFLAGS-nscd_conf, CPPFLAGS-dbg_log)
361         (CPPFLAGS-connections, CPPFLAGS-hstcache): Variables removed.
362         Instead, catch all of $(nscd-modules) via cppflags-iterator.mk.
363
364         * sysdeps/powerpc/fpu/s_isnan.c: Do macro hackery on __GI___isnanf as
365         well so we don't get it declared by include/math.h's hidden_proto.
366         Then do hidden_proto for __isnanf locally so hidden_def works right.
367
368         * posix/bug-regex5.c (main): Use `union locale_data_value' rather than
369         a cast to turn nl_langinfo return value into an integer.
370
371 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
372
373         * posix/regexec.c (build_trtable): Fix the destination of
374         newline to prevent wrong states from overwriting.
375         Append break statements to optimization.
376
377 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
378
379         * posix/regcomp.c: Wrap #include wchar.h and wctype.h in #if.
380         (build_range_exp): Add castings to strlen invocations.
381         (build_collating_symbol): Restore the type of characters from "char"
382         to "unsigned char", and supplement castings.
383         (build_collating_symbol): Likewise.
384         (build_equiv_class): Likewise.
385         (build_charclass): Likewise.
386         (seek_collating_symbol_entry): Likewise.
387         (parse_bracket_exp): Likewise.
388         (build_word_op): Supplement a casting.
389         * posix/regex_internal.c: Wrap #include wchar.h and wctype.h in #if.
390         (re_string_allocate): Fix castings.
391         (re_string_construct): Likewise.
392         (re_string_construct_common): Likewise.
393         (re_string_realloc_buffers): Likewise.
394         (build_wcs_buffer): Likewise.
395         (build_wcs_upper_buffer): Likewise.
396         (re_string_skip_chars): Likewise.
397         (re_string_reconstruct): Likewise.
398         * posix/regex_internal.h: Restore the type of characters in
399         re_string_t and bracket_elem_t from "char" to "unsigned char".
400         (re_string_elem_size_at): Fix castings.
401         * posix/regexec.c: Wrap #include wchar.h and wctype.h in #if.
402         (transit_state_bkref_loop): Restore the type of characters from
403         "char" to "unsigned char", and append a cast to "char*" pointer in
404         array subscript.
405         (check_node_accept_bytes): Likewise.
406         (find_collation_sequence_value): Likewise.
407
408 2002-09-10  Hartvig Ekner  <hartvige@mips.com>
409
410         * sysdeps/mips/memcpy.S: New file.
411         * sysdeps/mips/memset.S: New file.
412         * sysdeps/mips/fpu/e_sqrt.c:  New file.
413         * sysdeps/mips/fpu/e_sqrtf.c: New file.
414
415         * fpu/fclrexcpt.c: Cleaned up the FPU exception stuff - was not
416         functional before. Also removed all SHLIB_COMPAT stuff.
417         * fpu/fegetenv.c: Likewise.
418         * fpu/fesetenv.c:: Likewise.
419         * fpu/feupdateenv.c: Likewise.
420         * fpu/fgetexcptflg.c: Likewise.
421         * fpu/fraiseexcpt.c: Likewise.
422
423         * sysdeps/mips/fpu/fsetexcptflg.c: New file.
424
425 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
426
427         * include/math.h (__finite_internal, __finitef_internal,
428         __finitel_internal, __isinf_internal, __isnan_internal): Remove.
429         (isfinite): Remove.
430         (__finite, __isinf, __isnan, __finitef, __isinff, __isnanf, __finitel,
431         __isinfl, __isnanl): Add hidden_proto.
432         (__fpclassify, __fpclassifyf, __fpclassifyl, __expm1l): Add
433         libm_hidden_proto.
434         * math/Makefile (libm-calls): Add s_isinf and s_isnan.
435         * stdio-common/printf_fp.c (__printf_fp): Remove INTUSE from
436         __is{inf,nan} calls.
437         * stdio-common/printf_size.c (printf_size): Likewise.
438         * sysdeps/generic/printf_fphex.c (__printf_fphex): Likewise.
439         * sysdeps/generic/s_ldexp.c (__ldexp): Likewise.
440         * sysdeps/generic/s_ldexpf.c (__ldexpf): Likewise.
441         * sysdeps/generic/s_ldexpl.c (__ldexpl): Likewise.
442         * sysdeps/generic/s_expm1l.c (__expm1l): Add libm_hidden_def.
443         * sysdeps/i386/fpu/s_finite.S (__finite_internal): Remove alias.
444         (__finite): Add hidden_def.
445         * sysdeps/i386/fpu/s_finitef.S (__finitef_internal): Remove alias.
446         (__finitef): Add hidden_def.
447         * sysdeps/i386/fpu/s_finitel.S (__finitel_internal): Remove alias.
448         (__finitel): Add hidden_def.
449         * sysdeps/i386/fpu/s_isinfl.c (__isinfl): Remove INTDEF.  Add
450         hidden_def.
451         * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
452         * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Add
453         libm_hidden_def.
454         * sysdeps/i386/fpu/s_expm1l.S (__expm1l): Likewise.
455         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Remove INTDEF.  Add
456         hidden_def.
457         * sysdeps/ieee754/dbl-64/s_isinf.c (__isinf): Likewise.
458         (__isinfl): Remove INTDEF.
459         * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Remove INTDEF.  Add
460         hidden_def.
461         (__isnanl): Remove INTDEF.
462         * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Add
463         libm_hidden_def.
464         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Use __sin and __cos
465         instead of sin and cos.
466         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Remove INTDEF.
467         Add hidden_def.
468         * sysdeps/ieee754/flt-32/s_isinff.c (__isinff): Likewise.
469         * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
470         * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Add
471         libm_hidden_def.
472         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Remove INTDEF.
473         Add hidden_def.
474         * sysdeps/ieee754/ldbl-128/s_isinfl.c (__isinfl): Likewise.
475         * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
476         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl): Add
477         libm_hidden_def.
478         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add
479         libm_hidden_def.
480         * sysdeps/ieee754/ldbl-96/s_finitel.c (__finitel): Remove INTDEF.
481         Add hidden_def.
482         * sysdeps/ieee754/ldbl-96/s_isinfl.c (__isinfl): Likewise.
483         * sysdeps/ieee754/ldbl-96/s_isnanl.c (__isnanl): Likewise.
484         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c (__fpclassifyl): Add
485         libm_hidden_def.
486         * sysdeps/ia64/fpu/s_finite.S (__finite_internal, __finitef_internal,
487         __finitel_internal): Remove aliases.
488         (__finite, __finitef, __finitel): Add hidden_def.
489         * sysdeps/ia64/fpu/s_isnan.S (__isnan_internal, __isnanf_internal,
490         __isnanl_internal): Remove aliases.
491         (__isnan, __isnanf, __isnanl): Add hidden_def.
492         * sysdeps/ia64/fpu/s_isinf.S (__isinf_internal, __isinff_internal,
493         __isinfl_internal): Remove aliases.
494         (__isinf, __isinff, __isinfl): Add hidden_def.
495         * sysdeps/ia64/fpu/s_fpclassify.S (__fpclassify, __fpclassifyf,
496         __fpclassifyl): Add libm_hidden_def.
497         * sysdeps/ia64/fpu/s_expm1l.S (__expm1l): Likewise.
498         * sysdeps/m68k/s_isinfl.c (__isinfl): Remove INTDEF.  Add hidden_def.
499         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Remove.
500         (hidden_defx): Define and use.
501         * sysdeps/m68k/fpu/s_fpclassifyl.c (__fpclassifyl): Add
502         libm_hidden_def.
503         * sysdeps/m68k/fpu/s_expm1l.c (__expm1l): Likewise.
504         * sysdeps/m68k/s_isnanl.c (__isnanl): Add hidden_def.
505         * sysdeps/powerpc/fpu/s_isnan.c (__isnan, __isnanf, __isnanl):
506         Remove INTDEF.
507         (__isnan, __isnanf): Add hidden_def.
508         * sysdeps/x86_64/fpu/s_finitel.S (__finitel_internal): Remove alias.
509         (__finitel): Add libm_hidden_def.
510         * sysdeps/x86_64/fpu/s_expm1l.S (__expm1l): Likewise.
511
512         * include/fenv.h (feraiseexcept, fesetenv): Add libm_hidden_proto.
513         * sysdeps/alpha/fpu/fesetenv.c (fesetenv): Add libm_hidden_ver.
514         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
515         * sysdeps/arm/fpu/fesetenv.c (fesetenv): Likewise.
516         * sysdeps/arm/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
517         * sysdeps/generic/fesetenv.c (fesetenv): Likewise.
518         * sysdeps/generic/fraiseexcpt.c (feraiseexcept): Likewise.
519         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
520         * sysdeps/i386/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
521         * sysdeps/m68k/fpu/fesetenv.c (fesetenv): Likewise.
522         * sysdeps/m68k/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
523         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Likewise.
524         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
525         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Likewise.
526         * sysdeps/powerpc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
527         * sysdeps/sparc/fpu/fesetenv.c (fesetenv): Likewise.
528         * sysdeps/sparc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
529         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Add libm_hidden_def.
530         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
531         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Likewise.
532         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
533         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
534         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
535         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
536         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
537         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Likewise.
538         * sysdeps/x86_64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
539
540 2002-09-09  Steven Munroe  <sjmunroe@us.ibm.com>
541
542         * elf/elf.h: Add powerpc64 specific elf relocation and dynamic types.
543
544 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
545
546         * elf/dl-error.c (_dl_signal_cerror): Don't print anything if only
547         LD_DEBUG=statistics or LD_TRACE_PRELINKING.
548
549 2002-09-09  Ulrich Drepper  <drepper@redhat.com>
550
551         * string/stratcliff.c: Some more strncpy tests.
552         Patch by Daniel Jacobowitz <drow@mvista.com>.
553
554 2002-09-08  Roland McGrath  <roland@redhat.com>
555
556         * resolv/resolv.h: Include <sys/types.h> for u_long even in
557         the [__need_res_state] case.
558         Reported by Bruno Haible <bruno@clisp.org>.
559
560 2002-09-04  Bruno Haible  <bruno@clisp.org>
561
562         * sysdeps/generic/bits/ustat.h: Comment fix.
563         * io/sys/sendfile.h: Comment fix.
564         * sysdeps/posix/pread.c: Comment fix.
565         * sysdeps/posix/pread64.c: Comment fix.
566         * sysdeps/posix/pwrite.c: Comment fix.
567         * sysdeps/posix/pwrite64.c: Comment fix.
568
569 2002-09-06  Roland McGrath  <roland@redhat.com>
570
571         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
572         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
573         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
574         (_UTSNAME_MACHINE_LENGTH): Likewise.
575         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
576
577 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
578
579         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
580         test for filesystem type name of mount points.
581
582         * include/errno.h: Use errno definition with __thread for now only
583         in libc and ld.so.
584
585         * test-skeleton.c (main): Improve error message for unexpected
586         signal case.
587
588 2002-09-05  Roland McGrath  <roland@redhat.com>
589
590         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
591         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
592
593 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
594
595         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
596         case of failure.
597
598 2002-09-04  Bruno Haible  <bruno@clisp.org>
599
600         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
601         sigset_get_old_mask): Turn into inline functions.
602         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
603         sigset_get_old_mask): Likewise.
604         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
605         sigset_get_old_mask): Likewise.
606         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
607         syntax.
608
609         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
610
611         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
612         default definitions.
613         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
614         _sys_nerr_internal instead of _sys_nerr.
615
616         * nscd/connections.c (handle_request): Declare CALLER inside #if.
617
618 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
619
620         * sysdeps/powerpc/__longjmp.S: Moved to...
621         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
622         * sysdeps/powerpc/add_n.S: Moved to...
623         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
624         * sysdeps/powerpc/addmul_1.S: Moved to...
625         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
626         * sysdeps/powerpc/atomicity.h: Moved to...
627         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
628         * sysdeps/powerpc/backtrace.c: Moved to...
629         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
630         * sysdeps/powerpc/bp-asm.h: Moved to...
631         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
632         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
633         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
634         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
635         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
636         * sysdeps/powerpc/dl-machine.c: Moved to...
637         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
638         * sysdeps/powerpc/dl-machine.h: Moved to...
639         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
640         * sysdeps/powerpc/dl-start.S: Moved to...
641         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
642         * sysdeps/powerpc/gprrest0.S: Moved to...
643         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
644         * sysdeps/powerpc/gprrest1.S: Moved to...
645         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
646         * sysdeps/powerpc/gprsave0.S: Moved to...
647         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
648         * sysdeps/powerpc/gprsave1.S: Moved to...
649         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
650         * sysdeps/powerpc/lshift.S: Moved to...
651         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
652         * sysdeps/powerpc/memset.S: Moved to...
653         * sysdeps/powerpc/powerpc32/memset.S: ...here.
654         * sysdeps/powerpc/mul_1.S: Moved to...
655         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
656         * sysdeps/powerpc/ppc-mcount.S: Moved to...
657         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
658         * sysdeps/powerpc/register-dump.h: Moved to...
659         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
660         * sysdeps/powerpc/rshift.S: Moved to...
661         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
662         * sysdeps/powerpc/setjmp.S: Moved to...
663         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
664         * sysdeps/powerpc/stpcpy.S: Moved to...
665         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
666         * sysdeps/powerpc/strchr.S: Moved to...
667         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
668         * sysdeps/powerpc/strcmp.S: Moved to...
669         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
670         * sysdeps/powerpc/strcpy.S: Moved to...
671         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
672         * sysdeps/powerpc/strlen.S: Moved to...
673         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
674         * sysdeps/powerpc/sub_n.S: Moved to...
675         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
676         * sysdeps/powerpc/submul_1.S: Moved to...
677         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
678         * sysdeps/powerpc/elf/bzero.S: Moved to...
679         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
680         * sysdeps/powerpc/elf/start.S: Moved to...
681         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
682         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
683         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
684         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
685         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
686         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
687         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
688         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
689         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
690         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
691         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
692         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
693         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
694         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
696         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
698         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
700         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
702         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
704         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
706         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
708         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
709         powerpc/powerpc64.
710
711 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
712
713         * FAQ.in: Add powerpc64 to supported targets list. Also state the
714         minimum gcc version is 3.2
715         * README: Add powerpc64 to supported targets list.
716         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
717         Add powerpc64 and machine=powerpc/powerpc64.
718         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
719         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
720         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
721         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
722         * sysdeps/powerpc/powerpc32/Dist: New file.
723         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
724         * sysdeps/powerpc/powerpc32/Implies: New file.
725         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
726         ($(with-fp) = no): Move test to powerpc32/Makefile.
727         ($(subdir) = misc): Move to powerpc32/Makefile.
728         ($(build-shared) = yes): Move to powerpc32/Makefile.
729         ($(subdir) = csu): Move to powerpc32/Makefile.
730         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
731         * sysdeps/powerpc/powerpc32/Makefile: New file.
732         * sysdeps/powerpc/Versions: Remove libgcc functions.
733         * sysdeps/powerpc/powerpc32/Versions: New file.
734         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
735         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
736         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
737         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
738         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
739         ($machine): Add powerpc/powerpc64 to if ... | for
740         libc_cv_slibdir=/libc64.
741         (powerpc*): Set ldd_rewrite_script.
742         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
743         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
744         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
745         Add clone.S.
746         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
747         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
748         functions.  Remove GLIBC_2.2 functions except getrlimit and
749         setrlimit.  Moved them to ...
750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
751
752 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
753
754         * libio/tst-atime.c: Include <errno.h>.
755         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
756
757 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
758
759         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
760         warnings of some compilers.
761         (build_collating_symbol): Change the type of characters from
762         "unsigned char" to "char", and append a cast to "char*" pointer in
763         array subscript.
764         (build_collating_symbol): Likewise.
765         (build_equiv_class): Likewise.
766         (build_charclass): Likewise.
767         (re_compile_pattern): Remove incorrect cast.
768         (re_compile_fastmap_iter): Change the type of characters from
769         "unsigned char" to "char", and append a cast to "char*" pointer
770         in array subscript.
771         (parse_bracket_exp): Likewise.
772         * posix/regex_internal.c (re_string_construct_common): Likewise.
773         (re_string_allocate): Likewise.
774         (re_string_construct): Likewise.
775         (re_string_realloc_buffers): Likewise.
776         (build_wcs_buffer): Likewise.
777         (re_string_reconstruct): Likewise.
778         * posix/regex_internal.h: Change the type of characters in
779         re_string_t and bracket_elem_t from "unsigned char" to "char".
780         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
781         warnings of some compilers.
782         (transit_state_bkref_loop): Change the type of characters from
783         "unsigned char" to "char", and append a cast to "char*" pointer in
784         array subscript.
785         (check_node_accept_bytes): Likewise.
786         (find_collation_sequence_value): Likewise.
787
788 2002-09-04  Roland McGrath  <roland@redhat.com>
789
790         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
791         from 1024 to 65536, to avoid buffer overrun.
792
793 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
794
795         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
796
797 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
798
799         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
800         for filesystem.
801
802 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
803
804         * posix/bug-regex11.c: New test.
805         * posix/Makefile (tests): Add bug-regex11.
806
807 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
808
809         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
810         newlocale.
811
812 2002-09-02  Roland McGrath  <roland@redhat.com>
813
814         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
815         __pthread_initialize_minimal and __libc_check_standard_fds to
816         match the generic version.
817
818         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
819         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
820
821         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
822         warnings on platorms where char is unsigned.
823
824 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
825
826         * version.h (VERSION): Bump to 2.2.93.
827
828         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
829
830 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
831
832         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
833         as relocated.
834
835 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
836
837         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
838
839 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
840
841         * locale/localeinfo.h (struct locale_data): Add private.ctype.
842         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
843         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
844         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
845         (__wcsmbs_load_conv): Remove const from argument.
846         (_nl_cleanup_ctype): New proto.
847         (get_gconv_fcts): New function.
848         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
849         (__wcsmbs_to_wc): Rename back to...
850         (to_wc): ... this.
851         (__wcsmbs_gconv_fcts): Rename to...
852         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
853         (lock): Removed.
854         (__libc_setlocale_lock): New extern.
855         (__wcsmbs_load_conv): Remove const from argument.
856         Initialize new_category->private.ctype instead of a global
857         variable.
858         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
859         update_function_ptrs.  No locking is necessary.
860         (_nl_cleanup_ctype): New function.
861         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
862         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
863         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
864         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
865         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
866         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
867         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
868         * wcsmbs/wctob.c (wctob): Likewise.
869         * stdlib/mblen.c (mblen): Likewise.
870         * stdlib/mbtowc.c (mbtowc): Likewise.
871         * stdlib/wctomb.c (wctomb): Likewise.
872         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
873         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
874         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
875         Removed.
876
877 2002-09-02  Roland McGrath  <roland@frob.com>
878
879         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
880
881 2002-09-01  Roland McGrath  <roland@redhat.com>
882
883         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
884         Variable declarations removed.
885         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
886         these functions to replace them.
887         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
888         functions plus an indirection rather than the old global variables.
889         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
890         Macros removed.
891         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
892         inline functions.
893         * ctype/ctype-info.c: Revert last reversion back the other way.
894         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
895         Define real function versions of include/ctype.h inlines here.
896         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
897         __ctype_tolower_loc, __ctype_toupper_loc.
898         * locale/lc-ctype.c: Revert last reversion back the other way.
899         (_nl_postload_ctype): If current thread uses the global locale,
900         update its tsd vars.
901         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
902         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
903         CTYPE_TOLOWER, CTYPE_TOUPPER.
904
905         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
906         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
907         from __libc_tsd_threadvar_location.
908         (__libc_tsd_set, __libc_tsd_get): Update uses.
909
910 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
911
912         * ctype/ctype.h: Undo the patch before the last one.  Put back the
913         macro definitions for the standard functions to access the
914         classification and mapping arrays.
915         * include/ctype.h: Partly revert last patch.  Move the macro
916         definitions for the exported functions back to the public header.
917         #undef all the macros defined here before redefining.
918         * ctype/ctype-info.c: Revert last patch.
919         * locale/lc-ctype.c: Revert last patch.
920
921         * ctype/Makefile (routines): Add isctype.
922         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
923         * ctype/ctype.h: Add declaration of isctype.
924         * include/ctype.h: Declare __isctype.
925         * ctype/isctype.c: New file.
926
927 2002-09-01  Roland McGrath  <roland@redhat.com>
928
929         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
930         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
931
932         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
933
934         * locale/findlocale.c (_nl_remove_locale): Don't search in
935         _nl_locale_file_list if DATA->alloc is ld_archive.
936         Use _nl_unload_locale to do the rest of the work.
937
938         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
939         of new structure to UNDELETABLE.
940
941         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
942         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
943         towlower, towupper): Macros removed.
944         * ctype/ctype.h (__tobody): Put parens around macro argument.
945         (__isctype): Macro removed.
946         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
947         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
948         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
949         tolower, toupper): Macros and inlines removed.
950         * include/ctype.h [! NOT_IN_libc]
951         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
952         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
953         tolower, toupper): Define here instead, using _NL_CURRENT.
954         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
955         using _NL_CURRENT.
956         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
957         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
958         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
959         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
960         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
961         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
962         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
963         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
964         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
965         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
966         (ISSORTMASK): Update use.
967         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
968         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
969         (_nss_files_getENTNAME_r): Likewise.
970         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
971         Likewise.
972
973         * Makerules (all-nonlib): Renamed from all-tests.
974         Include $(others) here too.
975         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
976         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
977         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
978         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
979         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
980         the program modules via cppflags-iterator.mk.
981         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
982         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
983
984 2002-08-31  Roland McGrath  <roland@redhat.com>
985
986         * posix/tst-getconf.sh: If no third arg, work with static linking.
987
988         * locale/categories.def (LC_TIME): No more _nl_postload_time.
989
990         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
991         [_NL_CURRENT_INDIRECT].
992
993 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
994
995         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
996
997 2002-08-31  Roland McGrath  <roland@redhat.com>
998
999         * locale/newlocale.c (__newlocale): Don't use strdup for names.
1000         Instead, make the single allocation of the structure larger to hold
1001         the name strings.
1002         * locale/duplocale.c (__duplocale): Don't strdup names individually.
1003         Instead, calculate size for a single allocation and copy into it.
1004         * locale/freelocale.c (__freelocale): Don't free names individually.
1005
1006         * locale/newlocale.c (__newlocale): Don't leak old data or names.
1007
1008         * locale/xlocale.h (__locale_struct): Move __names member last,
1009         for binary compatibility.
1010
1011         * locale/duplocale.c (__duplocale): Free names from the right array.
1012
1013         * locale/uselocale.c (__uselocale): Return previous locale when
1014         setting a new one.
1015
1016         * locale/newlocale.c: Commit changes from 2002-08-30
1017         batch where I failed to commit this file:
1018         (__newlocale): Fill in __names array.
1019
1020 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1021
1022         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
1023         errlist-compat.c if versioning==yes.
1024
1025 2002-08-31  Andreas Jaeger  <aj@suse.de>
1026
1027         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
1028         external functions with hidden attribute.
1029         (elf_machine_rela): Optimize.
1030
1031         * sysdeps/x86_64/memset.S: New file.
1032         * sysdeps/x86_64/bzero.S: New file.
1033         * sysdeps/x86_64/stpcpy.S: New file.
1034         * sysdeps/x86_64/strcat.S: New file.
1035         * sysdeps/x86_64/strchr.S: New file.
1036         * sysdeps/x86_64/strcpy.S: New file.
1037         * sysdeps/x86_64/strcspn.S: New file.
1038         * sysdeps/x86_64/strlen.S: New file.
1039         * sysdeps/x86_64/strpbrk.S: New file.
1040         * sysdeps/x86_64/strspn.S: New file.
1041         * sysdeps/x86_64/strcmp.S: New file.
1042         * sysdeps/x86_64/strtok_r.S: New file.
1043         * sysdeps/x86_64/strtok.S: New file.
1044         * sysdeps/x86_64/memcpy.S: New file.
1045         * sysdeps/x86_64/mempcpy.S: New file.
1046
1047         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
1048
1049         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
1050
1051 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1052
1053         * stdio-common/Makefile (generated): Add errlist-compat.c.
1054
1055         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
1056
1057         * locale/localeinfo.h: Pretty printing.
1058
1059         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
1060         form_number handling.
1061
1062 2002-08-31  Andreas Jaeger  <aj@suse.de>
1063
1064         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
1065         double tests.
1066
1067         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
1068         __start_context.
1069
1070         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
1071
1072         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
1073
1074         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
1075         registers used for passing args.
1076
1077         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
1078         all needed registers.
1079
1080         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
1081         registers.
1082
1083         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
1084         registers.
1085
1086 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
1087
1088         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
1089         always_inline attribute.
1090
1091 2002-08-30  Roland McGrath  <roland@redhat.com>
1092
1093         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
1094         presume it's the stub and bail without error.
1095
1096         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
1097         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
1098
1099         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
1100
1101         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
1102         macros replace the i686 versions for 64-bit mode.
1103
1104         * locale/duplocale.c: Include <string.h>.
1105
1106         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
1107         [_LIBC] (category_to_name): Don't define the function.  Instead
1108         define a macro using _nl_category_names.
1109
1110         * locale/xlocale.h (struct __locale_struct): New member `__names'.
1111         * locale/xlocale.c (_nl_C_locobj): Update initializer.
1112         * locale/global-locale.c (_nl_global_locale): Likewise.
1113         * locale/duplocale.c (__duplocale): strdup __names elements.
1114         * locale/freelocale.c (__freelocale): Free __names elements.
1115         * locale/localename.c (_nl_current_names): Variable removed.
1116         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
1117         * locale/localeinfo.h (_nl_current_names): Removed decl.
1118         * locale/setlocale.c: Use _nl_global_locale->__names in place of
1119         _nl_current_names throughout.
1120
1121         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
1122
1123         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
1124         and sys_nerr in the output file.
1125
1126         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
1127         * scripts/cpp: Just use the environment variable.
1128
1129         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
1130         * libio/tst-mmap-offend.c (do_test): Likewise.
1131         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1132         * libio/tst-mmap-eofsync.c (do_test): Likewise.
1133         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1134
1135         * locale/localename.c: If the current locale is the global locale, use
1136         _nl_current_names; otherwise use the locale object.
1137
1138 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
1139
1140         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
1141         'm' to enable mmap I/O.
1142         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
1143         former wasn't used (anymore?).
1144         (_IO_FLAGS2_MMAP): New define.
1145         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
1146         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
1147         _IO_FLAGS2_MMAP bit is set.
1148         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
1149         Enable mmap-using mode only if 'm' was set.
1150
1151 2002-08-29  Roland McGrath  <roland@frob.com>
1152
1153         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
1154
1155         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
1156         Change argument type from int to intptr_t.
1157
1158         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
1159         initializer on [! _HURD_THREADVAR_H] (bad kludge).
1160         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
1161         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
1162         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
1163
1164         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
1165
1166         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
1167
1168         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
1169
1170         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
1171         * assert/assert-perr.c: Add libc_hidden_def.
1172         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
1173
1174         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
1175         found at all.
1176         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
1177         sys_errlist stuff to ...
1178         * sysdeps/unix/sysv/linux/Versions: ... here.
1179
1180         * mach/mach.h: Include <features.h>.
1181
1182 2002-08-29  Roland McGrath  <roland@redhat.com>
1183
1184         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
1185         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
1186         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
1187
1188         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
1189
1190         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
1191         (norm_add_slashes): alloca -> __alloca
1192
1193 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
1194
1195         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
1196         string_malloced, it is unlikely to be set.
1197         Only call free with non-NULL workspace.
1198         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
1199         -mcpu=ultrasparc, not only tune for it.
1200         (ASFLAGS*): Set unconditionally.
1201
1202         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
1203         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
1204         p_vaddr/p_offset when computing LOADADDR.
1205
1206 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
1207
1208         * version.h (VERSION): Bump to 2.2.92.
1209
1210         * time/Makefile (tst-ftime_l-ENV): New variable.
1211
1212         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
1213
1214         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
1215         <U017A>, <U017D> and <U0179>. Add missing mappings.
1216         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
1217
1218         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
1219         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
1220         (struct tostruct): Use ACRINDEX as type for link field.
1221         (statuc gmonparam): Likewise for froms.
1222         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
1223         kcount and froms.
1224         (write_call_graph): Use correct type for from_index and to_index.
1225         * gmon/mcount.c: Use correct types for frompcindex and toindex
1226         variables.
1227         Patches by Dan Kegel <dank@kegel.com>.
1228
1229         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
1230         canonical name.
1231
1232         * time/strptime.c (ISSPACE): New #define.  Use isspace or
1233         __isspace_l.  Replace calls to isspace.
1234         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
1235
1236 2002-08-29  Roland McGrath  <roland@redhat.com>
1237
1238         * string/tst-strxfrm.c: Remove __ from function names.
1239
1240 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1241
1242         * include/wchar.h: Declare __mbsrtowcs_l.
1243         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
1244         * wcsmbs/mbsrtowcs.c: Add support for compilation with
1245         USE_IN_EXTENDED_LOCALE_MODEL.
1246         * wcsmbs/mbsrtowcs_l: New file.
1247         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
1248         define as static.  Change all uses.
1249         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
1250         Change all callers.
1251         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
1252         * time/strftime.c: When translating for the extended locale model
1253         use the _l functions.
1254         * time/Makefile (tests): Add tst-ftime_l.
1255         * time/tst-ftime_l.c: New file.
1256
1257 2002-08-28  Roland McGrath  <roland@redhat.com>
1258
1259         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
1260         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
1261         from _nl_find_locale ok if for _nl_C_name.
1262
1263         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
1264         iterator to refer to each category's _nl_current_LC_FOO symbol, so
1265         we know they are all linked in.
1266
1267         * NEWS: Added 2.2.6 text from 2.2 branch version.
1268
1269         * time/strptime.c (strptime_internal): Remove spurious const.
1270
1271         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
1272         _nl_select_era_entry): Moved to ...
1273         * time/era.c: ... here, new file.
1274         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
1275         Add internal_function to definitions.  Take an additional argument
1276         giving the `struct locale_data *' to use.
1277         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
1278         _nl_parse_alt_digit): Moved to ...
1279         * time/alt_digit.c: ... here, new file.
1280         * time/lc-time-cleanup.c: New file.
1281         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
1282         * locale/localeinfo.h (_nl_postload_time): Remove decl.
1283         (_nl_cleanup_time): Declare it.
1284         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
1285         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
1286         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
1287         * time/strftime.c: Pass locale data to helper functions.
1288         * time/strptime.c: Likewise.
1289
1290         * locale/localeinfo.h (struct locale_data): New member `private'
1291         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
1292         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
1293         * locale/C-collate.c: Update initializer.
1294         * locale/C-identification.c: Likewise.
1295         * locale/C-measurement.c: Likewise.
1296         * locale/C-telephone.c: Likewise.
1297         * locale/C-address.c: Likewise.
1298         * locale/C-name.c: Likewise.
1299         * locale/C-paper.c: Likewise.
1300         * locale/C-time.c: Likewise.
1301         * locale/C-numeric.c: Likewise.
1302         * locale/C-monetary.c: Likewise.
1303         * locale/C-messages.c : Likewise.
1304         * locale/C-ctype.c: Likewise.
1305
1306         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
1307         Redefine this too.
1308
1309 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1310
1311         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
1312         (_rtld_global): Use it.
1313
1314         * sysdeps/gnu/Dist: Remove errlist-compat.c.
1315         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
1316         object directory.  Pass all Versions files to the awk script.
1317         * sysdeps/gnu/errlist-compat.c: Removed.
1318         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
1319         first Versions file in the search path which has them.
1320         Allow multiple errlist symbol versions to have the same count of
1321         errors.
1322         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
1323         of "errlist-compat.c".
1324         * sysdeps/gnu/errlist.c: Regenerated.
1325         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
1326         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
1327         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1328         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
1329         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
1330         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
1331         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
1332         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
1333         ECANCELLED if not defined by kernel headers.
1334         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
1335         already defined by kernel headers.
1336         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
1337         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
1338         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
1339         is a macro.
1340         * Versions.def (GLIBC_2.3) [librt]: Add.
1341
1342         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
1343
1344 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1345
1346         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
1347         missing comma to .type directive.
1348
1349 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1350
1351         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
1352         unconditionally.
1353         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
1354         check.
1355         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
1356
1357 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1358
1359         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
1360         check to close_and_out close.  Replace return NULL statements where
1361         fd might be >= 0 with goto close_and_out.  Close the file descriptor
1362         when it is no longer needed.
1363
1364 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1365
1366         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
1367         string constants.
1368         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1369         * sysdeps/arm/dl-machine.h: Likewise.
1370         * sysdeps/cris/dl-machine.h: Likewise.
1371         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
1372         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
1373
1374 2002-08-28  Roland McGrath  <roland@redhat.com>
1375
1376         * Makeconfig (default_cflags): Revert unintended change.
1377
1378 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1379
1380         * version.h (VERSION): Bump to 2.2.91.
1381
1382         * configure.in: Disable TLS support by default for now.
1383
1384         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
1385
1386         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
1387         warnings.
1388
1389         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
1390
1391         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
1392         fprintf/fwprintf calls.
1393
1394 2002-08-28  Roland McGrath  <roland@redhat.com>
1395
1396         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
1397         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
1398
1399         * locale/setlocale.c: Declare postload functions weak.
1400
1401         * elf/tst-tls1-static.c: New file.
1402         * elf/tst-tls2-static.c: New file.
1403         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
1404
1405         Make uselocale support static linking.
1406         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
1407         This file again just defines _nl_C_locobj.
1408         (_nl_C_locobj): Use a categories.def iterator in the initializer.
1409         * locale/global-locale.c: New file.  Define _nl_global_locale here,
1410         using all weak references in the initializer.
1411         * locale/Makefile (aux): Add global-locale.
1412         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
1413         these unconditional, along with the tsd decl.
1414         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
1415         Define it under these conditions.
1416         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
1417         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
1418         `extern __thread struct locale_data *const *'.
1419         [NL_CURRENT_INDIRECT]
1420         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
1421         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
1422         the thread variable _nl_current_LC_FOO and also a special absolute
1423         symbol _nl_current_LC_FOO_used.
1424         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
1425         Set each _nl_current_LC_FOO symbol to point into the new locale,
1426         using weak references to test if _nl_current_LC_FOO_used was linked in.
1427         * locale/setlocale.c [! SHARED]: Replace this conditional ...
1428         [NL_CURRENT_INDIRECT]: ... with this one.
1429         (_nl_current, _nl_C): Variables removed.
1430         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
1431         weak references to _nl_current_LC_FOO_used.
1432         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
1433         (free_category): New function, broken out of ...
1434         (free_mem): ... here.  Call that.
1435         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
1436         instead of a loop.
1437
1438         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
1439         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
1440         it is already absolute.
1441
1442         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
1443         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
1444         [$(build-static) = yes] (tests-static): New variable.
1445         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
1446
1447 2002-08-26  Christoph Hellwig  <hch@lst.de>
1448
1449         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
1450         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
1451
1452 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1453
1454         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
1455
1456         * sysdeps/s390/Dist: Add bits/link.h.
1457
1458         * sysdeps/sh/Dist: New file.
1459
1460         * sysdeps/ia64/Dist: Add ia64libgcc.S.
1461
1462         * sysdeps/wordsize-32/Dist: New file.
1463
1464         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
1465         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1466         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1467
1468         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
1469         sys/personality.h.
1470
1471         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
1472         sparc/dl-brk.S.
1473
1474         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
1475
1476         * sysdeps/unix/bsd/sun/Dist: New file.
1477
1478         * sysdeps/unix/bsd/osf/Dist: New file.
1479
1480         * sysdeps/unix/bsd/hp/Dist: New file.
1481
1482         * sysdeps/unix/arm/Dist: New file.
1483
1484         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
1485
1486         * sysdeps/mach/hurd/Dist: Add set-init.c.
1487
1488         * sysdeps/i386/Dist: Add bits/link.h.
1489
1490         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
1491
1492         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
1493
1494         * locale/Makefile (distribute): Add hashval.h.
1495
1496         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
1497
1498         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
1499
1500         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
1501         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
1502         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
1503         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
1504         implementations.
1505         * libio/stdio.h: Likewise.
1506         * locale/locale.h: Likewise.
1507         * math/math.h: Likewise.
1508         * math/bits/mathcalls.h: Likewise.
1509         * setjmp/setjmp.h: Likewise.
1510         * signal/signal.h: Likewise.
1511         * stdlib/stdlib.h: Likewise.
1512         * string/string.h: Likewise.
1513         * time/time.h: Likewise.
1514         * wcsmbs/wchar.h: Likewise.
1515         * wctype/wctype.h: Likewise.
1516
1517 2002-08-28  Roland McGrath  <roland@redhat.com>
1518
1519         * locale/tst-C-locale.c (run_test): Remove __ from function names.
1520
1521 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1522             Roland McGrath <roland@redhat.com>
1523
1524         * locale/hashval.h (compute_hashval): Use prototype defn.
1525         (hashval_t): New macro, defined to unsigned long int
1526         if not already defined.
1527         (compute_hashval): Return hashval_t instead of unsigned long int.
1528         * locale/loadarchive.c (hashval_t): New macro.
1529         * locale/programs/locarchive.c: Include hashval.h directly instead
1530         of simple-hash.h.
1531         (compute_hashval, hashval_t): Define these macros first.
1532         (insert_name): Use archive_hashval instead of compute_hashval.
1533         (add_locale, delete_locales_from_archive): Likewise.
1534
1535 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1536
1537         * locale/programs/locarchive.c (insert_name): Suppress warnings about
1538         hash collisions if be_quiet.
1539
1540 2002-08-27  Roland McGrath  <roland@redhat.com>
1541
1542         * locale/locale.h (__newlocale, __duplocale, __freelocale,
1543         __uselocale): Don't declare these any more.
1544         * include/locale.h (__uselocale): Declare here instead, using __typeof.
1545
1546         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
1547         and treat it as an EOF return.
1548         * sysdeps/unix/readdir_r.c: Likewise.
1549
1550         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
1551         From Alexandre Oliva <aoliva@redhat.com>.
1552         * sysdeps/gnu/errlist-compat.c: Regenerated.
1553
1554 2002-08-27  Brian Youmans  <3diff@gnu.org>
1555
1556         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
1557         wording at request of copyright holder Stephen Moshier.
1558         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1559         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1560         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1561         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1562         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1563         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1564         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1565         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1566         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1567         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1568         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1569         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1570         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1571         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1572
1573 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1574
1575         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
1576         * ctype/ctype-extn.c (isblank_l): Add weak alias.
1577         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
1578         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
1579         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
1580         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
1581         * wctype/iswctype_l.c (iswctype_l): Likewise.
1582
1583 2002-08-27  Roland McGrath  <roland@redhat.com>
1584
1585         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
1586
1587         * ctype/ctype.h (__exctype_l): Don't declare __ name.
1588         * stdlib/stdlib.h: Don't declare __*_l names.
1589         * include/stdlib.h: Declare them here instead.
1590         * include/string.h: Don't declare __*_l names.
1591         * string/string.h: Declare them here instead.
1592         * time/time.h: Don't declare __*_l names.
1593         * include/time.h: Declare them here instead.
1594         * wcsmbs/wchar.h: Don't declare __*_l names.
1595         * include/wchar.h: Declare them here instead.
1596         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
1597         Don't declare __*_l names.
1598         * include/wctype.h: Declare them here instead.
1599         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
1600         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
1601         * locale/langinfo.h: Don't declare __nl_langinfo_l.
1602         * include/langinfo.h: Declare it here with __typeof.
1603
1604         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
1605         instead, taking an extra __locale_t argument.
1606         * time/Makefile (routines): Add strptime_l.
1607         * time/time.h (__strptime_l, strptime_l): Declare them.
1608         * time/strptime_l.c: New file.
1609
1610         * time/time.h (__strftime_l, strftime_l): Declare them.
1611         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
1612         * time/strftime_l.c: New file.
1613         * time/wcsftime_l.c: New file.
1614         * time/Makefile (routines): Add strftime_l, wcsftime_l.
1615         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
1616         strftime_l, wcsftime_l.
1617         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
1618         or __wcsftime_l instead, taking an extra __locale_t argument.
1619
1620         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
1621         (libc: GLIBC_2.3): ... here.
1622
1623 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1624
1625         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
1626
1627         * Makefile (distribute): Add LICENSES.
1628
1629         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
1630         sys/debugreg.h.
1631
1632         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
1633
1634         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
1635
1636         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
1637
1638         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
1639
1640         * sysdeps/mach/hurd/alpha/Dist: New file.
1641
1642         * sysdeps/arm/Dist: Add bits/link.h.
1643
1644         * sunrpc/Makefile: Distribute thrsvc.
1645
1646         * stdio-common/Makefile: Remove more left-overs from old stdio.
1647
1648         * include/linewrap.h: Removed.
1649
1650         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
1651
1652         * intl/Makefile (distribute): Add plural-eval.c.
1653
1654 2002-08-27  Roland McGrath  <roland@redhat.com>
1655
1656         * manual/sysinfo.texi (Mount Information): Correct file name to macro
1657         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
1658         Say mtab is in either /var/run or /etc.
1659
1660 2002-08-26  Roland McGrath  <roland@redhat.com>
1661
1662         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
1663         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
1664
1665         * sysdeps/gnu/Versions: New file.
1666         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
1667         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
1668         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
1669         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
1670         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
1671         and _sys_nerr_internal instead of anything else.  Make it include
1672         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
1673         Make it emit some asm magic if [EMIT_ERR_MAX].
1674         * sysdeps/gnu/errlist.c: Regenerated.
1675         * sysdeps/gnu/errlist-compat.awk: New file.
1676         * sysdeps/gnu/errlist-compat.c: New file (generated).
1677         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
1678         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
1679         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
1680         (SYS_ERRLIST, SYS_NERR): Macros removed.
1681         (sys_nerr, _sys_nerr): Remove these weak aliases.
1682         * sysdeps/unix/sysv/linux/errlist.c: File removed.
1683         * sysdeps/unix/sysv/linux/errlist.h: File removed.
1684         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
1685
1686         * include/libc-symbols.h (declare_symbol): New macro.
1687         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
1688         * configure.in: New check to define it.
1689         * configure: Regenerated.
1690
1691 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1692
1693         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
1694         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
1695
1696         * Make-dist: Remove traces of old stdio.
1697         * Makeconfig: Likewise.
1698
1699         * locale/Makefile (localedef-aux): New variable.  Only md5
1700         assigned to it.  These files are not ddistributed in this directory.
1701
1702         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
1703         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
1704         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
1705
1706         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
1707
1708         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
1709         set h_errno to NO_RECOVERY [PR libc/4360].
1710
1711 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1712
1713         * libio/Makefile (tests): Add bug-fopena+.
1714         * libio/bug-fopena+.c: New file.
1715         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
1716         file for _IO_IS_APPENDING if file isn't opened for reading, too.
1717
1718         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
1719
1720         * locale/xlocale.c: Fix the last change.  The variable still has
1721         to end in _data.
1722         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
1723         (__libc_tsd_set): Add _data prefix to variable name.
1724
1725 2002-08-26  Roland McGrath  <roland@redhat.com>
1726
1727         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
1728         macro with inline function.
1729         (sigset_get_old_mask): Likewise.
1730         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
1731         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1732         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1733         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
1734         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
1735         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
1736         values.
1737         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
1738         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
1739
1740 2002-07-06  Bruno Haible  <bruno@clisp.org>
1741
1742         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
1743         sigset_get_old_mask): Make it work with larger sigset_t.
1744         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
1745         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1746         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1747
1748 2002-08-26  Roland McGrath  <roland@redhat.com>
1749
1750         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
1751         * manual/filesys.texi (File Times): Document lutimes and futimes.
1752         * misc/Makefile (routines): Add them.
1753         * misc/Versions (libc: GLIBC_2.3): Likewise.
1754         * sysdeps/generic/lutimes.c: New file.
1755         * sysdeps/generic/futimes.c: New file.
1756         * sysdeps/mach/hurd/lutimes.c: New file.
1757         * sysdeps/mach/hurd/futimes.c: New file.
1758
1759         * manual/filesys.texi (File Times): Add explicit note about null
1760         pointer argument to utimes.
1761
1762 2002-08-26  Roland McGrath  <roland@frob.com>
1763
1764         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
1765         (__ifreq): Add a cast.  Remove an unused variable.
1766
1767         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
1768         _HURD_THREADVAR_LOCALE.
1769
1770 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
1771
1772         * posix/regexec.c (re_search_stub): Return correct match length
1773         if start != 0.
1774         * posix/bug-regex10.c: New test.
1775         * posix/Makefile (tests): Add bug-regex10.
1776
1777 2002-08-26  Brian Youmans  <3diff@gnu.org>
1778
1779         * COPYING.LIB: Replaced with fresh copy from
1780         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
1781         suggested copying permission notice now says version 2.1 instead
1782         of version 2.
1783
1784         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
1785         from Library GPL.
1786         * crypt/crypt_util.c: Likewise.
1787         * crypt/ufc.c: Likewise.
1788         * elf/dl-conflict.c: Likewise.
1789         * elf/dl-iteratephdr.c: Likewise.
1790         * iconv/iconvconfig.h: Likewise.
1791         * malloc/arena.c: Likewise.
1792         * malloc/hooks.c: Likewise.
1793         * malloc/malloc.c: Likewise.
1794         * posix/glob/Makefile.ami: Likewise.
1795         * posix/glob/Makefile.in: Likewise.
1796         * stdlib/gmp-impl.h: Likewise.
1797         * stdlib/gmp.h: Likewise.
1798         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
1799         * sysdeps/generic/strnlen.c: Likewise.
1800         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
1801         * sysdeps/mach/hurd/recvmsg.c: Likewise.
1802         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1803         * sysdeps/mach/hurd/spawni.c: Likewise.
1804         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
1805         * sysdeps/mach/powerpc/sysdep.h: Likewise.
1806         * sysdeps/mach/powerpc/thread_state.h: Likewise.
1807         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1808         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
1809         * sysdeps/x86_64/gmp-mparam.h: Likewise.
1810
1811         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
1812         Lesser GPL copying permission notice from 2 to 2.1.
1813         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
1814         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
1815         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1816         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
1817         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1818         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1819         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1820         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1821         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1822         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1823         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1824         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1825         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1826         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1827         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1828         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1829         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1830         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1831         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1832         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1833         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1834         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1835         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1836         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1837         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1838         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1839         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1840         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1841         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1842         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1843         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1844         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1845         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1846         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1847         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1848         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1849         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1850         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1851         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1852         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1853         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1854         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1855         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1856         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1857         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1858         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1859         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1860         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1861         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1862         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1863         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1864         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1865         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1866         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1867         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1868
1869         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
1870         Moshier and Lesser GPL copying permission notice, per license from
1871         Moshier.
1872         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1873         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1874         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1875         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1876         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1877         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1878         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1879         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1880         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1881         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1882         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1883         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1884         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1885         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1886
1887         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
1888         notice, per license from copyright holder Stephen Moshier.
1889         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1890         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1891         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1892         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1893         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1894         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
1895         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
1896         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
1897         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
1898
1899 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1900
1901         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
1902         (shared-only-routines): Likewise.
1903
1904 2002-08-26  Roland McGrath  <roland@redhat.com>
1905
1906         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
1907         name of "", store a null pointer instead.
1908
1909         * configure.in (elf): Set to yes for freebsd*, netbsd*.
1910         * configure: Regenerated.
1911
1912         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
1913         Initialize this instead of __libc_tsd_LOCALE_data.
1914
1915         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
1916         ptsname_r to EINVAL.
1917
1918         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
1919
1920         * rt/Makefile: Revert last change, it was inappropriate to presume aio
1921         implementations depend on pthreads.
1922         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
1923         * rt/tst-aio64.c (do_test): Likewise.
1924         * rt/tst-aio2.c (do_test): Likewise.
1925         * rt/tst-aio3.c (do_test): Likewise.
1926         * rt/tst-aio4.c (do_test): Likewise.
1927         * rt/tst-aio5.c (do_test): Likewise.
1928         * rt/tst-aio6.c (do_test): Likewise.
1929         * rt/tst-aio7.c (do_test): Likewise.
1930
1931         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
1932         void so as to avoid compiler warnings.
1933
1934         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
1935         _IO_wide_data_FD, which is never used here.
1936
1937         * libio/iofread.c
1938         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
1939         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
1940         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
1941
1942         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
1943         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
1944
1945         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
1946         (closelog): Likewise.
1947
1948 2002-07-06  Bruno Haible  <bruno@clisp.org>
1949
1950         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
1951
1952         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
1953         * sysdeps/unix/alpha/pipe.S: ... here.
1954         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
1955
1956         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
1957
1958         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
1959         * sysdeps/unix/i386/fork.S: Likewise.
1960         * sysdeps/unix/i386/pipe.S: Likewise.
1961         * sysdeps/unix/i386/wait.S: Likewise.
1962
1963         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
1964         * sysdeps/unix/arm/fork.S: Likewise.
1965
1966         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
1967         arguments.
1968         (DO_CALL): Swap argument order.
1969         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
1970         arguments.
1971         (DO_CALL): Swap argument order.
1972         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
1973         arguments.
1974         (DO_CALL): Swap argument order.
1975         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
1976         arguments.
1977         (DO_CALL): Swap argument order.
1978         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
1979         arguments.
1980         (DO_CALL): Swap argument order.
1981         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
1982         arguments.
1983         (DO_CALL): Swap argument order.
1984         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
1985         arguments.
1986         (DO_CALL): Swap argument order.
1987
1988         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
1989         (L): Define right for ELF.
1990         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
1991         Now defined in sysdeps/i386/sysdep.h.
1992
1993         * sysdeps/posix/readv.c: Ansify function definition.
1994         * sysdeps/posix/writev.c: Likewise.
1995
1996         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
1997         have the same size. Avoid direct cast from size_t to off_t.
1998
1999         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
2000         nul byte in entry[n].ut_user.
2001         (simulate_logout): Likewise.
2002
2003         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
2004         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
2005         existence of corresponding members of 'struct utmp'.
2006         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
2007         !_HAVE_UT_TYPE.
2008
2009         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
2010         allocate a buffer of at least BUFSIZ bytes, not just of
2011         sizeof (struct dirent).
2012
2013         * sysdeps/generic/glob.c: Include <limits.h>.
2014         (NAME_MAX): Define a fallback.
2015         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
2016         stack.
2017         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
2018         (main): Allocate enough room for a 'struct dirent64' on the stack.
2019         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
2020         'struct dirent'.
2021
2022         * sysdeps/unix/sysv/linux/init-first.c: Don't include
2023         kernel-features.h.
2024
2025         * inet/htontest.c: Include <sys/types.h>.
2026
2027         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
2028
2029         * include/sys/sysctl.h: Comment fix.
2030
2031         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
2032         _dl_load_lock.
2033         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
2034
2035         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
2036
2037         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
2038         (__getpeername): New alias.
2039         (__getsockname): New alias.
2040         (__socket): New alias.
2041
2042         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
2043
2044         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
2045         (__fcntl_internal): New alias.
2046         (__profil): New alias.
2047
2048 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
2049
2050         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
2051         entry was for getaddr* lookup or not.  Add only matching cache
2052         entry.  Change all callers [PR libc/4317].
2053
2054         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
2055         finding the read position [PR libc/4265].
2056         * libio/Makefile (tests): Add bug-rewind2.
2057         * libio/bug-rewind2.c: New file.
2058
2059         * libio/bug-rewind.c: Fix creation of temp file.
2060
2061 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2062
2063         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
2064         neither SUCCESS nor TRYAGAIN [PR libc/4259].
2065         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
2066         to ENOENT if no entry is found.
2067         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
2068         failure.
2069         * nis/nss_compat/compat-initgroups.c: Likewise.
2070         * nis/nss_compat/compat-pwd.c: Likewise.
2071         * nis/nss_compat/compat-spwd.c: Likewise.
2072         * nis/nss_nis/nis-alias.c: Likewise.
2073         * nis/nss_nis/nis-ethers.c: Likewise.
2074         * nis/nss_nis/nis-grp.c: Likewise.
2075         * nis/nss_nis/nis-hosts.c: Likewise.
2076         * nis/nss_nis/nis-initgroups.c: Likewise.
2077         * nis/nss_nis/nis-netgrp.c: Likewise.
2078         * nis/nss_nis/nis-network.c: Likewise.
2079         * nis/nss_nis/nis-proto.c: Likewise.
2080         * nis/nss_nis/nis-publickey.c: Likewise.
2081         * nis/nss_nis/nis-pwd.c: Likewise.
2082         * nis/nss_nis/nis-rpc.c: Likewise.
2083         * nis/nss_nis/nis-service.c: Likewise.
2084         * nis/nss_nis/nis-spwd.c: Likewise.
2085         * resolv/nss_dns/dns-host.c: Likewise.
2086         * resolv/nss_dns/dns-network.c: Likewise.
2087         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
2088         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
2089         * nis/nss_nisplus/nisplus-grp.c: Likewise.
2090         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
2091         * nis/nss_nisplus/nisplus-network.c: Likewise.
2092         * nis/nss_nisplus/nisplus-proto.c: Likewise.
2093         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
2094         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
2095         * nis/nss_nisplus/nisplus-service.c: Likewise.
2096         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
2097         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
2098         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
2099         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
2100         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
2101
2102         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
2103         declaring __restore and __restore_rt as hidden (if possible).
2104
2105 2002-08-25  Roland McGrath  <roland@redhat.com>
2106
2107         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
2108
2109         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
2110         (getutent_r_file, internal_getut_r): Updated all callers.
2111         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
2112
2113 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2114
2115         * locale/programs/locale.c: Don't print aliases for non-existing
2116         locales for 'locale -a'.
2117         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
2118
2119 2002-07-19  H.J. Lu  <hjl@gnu.org>
2120
2121         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
2122
2123 2002-07-16  H.J. Lu  <hjl@gnu.org>
2124
2125         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2126         sys/personality.h.
2127         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
2128
2129 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2130
2131         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
2132         not moved ahead of the fputs call.
2133         * elf/tst-tlsmod2.c (in_dso): Likewise.
2134         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2135         * elf/tst-tlsmod4.c (in_dso): Likewise.
2136
2137 2002-08-25  Andreas Schwab  <schwab@suse.de>
2138
2139         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
2140
2141 2002-08-25  Roland McGrath  <roland@redhat.com>
2142
2143         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
2144         resetting handler, to avoid the possibility of a spurious SIGALRM
2145         delivered to the user's handler.
2146         Reported by Amit D. Chaudhary <amitc@brocade.com>,
2147
2148         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
2149         set -fkeep-inline-functions, which is not needed for the current file.
2150
2151         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
2152         (_dl_setup_hash): Add attribute_hidden.
2153         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
2154         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
2155         (_dl_new_object, _dl_map_object_deps): Likewise.
2156         (_dl_map_object_deps_internal): Remove decl.
2157         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
2158
2159         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
2160         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
2161         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
2162         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
2163         instead relying on the compiler to produce only GOTOFF variable refs.
2164
2165 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2166
2167         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
2168
2169         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
2170         inline to avoid defining it in every file which includes this header.
2171
2172         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
2173         defining DONT_USE_BOOTSTRAP_MAP.
2174
2175         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
2176         * libio/tst-mmap-setvbuf.c (main): Likewise.
2177         * libio/tst-widetext.c (main): Likewise.
2178
2179         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
2180         message.
2181         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
2182         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
2183
2184         * sysdeps/i386/elf/configure.in: Unconditionally define
2185         PI_STATIC_AND_HIDDEN.
2186         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
2187         PI_STATIC_AND_HIDDEN is defined as well.
2188         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
2189
2190 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
2191
2192         * sysdeps/ia64/bzero.S: Define __bzero as well.
2193
2194         * locale/programs/charmap.c (charmap_new_char): Don't use
2195         ULONG_MAX as maximum UCS4 value.
2196
2197         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
2198
2199         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
2200
2201         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
2202         * malloc/malloc.c (mALLINFo): Likewise.
2203
2204         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
2205
2206         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
2207         examining result of _IO_do_flush call.
2208
2209         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
2210         Use prec not spec when sizing buffers.
2211
2212         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
2213         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
2214         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
2215         * stdio-common/vfscanf.c (inchar): Likewise.
2216         * misc/efgcvt_r.c (fcvt_r): Likewise.
2217         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
2218         * elf/readlib.c (process_file): Likewise.
2219         * elf/sprof.c (load_profdata): Likewise.
2220         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
2221         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
2222         * locale/programs/charmap.c (charmap_read): Likewise.
2223         * libio/fileops.c: Likewise.
2224         * libio/fmemopen.c: Likewise.
2225         * stdlib/strtod.c: Likewise.
2226         * elf/dl-load.c: Likewise.
2227         * iconv/iconvconfig.c: Likewise.
2228         * iconv/iconv_prog.c (process_block): Likewise.
2229         * elf/rtld.c (dl_main): Likewise.
2230
2231         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
2232         macro to calm down the compiler.
2233
2234         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
2235
2236         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
2237
2238         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
2239         placement of errno definition.
2240         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
2241         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
2242         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
2243         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
2244         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
2245
2246         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
2247         from 1024 to 65536, to avoid buffer overrun.
2248
2249 2002-08-16  Paul Eggert  <eggert@twinsun.com>
2250
2251         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
2252         from 1024 to 65536, to avoid buffer overrun.
2253         * resolv/res_query.c (MAXPACKET): Likewise.
2254
2255 2002-08-24  Andreas Jaeger  <aj@suse.de>
2256
2257         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
2258
2259 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
2260
2261         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
2262         two52 locally.
2263         (log2): Likewise.
2264         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
2265         Patch by Simon Gee <simong@agile.tv>.
2266
2267         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
2268         Prefer reading /proc/stat since it is more uniform across
2269         architectures.
2270
2271         * manual/texinfo.tex: Update to latest official version.
2272
2273         * sysvipc/sys/shm.h: Remove SHMLBA definition.
2274         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
2275         * sysdeps/gnu/bits/shm.h: Likewise.
2276         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2277         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2278         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
2279         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2280         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2281         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2282         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2283         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
2284         since this is what the kernel says.
2285
2286         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
2287         since ssize_t is needed as well.  Replace const with __const.
2288
2289 2002-08-23  Roland McGrath  <roland@redhat.com>
2290
2291         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
2292         __malloc_hook, __realloc_hook, __memalign_hook,
2293         __after_morecore_hook): Variable definitions moved to ...
2294         * malloc/malloc.c: ... here, so as to be before all references.
2295
2296         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
2297         global variable reference in an unused asm parameter, to ensure the
2298         compiler has set up the GOT register before we use it.
2299
2300         * malloc/hooks.c: Move variable definitions ahead of uses.
2301         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
2302         initializers that make reference to variables they define.
2303
2304 2002-08-23  Andreas Jaeger  <aj@suse.de>
2305
2306         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
2307         alloca, free, qsort.
2308
2309         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
2310
2311         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
2312         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2313
2314         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
2315         <hch@lst.de>.
2316         * sysdeps/generic/fgetxattr.c: New file.
2317         * sysdeps/generic/flistxattr.c: New file.
2318         * sysdeps/generic/fremovexattr.c: New file.
2319         * sysdeps/generic/fsetxattr.c: New file.
2320         * sysdeps/generic/getxattr.c: New file.
2321         * sysdeps/generic/listxattr.c: New file.
2322         * sysdeps/generic/lgetxattr.c: New file.
2323         * sysdeps/generic/llistxattr.c: New file.
2324         * sysdeps/generic/lremovexattr.c: New file.
2325         * sysdeps/generic/lsetxattr.c: New file.
2326         * sysdeps/generic/removexattr.c: New file.
2327         * sysdeps/generic/setxattr.c: New file.
2328         * misc/Makefile (headers): Add sys/xattr.h.
2329         (routines): Add *xattr calls.
2330         * misc/Versions: Add *xattr calls with version 2.3.
2331         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
2332         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2333         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2334         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2335         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2336         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2337         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2338         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2339
2340 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
2341
2342         * sysdeps/powerpc/elf/libc-start.c
2343         (__cache_line_size): Declare.
2344         (__aux_init_cache): New function.
2345         (__libc_start_main): Change type of `auxvec' parameter to
2346         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
2347         __aux_init_cache.
2348         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2349         (__cache_line_size): Declare.
2350         (__aux_init_cache): New function.
2351         (DL_PLATFORM_INIT): Define.
2352         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
2353         value to select the correct stride for dcbz.
2354
2355 2002-08-22  Andreas Jaeger  <aj@suse.de>
2356
2357         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
2358         shmat.
2359
2360 2002-08-22  Roland McGrath  <roland@redhat.com>
2361
2362         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
2363         position indicated by locrectab against file bounds before rounding to
2364         page size.  In mapping loop, always set TO before breaking out of
2365         contiguous range coalescing loop.
2366
2367         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
2368         (or MAP_COPY if available) instead of MAP_SHARED.
2369
2370         * scripts/firstversions.awk: When encountering a version newer than
2371         the specified earliest version, be sure to emit the specified earliest
2372         version first if any renaming of an older version to that has been.
2373
2374 2002-08-21  Roland McGrath  <roland@redhat.com>
2375
2376         * configure.in: Make GCC version check require 3.[2-9]* and no others.
2377         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
2378         (Configuring and compiling): Don't mention older GCC versions any more.
2379         * INSTALL: Regenerated.
2380
2381         * manual/install.texi (Configuring and compiling, Installation,
2382         Running make install, Linux): Linux -> GNU/Linux where appropriate.
2383
2384         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
2385         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
2386         and with noinline otherwise.  Remove hack alloca use to prevent
2387         inlining, we can ask for it explicitly nowadays.
2388
2389         * dlfcn/bug-dlsym1.c: New file.
2390         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
2391         * dlfcn/Makefile (distribute): Add them.
2392         (tests): Add bug-dlsym1 here.
2393         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
2394         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
2395         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
2396
2397 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
2398
2399         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
2400         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
2401         before relocation.
2402         (_dl_start): Don't use local bootstrap_map variable if
2403         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
2404         pass bootstrap_map to _dl_start_final in this case either.  Don't
2405         pass start_time to _dl_start_final ever.
2406         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
2407
2408         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
2409         This cripples the scope lists necessary to search for symbols in
2410         dependencies which are not in the global scope.
2411
2412         * include/setjmp.h (__libc_longjmp): Add declaration.
2413
2414 2002-08-21  Andreas Jaeger  <aj@suse.de>
2415
2416         * sysdeps/x86_64/_mcount.S: Fix assembler.
2417
2418         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
2419         with biarch support.
2420
2421 2002-08-21  Andreas Jaeger  <aj@suse.de>
2422
2423         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
2424
2425         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
2426
2427         * sysdeps/x86_64/machine-gmon.h: New file.
2428         * sysdeps/x86_64/_mcount.S: New file.
2429
2430 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2431
2432         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
2433         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
2434         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
2435         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
2436         to TL_INIT_TP.  Otherwise pass 1.
2437         * include/link.h (struct link_map): Add l_tls_tp_initialized.
2438         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
2439
2440 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
2441
2442         * locale/programs/localedef.c (add_to_readlist): Error about
2443         circular dependencies only if the locale in question hasn't
2444         been finished.
2445         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
2446         CTYPE_LOCALE to load_locale.
2447         * locale/programs/locfile.c (locfile_read): Don't include
2448         unneeded but available locales in locale_mask.
2449
2450         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
2451         print any messages about enlarging archive.
2452
2453 2002-08-20  Brian Youmans  <3diff@gnu.org>
2454
2455         * manual/contrib.texi: Removed licenses, added acknowledgements
2456         for contributions by Intel, IBM, Craig Metz.
2457         * LICENSES: New file, contains the text of all non-FSF licenses in the
2458         distribution that require putting the notice in the accompanying
2459         documentation.
2460         * README.template, README: Mention LICENSES.
2461
2462         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
2463         new one modelled on the modern BSD license, per recent letter
2464         of permission from CMU.
2465         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
2466
2467         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
2468         from IBM to FSF, per the recent Software Letter.  Changed the
2469         distribution terms from GPL to LGPL.
2470
2471         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
2472         copying permission notice (Lesser GPL), per recent IBM Software Letter.
2473         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2474         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2475         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2476         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2477         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2478         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2479         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2480         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2481
2482         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
2483         from IBM to FSF, per the recent Software Letter.  Corrected the
2484         text of the copying permission notice to say Lesser GPL instead
2485         of GPL in warranty disclaimer paragraph.
2486         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2487         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2488         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2489         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2490         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2491         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2492         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2493         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2494         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2495         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2496         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2497         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2498         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2499         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2500         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2501         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2502         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2503         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2504         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2505         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2506         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2507
2508         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
2509         permission notice to say Lesser GPL instead of GPL in warranty
2510         disclaimer paragraph.
2511         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2512         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2513         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2514         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2515         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2516         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2517         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2518         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2519         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2520         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2521         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2522         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2523         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2524         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2525         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2526         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2527         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2528         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2529         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2530         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2531         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2532         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2533         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
2534
2535 2002-08-20  Roland McGrath  <roland@redhat.com>
2536
2537         Fix ABI compatibility with libc compiled with old tools on powerpc.
2538         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2539         and Jack Howarth <howarth@bromo.med.uc.edu>.
2540         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
2541         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
2542         pass -DHAVE_DOT_HIDDEN for these files.
2543         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
2544         __floatdisf.
2545         * sysdeps/powerpc/divdi3.c: New file.
2546         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
2547         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
2548
2549 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
2550
2551         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
2552         partially overlapping mappings.  Remove unneeded (char *) casts.
2553         Never allow duplication of ranges in mapped areas.
2554
2555 2002-08-20  Roland McGrath  <roland@redhat.com>
2556
2557         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
2558         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
2559
2560 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2561
2562         * include/unistd.h: Don't hide _exit.
2563
2564         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
2565         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
2566         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
2567         argument 1 to TLS_INIT_TP.
2568         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
2569
2570         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
2571
2572         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
2573         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
2574         memory allocation to...
2575         (allocate_dtv): ...here.  New function.
2576         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
2577         call allocate_dtv instead of _dl_allocate_tls_storage.
2578         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
2579         (_dl_get_tls_static_info): New function.
2580         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
2581         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
2582
2583 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
2584
2585         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
2586         immediately if result == NULL.
2587
2588 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2589
2590         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2591
2592 2002-08-18  Roland McGrath  <roland@frob.com>
2593
2594         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
2595         instead of __file_name_split.
2596         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
2597
2598         * sysdeps/mach/hurd/dl-sysdep.c
2599         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
2600         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
2601
2602 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2603
2604         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
2605         in change before last: MAX -> MIN.
2606
2607 2002-08-15  Roland McGrath  <roland@redhat.com>
2608
2609         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
2610         if seek would go past it.
2611         (mmap_remap_check): If file position is at or past EOF after check,
2612         leave read pointers at EOF and don't seek.
2613
2614         * libio/tst-mmap-offend.c: New file.
2615         * libio/Makefile (tests): Add it.
2616
2617         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
2618         the name as passed, rather than the name in the archive dictionary.
2619
2620 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
2621
2622         * csu/Makefile: Define elide-routines.os not static-only-routines.
2623
2624         * include/sched.h (__clone): Add varargs at the end.
2625
2626         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
2627         case.
2628         (TLS_INIT_HELPER): If defined, use it.
2629         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
2630
2631 2002-08-15  Roland McGrath  <roland@redhat.com>
2632
2633         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
2634         on L->l_prev; it can happen under rtld --verify too.
2635
2636         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
2637         header separately, just map an initial window of 2MB from the file
2638         and remap if that is not large enough to cover the whole header.
2639
2640 2002-08-15  Andreas Jaeger  <aj@suse.de>
2641
2642         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
2643         version 2.3.
2644         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2645         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2646         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2647         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2648         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2649         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2650         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2651         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
2652         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
2653         Patch by Andreas Gruenbacher <agruen@suse.de>.
2654
2655         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
2656
2657 2002-08-14  Roland McGrath  <roland@redhat.com>
2658
2659         * locale/locarchive.h (struct locale_category_data): Give this name to
2660         the type of locale_data_t's elements.
2661         * locale/programs/locarchive.c (cmpcategorysize): New static function.
2662         (add_locale): Use that to sort the categories by size and put all
2663         those that fit into two pages into the LC_ALL block, instead of
2664         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
2665         (show_archive_content): Detect categories inside LC_ALL block
2666         directly, instead of hard-coding.
2667         (oldlocrecentcmp): Compare just on file locations used.
2668
2669 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
2670
2671         * locale/programs/locarchive.c (struct oldlocrecent): New type.
2672         (oldlocrecentcmp): New function.
2673         (enlarge_archive): Re-add locales in the order they were added
2674         to the archive.
2675         (add_locale): Put all the small locale files together, if the small
2676         locale file block would occupy less pages if page size aligned, align
2677         it.
2678         (show_archive_content): Adjust for locale archives optimized for speed.
2679
2680 2002-08-14  Roland McGrath  <roland@frob.com>
2681
2682         * configure.in: Use "MISSING" as not-found value for MIG.
2683         * sysdeps/mach/configure.in: Fatal if mig not found.
2684         * configure, sysdeps/mach/configure: Regenerated.
2685
2686 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2687
2688         * locale/loadarchive.c (archfname): Add missing slash.
2689
2690         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
2691         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
2692
2693 2002-08-12  Roland McGrath  <roland@redhat.com>
2694
2695         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
2696         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
2697         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
2698         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
2699         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
2700         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
2701         * sysdeps/generic/waitpid.c: Likewise.
2702
2703         * include/net/if.h: New file.  Use libc_hidden_proto
2704         for if_nametoindex and if_indextoname.
2705         * sysdeps/generic/if_index.c: Add libc_hidden_def.
2706         * sysdeps/mach/hurd/if_index.c: Likewise.
2707         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2708
2709         * include/grp.h (setgroups): Add libc_hidden_proto.
2710         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
2711         * sysdeps/mach/hurd/setgroups.c: Likewise.
2712         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
2713         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2714
2715 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2716
2717         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
2718         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
2719         * sysdeps/generic/setegid.c (setegid): Likewise.
2720         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
2721         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
2722         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
2723         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
2724         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
2725         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
2726         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
2727         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
2728         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
2729         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
2730         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
2731         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
2732         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
2733
2734         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
2735         __lxstat_internal, __lxstat64_internal): Remove.
2736         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
2737         Add hidden_proto.
2738         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
2739         Remove INTDEF where present, remove #undef at the beginning.
2740         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
2741         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
2742         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
2743         * sysdeps/generic/xstat.c (__xstat): Likewise.
2744         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
2745         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
2746         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
2747         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
2748         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
2749         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
2750         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
2751         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
2752         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
2753         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
2754         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
2755         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
2756         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
2757         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
2758         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
2759         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
2760         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
2761         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
2762         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
2763         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
2764         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
2765         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
2766         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
2767         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
2768         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
2769         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
2770         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
2771         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
2772         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
2773         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
2774         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
2775         * sysdeps/unix/xstat.c (__xstat): Likewise.
2776
2777         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
2778         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
2779         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
2780         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
2781         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
2782         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
2783         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
2784
2785         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
2786         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
2787         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
2788         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
2789         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
2790         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
2791         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
2792         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
2793         Likewise.
2794         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
2795         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
2796         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
2797         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
2798         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
2799         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
2800         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
2801         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
2802
2803         * include/string.h (strcoll): Add libc_hidden_proto.
2804         * string/strcoll.c (strcoll): Add libc_hidden_def.
2805
2806         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
2807
2808 2002-08-11  Philip Blundell  <philb@gnu.org>
2809
2810         * sysdeps/arm/Makefile: New file.
2811
2812 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2813
2814         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
2815         by another '|', end of regex or enclosing ')', clear branch.
2816         * posix/bug-regex9.c: New test.
2817         * posix/Makefile (tests): Add bug-regex9.
2818
2819 2002-08-12  Roland McGrath  <roland@redhat.com>
2820
2821         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
2822         start count condition, use TOTAL instead of variable that was never
2823         set.  Fix outer loop termination condition to TOTAL >= after update.
2824
2825         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
2826         dl_tls_static_align and dl_tls_static_nelem.
2827
2828 2002-08-11  Roland McGrath  <roland@redhat.com>
2829
2830         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
2831         of the TLS macros, otherwise the compiler might not have initialized
2832         the PIC register yet when we use the PLT via asm.
2833         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2834         * elf/tst-tlsmod2.c (in_dso): Likewise.
2835
2836         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
2837
2838         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
2839         Evaluate argument exactly once.  Remove __volatile__ from asm's.
2840
2841         * include/unistd.h: Use libc_hidden_proto for getdomainname
2842         and getlogin_r.
2843         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
2844         * sysdeps/mach/hurd/getdomain.c: Likewise.
2845         * sysdeps/unix/getlogin_r.c: Likewise.
2846         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
2847         * sysdeps/generic/getlogin_r.c: Likewise.
2848
2849         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
2850         * sunrpc/rtime.c: Add libc_hidden_def.
2851
2852         * include/string.h: Use libc_hidden_proto for basename.
2853         * string/basename.c [_LIBC]: Add libc_hidden_def.
2854
2855         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
2856
2857         * locale/loadarchive.c: munmap -> __munmap throughout.
2858
2859         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
2860         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
2861         * sysdeps/generic/gai_strerror.c: Likewise.
2862
2863         * include/sys/errno.h: New file.
2864
2865         * include/signal.h: No libc_hidden_proto for raise,
2866         __libc_current_sigrtmin, __libc_current_sigrtmax.
2867         These need to be overridden by linuxthreads.
2868         * sysdeps/posix/raise.c: Reverted.
2869         * sysdeps/generic/raise.c: Reverted.
2870         * signal/allocrtsig.c: Reverted.
2871
2872         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
2873
2874 2002-08-10  Roland McGrath  <roland@redhat.com>
2875
2876         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
2877         * locale/localeinfo.h: Declare it.
2878         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
2879         current locale if it's not in the file list.
2880         Call _nl_archive_subfreeres.
2881
2882 2002-08-10  Andreas Jaeger  <aj@suse.de>
2883
2884         * sysdeps/i386/strchr.S: Add comment.
2885
2886 2002-08-10  Roland McGrath  <roland@redhat.com>
2887
2888         * include/wchar.h (putwc): Use libc_hidden_proto.
2889         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
2890         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
2891         * stdio-common/dprintf.c: Add libc_hidden_def.
2892         * stdio-common/fprintf.c: Likewise.
2893         * stdio-common/sprintf.c: Likewise.
2894         * stdio-common/sscanf.c: Likewise.
2895         * libio/iofwrite.c: Likewise.
2896         * libio/memstream.c: Likewise.
2897         * libio/putwc.c: Likewise.
2898         * stdio-common/perror.c: Likewise.
2899         * sysdeps/posix/remove.c: Likewise.
2900         * sysdeps/generic/remove.c: Likewise.
2901         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
2902         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
2903
2904 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
2905
2906         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2907         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
2908         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2909         towlower, towupper): Add libc_hidden_weak.
2910
2911         * include/bits/dlfcn.h: New file.
2912         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
2913
2914         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
2915         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
2916         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
2917         * include/pwd.h (_nss_files_parse_pwent): Likewise.
2918         * include/shadow.h (_nss_files_parse_spent): Likewise.
2919         * include/netdb.h (_nss_files_parse_protoent,
2920         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
2921         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
2922         (LINE_PARSER): Use it.
2923         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
2924         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
2925
2926         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
2927         #endif.
2928
2929         * manual/debug.texi (%MENU%): Remove trailing dot.
2930         Reported by <hayastan132@hotmail.com>.
2931
2932         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
2933         aliases.
2934         (lseek): Dummy.
2935         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
2936         Likewise.
2937
2938 2002-08-09  Roland McGrath  <roland@redhat.com>
2939
2940         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
2941         name to find codeset name (if any) and normalize it.  If the
2942         normalized name differs, look up only that in the archive.
2943         * locale/programs/locarchive.c (add_locale_to_archive): If the name
2944         contains a codeset, normalize the codeset store only the normalized
2945         name in the archive.  If not, add an alias containing the locale's
2946         normalized codeset name.  Apply codeset name normalization when
2947         matching entries in the alias file.
2948
2949         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
2950         decrement HEAD->namehash_used here.
2951         (add_locale): Only need to insert name string when name_offset != 0.
2952
2953         * locale/programs/localedef.c (options): Add -A/--alias-file.
2954         (alias_file): New variable.
2955         (parse_opt): Grok -A, set that.
2956         * locale/programs/localedef.h: Declare it.
2957
2958         * locale/locarchive.h (struct locrecent): Add `refs' member.
2959         * locale/programs/locarchive.c (insert_name): New function, broken out
2960         of ...
2961         (add_locale_to_archive): ... here.  Call that.
2962         (add_alias): New function.
2963         (add_locale): New static function, add_locale_to_archive renamed.
2964         (add_locale_to_archive): Call that and use add_alias to add an alias
2965         for the name with codeset if the given name lacks it.
2966         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
2967
2968         * locale/Makefile (routines): Add loadarchive.
2969         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
2970         (_nl_load_locale_from_archive): New function.
2971         * locale/localeinfo.h: Declare it.
2972         * locale/findlocale.c (_nl_find_locale): If using default locale path,
2973         try _nl_load_locale_from_archive first.
2974
2975         * locale/loadlocale.c (_nl_intern_locale_data): New function,
2976         broken out of _nl_load_locale.
2977         (_nl_load_locale): Call that.
2978         * locale/localeinfo.h: Declare it.
2979         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
2980         (struct locale_data): Remove unused member `options'.
2981         * locale/findlocale.c (_nl_remove_locale): Update uses.
2982         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2983         * locale/C-collate.c: Update initializer.
2984         * locale/C-identification.c: Likewise.
2985         * locale/C-measurement.c: Likewise.
2986         * locale/C-telephone.c: Likewise.
2987         * locale/C-address.c: Likewise.
2988         * locale/C-name.c: Likewise.
2989         * locale/C-paper.c: Likewise.
2990         * locale/C-time.c: Likewise.
2991         * locale/C-numeric.c: Likewise.
2992         * locale/C-monetary.c: Likewise.
2993         * locale/C-messages.c : Likewise.
2994         * locale/C-ctype.c: Likewise.
2995
2996         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
2997         use CHAR_BIT instead of BITSPERBYTE.
2998
2999         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
3000         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
3001         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
3002         (_nl_remove_locale): Likewise.
3003         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
3004
3005         * locale/findlocale.c (_nl_default_locale_path): New variable.
3006         (_nl_find_locale): If LOCALE_PATH is null, default to that.
3007         * locale/localeinfo.h: Declare it.
3008         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
3009         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
3010         * locale/newlocale.c (__newlocale): Likewise.
3011
3012         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
3013         * inet/rexec.c (rexec_af): Add libc_hidden_def.
3014         * sysdeps/generic/morecore.c: Likewise.
3015         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
3016         (__libc_current_sigrtmax): Likewise.
3017
3018 2002-08-08  Roland McGrath  <roland@redhat.com>
3019
3020         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
3021         * catgets/open_catalog.c (__open_catalog): Likewise.
3022
3023         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
3024         from typo INITIAL_NUM_NANES.
3025         (create_archive): Update use.
3026
3027 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
3028
3029         * sysdeps/unix/sysv/linux/sigwait.c: New file.
3030
3031 2002-08-08  Roland McGrath  <roland@frob.com>
3032
3033         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
3034
3035 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
3036
3037         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
3038         else and undefine after including wcstol_l.c.
3039         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
3040
3041 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
3042
3043         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
3044
3045 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
3046
3047         * configure.in: Make the test for broken_alias_attribute stricter.
3048
3049 2002-05-24  Robert Love  <rml@tech9.net>
3050
3051         * posix/Makefile (routines): Add sched_getaffinity and
3052         sched_setaffinity.
3053         * posix/sched.h: Add declarations for sched_getaffinity and
3054         sched_setaffinity.
3055         * sysdeps/generic/sched_getaffinity.c: New file.
3056         * sysdeps/generic/sched_setaffinity.c: New file.
3057         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
3058         sched_setaffinity.
3059
3060 2002-08-06  Andreas Schwab  <schwab@suse.de>
3061
3062         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
3063
3064 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
3065
3066         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
3067         message.
3068
3069         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
3070         It is known to be defined.
3071
3072         * include/string.h: Define index and rindex only if _ISOMAC is not
3073         defined.
3074
3075         * elf/rtld.c: Include <errno.h>.
3076         * sysdeps/generic/libc-tls.c: Likewise.
3077
3078 2002-08-07  Roland McGrath  <roland@redhat.com>
3079
3080         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
3081         it internally.
3082         (precsize_aton): Likewise.
3083
3084         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
3085         the static symbols added in the last change (doofus is me).
3086
3087         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
3088         loop to notice missing categories in a composite name.
3089
3090         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
3091         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
3092         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
3093         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
3094
3095 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
3096
3097         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
3098
3099 2002-08-07  Roland McGrath  <roland@redhat.com>
3100
3101         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
3102         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
3103         Reported by Jakub Jelinek  <jakub@redhat.com>.
3104
3105 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
3106
3107         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
3108         division.
3109
3110 2002-08-06  Roland McGrath  <roland@redhat.com>
3111
3112         * include/getopt.h: Put private decls inside [_GETOPT_H].
3113         Use libc_hidden_proto for getopt_long, getopt_long_only.
3114         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
3115         Add libc_hidden_def.
3116
3117         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
3118         Define as a macro for __dl_iterate_phdr.
3119
3120         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
3121         made static.  Add __ name as a strong alias.
3122         (internal_endnetgrent): Likewise.
3123         (internal_getnetgrent_r): Likewise.
3124
3125         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
3126         with no __ prefix.
3127         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
3128         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
3129         all *_l functions with no __ prefix.
3130         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
3131         * ctype/ctype_l.c: Likewise.
3132         * locale/nl_langinfo.c: Likewise.
3133         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
3134         * stdlib/stdlib.h [__USE_GNU]: Likewise.
3135         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
3136         * wctype/wctype.h [__USE_GNU]: Likewise.
3137         * string/strcoll_l.c (strcoll_l): Define as weak alias.
3138         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
3139         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
3140         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
3141         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
3142         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
3143         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
3144         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
3145         (__wcscasecmp_l): Add libc_hidden_def.
3146         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
3147         (__wcsncasecmp_l): Add libc_hidden_def.
3148         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
3149         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
3150         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
3151         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
3152         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
3153         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
3154         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
3155         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
3156         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
3157         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
3158         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
3159         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
3160         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
3161         * wctype/wctype_l.c (wctype_l) Define as weak alias.
3162
3163 2002-08-05  Roland McGrath  <roland@redhat.com>
3164
3165         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
3166         netname2user, host2netname, user2netname, key_gendes.
3167         * sunrpc/netname.c: Add libc_hidden_def.
3168         * sunrpc/key_call.c: Likewise.
3169
3170         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
3171         freeaddrinfo.
3172         * inet/getnameinfo.c: Add libc_hidden_def.
3173         * sysdeps/generic/getaddrinfo.c: Likewise.
3174         * sysdeps/posix/getaddrinfo.c: Likewise.
3175
3176         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
3177         * wcsmbs/wmemchr.c: Add libc_hidden_def.
3178         * wcsmbs/wmemset.c: Add libc_hidden_def.
3179
3180         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
3181         (index, rindex): Define as macros for strchr, strrchr.
3182
3183         * string/envz.c (envz_strip): index -> strchr
3184
3185         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
3186         * sunrpc/rpc_prot.c: Add libc_hidden_def.
3187
3188         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
3189         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
3190
3191         * include/stdlib.h: Use libc_hidden_proto for wctomb.
3192         * stdlib/wctomb.c: Add libc_hidden_def.
3193
3194         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
3195         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
3196         * resolv/herror.c: Likewise.
3197         * inet/rcmd.c: Add libc_hidden_def.
3198         * inet/ruserpass.c: Likewise.
3199         * inet/getnetgrent_r.c: Likewise.
3200
3201         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
3202         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
3203         for svcerr_auth, svcerr_noprog, svcerr_progvers.
3204         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
3205         libc_hidden_def.
3206         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
3207         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
3208
3209         * sysdeps/posix/system.c (do_system): New function, guts broken out of
3210         __libc_system.
3211         (__libc_system): Call it, putting just the line == NULL test here.
3212
3213         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
3214         variables work right.
3215
3216         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
3217         * elf/dl-close.c (_dl_close): Likewise.
3218
3219         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
3220         in6addr_any, in6addr_loopback.  Remove decls for
3221         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
3222         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
3223         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
3224         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
3225         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
3226         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
3227         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
3228         in6addr_loopback.
3229         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
3230
3231         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
3232         ether_aton_r.
3233         * inet/ether_aton_r.c: Add libc_hidden_def.
3234         * inet/ether_ntoa_r.c: Likewise.
3235
3236         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
3237         xprt_unregister.
3238         * sunrpc/svc.c: Add libc_hidden_def.
3239         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
3240         pmap_set, pmap_unset.
3241         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
3242         * sunrpc/pm_getport.c: Likewise.
3243         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
3244         * sunrpc/publickey.c: Add libc_hidden_def.
3245
3246 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3247
3248         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
3249         the other memset call in this function.
3250
3251         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
3252         at correct index.  Clear BSS region now that memalign is used.
3253
3254 2002-08-05  Roland McGrath  <roland@redhat.com>
3255
3256         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
3257         * sysdeps/generic/uname.c: Add libc_hidden_def.
3258         * sysdeps/mach/hurd/uname.c: Likewise.
3259
3260 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
3261
3262         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
3263         wcspbrk): Add libc_hidden_proto.
3264         * time/strftime.c (my_strftime): Add libc_hidden_def.
3265         (strftime): Remove libc_hidden_def.
3266         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
3267         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
3268         * wcsmbs/wcsspn.c (wcsspn): Likewise.
3269         * wcsmbs/wcscmp.c (wcscmp): Likewise.
3270         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
3271         * wcsmbs/wcscoll.c (wcscoll): Likewise.
3272
3273         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
3274         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3275         __rpc_thread_createerr): Add libc_hidden_proto.
3276         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
3277         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3278         __rpc_thread_createerr): Add libc_hidden_def.
3279
3280         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
3281         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
3282         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
3283         clnt_perror, clnt_sperror): Add libc_hidden_def.
3284         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
3285
3286         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
3287         libc_hidden_proto.
3288         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
3289         * sunrpc/des_soft.c (des_setparity): Likewise.
3290
3291         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
3292         Add libc_hidden_proto.
3293         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
3294         Add libc_hidden_def.
3295
3296 2002-08-05  Roland McGrath  <roland@redhat.com>
3297
3298         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
3299         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
3300         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
3301         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
3302         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
3303         old data, abandoning the original memory allocated by rtld at startup,
3304         instead of calling realloc normally.
3305
3306 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3307
3308         * po/fr.po: Update from translation team.
3309
3310 2002-08-04  Roland McGrath  <roland@redhat.com>
3311
3312         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
3313         then generate a dummy module under the given name, obeying the
3314         normal rules for the "caller" field.
3315
3316         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
3317         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
3318
3319         * include/pthread.h: Don't declare __pthread_initialize_minimal as
3320         weak here; we declare it weak or strong in the one place we use it.
3321         * sysdeps/generic/libc-start.c: ... which is here.
3322         Don't make the decl weak if [USE_TLS], since static programs need TLS
3323         setup even when single-threaded.
3324
3325         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
3326
3327         * elf/Makefile (test-srcs): Add $(modules-names) to it.
3328         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
3329         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
3330         all these variables.
3331
3332 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3333
3334         * include/stdio.h: Don't define macro magic to redirect function
3335         calls if _ISOMAC is defined.
3336
3337         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
3338         ldouble asin tests.
3339
3340 2002-08-04  Roland McGrath  <roland@redhat.com>
3341
3342         * stdlib/lrand48_r.c: Add libc_hidden_def.
3343
3344         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
3345         TCB with __libc_memalign instead of mmap.
3346         (_dl_deallocate_tls): Free it with free instead of munmap.
3347
3348         * Makerules (cpp-srcs-left): When setting this to run
3349         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
3350         words.  Combine the two loops into one on the concatenated list,
3351         including those as well as $(test-srcs).
3352
3353         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
3354         since we align here with optimally minimal waste anyway.
3355         (malloc): Just call that.
3356
3357         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
3358         the right variable.
3359
3360         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
3361         to compute memory location for l_tls_initimage.
3362         * elf/rtld.c (_dl_start): Likewise.
3363         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
3364
3365         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
3366         because the .d file is generated in the non-shared case and
3367         so fails to catch them otherwise.
3368
3369         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
3370         split out of _dl_allocate_tls.
3371         (_dl_allocate_tls_init): Likewise.
3372         (_dl_allocate_tls): Call those.
3373         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
3374         * elf/rtld.c (dl_main): Call them separately instead of calling
3375         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
3376         is finished, so that the initializer data has been relocated before we
3377         copy it into the main thread's TLS block.
3378
3379         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
3380         loop conditions, prevented the last used module from being initialized.
3381
3382 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3383
3384         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
3385         if glob resp. globfree are not macros.
3386         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
3387         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
3388         Add libc_hidden_ver.
3389         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
3390         libc_hidden_def.
3391         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
3392         instead of libc_hidden_weak.
3393         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
3394         libc_hidden_ver instead of libc_hidden_def.
3395         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
3396         libc_hidden_ver instead of libc_hidden_def.
3397         (wcstoll, wcstoq): Remove libc_hidden_weak.
3398         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
3399         libc_hidden_ver.
3400         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
3401         libc_hidden_ver.
3402         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
3403         libc_hidden_ver.
3404         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
3405         libc_hidden_ver.
3406
3407 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3408
3409         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
3410         to access _sys_siglist.
3411         * string/strsignal.c: Likewise.
3412         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
3413         * sysdeps/gnu/siglist.c: Likewise.
3414         * sysdeps/unix/siglist.c: Likewise.
3415         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
3416
3417         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
3418
3419         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
3420
3421         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
3422         alias and use it.
3423         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
3424
3425         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
3426         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
3427         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
3428
3429         * include/time.h: Add libc_hidden_proto for __gmtime_r.
3430         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
3431
3432         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
3433         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
3434         and __gconv_get_cache respectively.
3435         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
3436         defined static.  Change all users.
3437         (__gconv_get_cache): New function.
3438         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
3439         (__gconv_get_alias_db): New function.
3440         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
3441         (__conv_modules_db): Likewise.
3442         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
3443         and __gconv_get_alias_db.
3444         * iconv/iconv_prog.c: Use the new functions instead of accessing the
3445         variables.
3446
3447         * include/stdlib.h: Add prototype and libc_hidden_proto for
3448         __default_morecore.
3449         * sysdeps/generic/morecore.c: Include <stdlib.h>.
3450
3451         * malloc/obstack.c: Remove fputs macro.
3452
3453         * malloc/mtrace.c: Remove fopen macro.
3454
3455 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3456
3457         * manual/debug.texi: Fix spelling to programmatically.
3458         Reported by <hayastan132@hotmail.com>.
3459
3460 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3461
3462         * include/libio.h: Add libc_hidden_proto for __uflow.
3463         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
3464         fgetpos to _IO_* names.
3465         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
3466         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
3467         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
3468         putwc_unlocked, vswscanf.
3469         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
3470         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
3471         * libio/fseek.c: Likewise.
3472         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
3473         not fopencookie.
3474         * libio/genops.c (__uflow): Add libc_hidden_def.
3475         * libio/iofflush_u.c (fflush_unlocked): Likewise.
3476         * libio/iofgets_u.c (fgets_unlocked): Likewise.
3477         * libio/iofputs_u.c (fputs_unlocked): Likewise.
3478         * libio/iofputws_u.c (fputws_unlocked): Likewise.
3479         * libio/iofread_u.c (fread_unlocked): Likewise.
3480         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3481         * libio/iovswscanf.c (vswscanf): Likewise.
3482         * libio/putwc_u.c (putwc_unlocked): Likewise.
3483         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
3484         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
3485         * malloc/mtrace.c: Likewise.
3486
3487         * sunrpc/clnt_perr.c: Remove fputs macro.
3488         * sunrpc/svc_simple.c: Likewise.
3489         * sunrpc/svc_tcp.c: Likewise.
3490         * sunrpc/svc_udp.c: Likewise.
3491         * sunrpc/xdr_rec.c: Likewise.
3492         * sunrpc/xdr_ref.c: Likewise.
3493
3494         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
3495         iconv_prog, linereader, and charmap-dir.
3496         * locale/Makefile: Likewise for locale and charmap-dir.
3497         * malloc/Makefile: Likewise for memusagestat.
3498         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
3499         * sunrpc/Makefile: Likewise for rpc_main.
3500         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
3501         * timezone/Makefile: Likewise for zic.
3502
3503         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
3504
3505         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
3506         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
3507         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
3508         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
3509         _dl_close.
3510
3511         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
3512         __wunderflow.
3513         * libio/genops.c (__underflow): Add libc_hidden_def.
3514         * libio/wgenops.c (__wuflow): Likewise.
3515         (__wunderflow): Likewise.
3516
3517         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
3518         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
3519
3520         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
3521         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
3522
3523         * include/string.h: Add libc_hidden_proto for __strverscmp.
3524         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
3525
3526         * include/unistd.h: Add libc_hidden_proto for __sysconf.
3527         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
3528         * sysdeps/posix/sysconf.c: Likewise.
3529         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
3530         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
3531
3532         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
3533         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
3534         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
3535         __iswxdigit_l, __towlower_l, __towupper_l.
3536         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
3537         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
3538
3539         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
3540         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
3541         * sysdeps/mach/hurd/xmknod.c: Likewise.
3542         * sysdeps/unix/xmknod.c: Likewise.
3543         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
3544         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
3545         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
3546
3547         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
3548
3549 2002-08-03  Roland McGrath  <roland@redhat.com>
3550
3551         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
3552         setpriority.
3553         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
3554         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
3555         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
3556         * sysdeps/mach/hurd/setpriority.c: Likewise.
3557         * sysdeps/mach/hurd/getpriority.c: Likewise.
3558         * sysdeps/generic/setpriority.c: Likewise.
3559         * sysdeps/generic/getpriority.c: Likewise.
3560
3561         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
3562         * malloc/mcheck.c: Add libc_hidden_def.
3563
3564         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
3565         * misc/hsearch_r.c: Add libc_hidden_def.
3566
3567         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
3568         * posix/fnmatch.c: Add libc_hidden_weak.
3569
3570         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
3571         execl, execle, execlp, execvp, getpid, getsid.
3572         * sysdeps/generic/alarm.c: Add libc_hidden_def.
3573         * sysdeps/unix/alarm.c: Likewise.
3574         * posix/confstr.c: Likewise.
3575         * posix/execvp.c: Likewise.
3576         * posix/execlp.c: Likewise.
3577         * posix/execle.c: Likewise.
3578         * posix/execl.c: Likewise.
3579         * sysdeps/generic/getsid.c: Likewise.
3580         * sysdeps/mach/hurd/getsid.c: Likewise.
3581         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
3582         * sysdeps/mach/hurd/getpid.c: Likewise.
3583
3584         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
3585         qecvt_r, qfcvt_r, lrand48_r.
3586         * misc/efgcvt_r.c: Add libc_hidden_def.
3587
3588         * include/wordexp.h: Use libc_hidden_proto for wordfree.
3589         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
3590
3591         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
3592         * locale/nl_langinfo.c: Add libc_hidden_def.
3593
3594         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
3595         * sysdeps/generic/glob.c: Add libc_hidden_def.
3596         * sysdeps/generic/glob64.c: Likewise.
3597         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
3598
3599         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
3600
3601         * elf/Makefile (CFLAGS-vismod2.c): New variable.
3602
3603         * locale/setlocale.c (_nl_current_names): Variable moved ...
3604         * locale/localename.c (_nl_current_names): ... here, new file.
3605         Make it global, with attribute_hidden.
3606         * locale/localeinfo.h: Declare it.
3607         * locale/Makefile (aux): Add localename.
3608         * locale/localename.c (__current_locale_name): New function.
3609         * include/locale.h (__current_locale_name): Declare it.
3610         * intl/dcigettext.c (guess_category_value): Use that instead of
3611         calling setlocale.
3612
3613         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
3614         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
3615         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
3616         * locale/newlocale.c: Add alias to __ name.
3617         * locale/duplocale.c: Likewise.
3618         * locale/freelocale.c: Likewise.
3619         * locale/uselocale.c: New file.
3620         * locale/Makefile (routines): Add it.
3621         * locale/Versions (libc: GLIBC_2.3): New set.
3622         Add newlocale, duplocale, freelocale, uselocale.
3623         (libc: GLIBC_PRIVATE): Add __uselocale.
3624
3625         * locale/localeinfo.h [SHARED]
3626         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
3627         (_NL_CURRENT_DATA): Define using that.
3628         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
3629         (_NL_CURRENT_DEFINE): Define to empty.
3630         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
3631         conditionalized on this.
3632         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
3633         taking initializer of _nl_C_locobj.
3634         [SHARED] (_nl_global_locale): New variable, using that initializer.
3635         (_nl_C_locobj): Use new macro for initialzier.
3636         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
3637         [! SHARED] (CATEGORY_USED): New macro.
3638         [SHARED] (CATEGORY_USED, _nl_C): New macros.
3639         (setdata, setlocale): Use that macro instead of examining _nl_current.
3640         (setdata): Set the slot in _nl_global_locale.
3641         Conditionalize setting of _nl_current on [! SHARED].
3642         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
3643         declaration as an extern.
3644         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
3645
3646         * include/locale.h: Use libc_hidden_proto for setlocale.
3647         * locale/setlocale.c: Add libc_hidden_def.
3648
3649         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
3650
3651         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
3652         * misc/hsearch_r.c: Add libc_hidden_def.
3653         * misc/lsearch.c: Likewise.
3654
3655         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
3656         endttyent.
3657         * misc/getttyent.c: Add libc_hidden_def.
3658
3659         * include/mcheck.h: Use libc_hidden_proto for mcheck.
3660         * malloc/mcheck.c: Add libc_hidden_def.
3661
3662         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
3663         * include/argz.h: Use libc_hidden_proto for argz_delete.
3664         * string/argz-delete.c: Add libc_hidden_def.
3665         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
3666
3667         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
3668         HIDDEN_JUMPTARGET for _exit.
3669         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
3670         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
3671         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
3672         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
3673
3674         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
3675         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
3676         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
3677         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
3678
3679         * include/stdlib.h: Use libc_hidden_proto for abort,
3680         __strtof_internal, __strtod_internal, __strtold_internal,
3681         __strtol_internal, __strtoll_internal, __strtoul_internal,
3682         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
3683         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
3684         __strtoul_l_internal, __strtoull_l_internal.
3685         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
3686         __wcstod_internal, __wcstold_internal, __wcstol_internal,
3687         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
3688         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
3689         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
3690         __wcsncasecmp_l.
3691         * sysdeps/generic/abort.c: Add libc_hidden_def.
3692         * stdlib/strtod.c: Likewise.
3693         * sysdeps/generic/strtol.c: Likewise.
3694         * sysdeps/wordsize-64/strtol.c: Likewise.
3695         * sysdeps/wordsize-64/wcstol.c: Likewise.
3696         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
3697
3698         * include/stdlib.h: Use libc_hidden_proto for qsort.
3699         * stdlib/msort.c: Add libc_hidden_def.
3700
3701         * include/utime.h: Use libc_hidden_proto for utime.
3702         * sysdeps/generic/utime.c: Add libc_hidden_def.
3703         * sysdeps/unix/utime.c: Likewise.
3704
3705         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
3706         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
3707         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3708         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
3709         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
3710
3711         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
3712         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
3713         and __libc_current_sigrtmax.
3714         * signal/sigismem.c: Add libc_hidden_def.
3715         * signal/sigfillset.c: Likewise.
3716         * signal/sigempty.c: Likewise.
3717         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
3718         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
3719         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
3720         * sysdeps/posix/raise.c: Likewise.
3721         * sysdeps/generic/raise.c: Likewise.
3722
3723 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3724
3725         * include/string.h: Use libc_hidden_proto for __stpcpy.
3726         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
3727         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
3728         * sysdeps/generic/stpcpy.c: Likewise.
3729         * sysdeps/i386/stpcpy.S: Likewise.
3730         * sysdeps/i386/i586/stpcpy.S: Likewise.
3731         * sysdeps/powerpc/stpcpy.S: Likewise.
3732         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
3733         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
3734
3735         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
3736         __strncasecmp_l, __strdup, __strndup, __strerror_r.
3737         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
3738         libc_hidden_def.
3739         * string/strdup.c (__strdup): Likewise.
3740         * string/strndup.c (__strndup): Likewise.
3741         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
3742         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
3743
3744 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3745
3746         * include/libio.h: New file.
3747         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
3748         * libio/iolibio.h: #include <libio.h>, not "libio.h".
3749         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
3750         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
3751         * sysdeps/unix/common/syscalls.list: Likewise.
3752         * sysdeps/unix/inet/syscalls.list: Likewise.
3753         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
3754         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
3755         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3756         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3757         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3758         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3759         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3760         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3761         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3762         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
3763         * sysdeps/unix/syscalls.list: Likewise.
3764
3765 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3766             Ulrich Drepper  <drepper@redhat.com>
3767
3768         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
3769         the arguments is big enough to cause an overflow.
3770
3771 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3772
3773         * assert/assert.c: Use hidden_def not INTDEF.
3774
3775 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3776
3777         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
3778         not defined.
3779
3780 2002-08-03  Roland McGrath  <roland@redhat.com>
3781
3782         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
3783         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
3784         verr, verrx.
3785         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
3786         * misc/syslog.c: Add libc_hidden_def.
3787         * misc/err.c: Likewise.
3788         * stdlib/exit.c: Likewise.
3789         * stdlib/bsearch.c: Likewise.
3790         * sysdeps/generic/getenv.c: Likewise.
3791
3792         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
3793
3794         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
3795         libc_hidden_weak for every system call symbol defined.
3796
3797         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
3798         timelocal, localtime, strftime.
3799         * time/asctime.c: Add libc_hidden_def.
3800         * time/mktime.c: Likewise.
3801         * time/localtime.c: Likewise.
3802         * time/strftime.c: Likewise.
3803         * time/strptime.c: Likewise.
3804         * sysdeps/generic/time.c: Likewise.
3805         * sysdeps/unix/time.c: Likewise.
3806         * sysdeps/unix/sysv/i386/time.S: Likewise.
3807         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
3808
3809         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
3810         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
3811         * resolv/inet_ntop.c: Likewise.
3812         * resolv/inet_pton.c: Likewise.
3813         * inet/inet_mkadr.c: Add libc_hidden_def.
3814         * inet/inet_netof.c: Likewise.
3815         * resolv/inet_addr.c: Likewise.
3816
3817         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
3818         clauses from conditionals for now.  Will have to be fixed later
3819         for older compilers.
3820
3821         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
3822
3823 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3824
3825         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
3826         broken alias attribute handling.
3827         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
3828
3829 2002-08-02  Roland McGrath  <roland@frob.com>
3830
3831         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
3832         since it sets the variables we use in a -D switch.
3833
3834 2002-08-02  Roland McGrath  <roland@redhat.com>
3835
3836         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
3837         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
3838         matches long int, not int.
3839
3840         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
3841         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
3842         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3843         * wctype/wctrans.c (wctrans): Likewise.
3844         * wctype/wctype.c (__wctype): Likewise.
3845         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
3846
3847 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3848
3849         * assert/assert.c (__assert_fail): Fix typo in comment.
3850
3851         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
3852         * sunrpc/rpc_thread.c: Define it without static.
3853         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
3854
3855 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3856
3857         * assert/assert.c (__assert_fail): Remove undef.
3858         Replace INTDEF with libc_hidden_def.
3859         * assert/__assert.c (__assert): Remove INTUSE.
3860         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
3861         libc_hidden_weak.
3862         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
3863         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
3864         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
3865         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
3866         libm_hiden_ver): Define.
3867         * include/assert.h (__assert_fail_internal): Remove.
3868         (__assert_fail): Add prototype.  Add hidden_proto.
3869         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
3870         libc_hidden_proto.
3871         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
3872         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
3873         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
3874         Add libc_hidden_proto.
3875         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
3876         __fcntl): Add libc_hidden_proto.  Remove macros.
3877         (__open_internal, __fcntl_internal): Remove.
3878         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
3879         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
3880         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
3881         libc_hiden_proto.
3882         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
3883         libc_hidden_def.
3884         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
3885         Add libc_hidden_def.
3886         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
3887         * sysdeps/generic/open.c (__open): Remove undef.
3888         Add libc_hidden_def.  Remove INTDEF.
3889         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
3890         Add libc_hidden_def.
3891         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
3892         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
3893         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
3894         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3895         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3896         (__libc_fcntl): Add libc_hidden_def.
3897         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
3898         (__open): Remove INTDEF2.  Add libc_hidden_weak.
3899         (__libc_open): Add libc_hidden_def.
3900         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
3901         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
3902         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3903         Add libc_hidden_def.
3904         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
3905         Add libc_hidden_def.
3906         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
3907         undef.
3908         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3909         (__libc_fcntl): Add libc_hidden_def.
3910         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
3911         __getpgid_internal, __chown_internal): Remove.
3912         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
3913         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
3914         __GI___chown): Add.
3915         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
3916         __getpid_internal, __open_internal, __write_internal): Remove.
3917         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
3918         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
3919         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
3920         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
3921         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
3922         Replace INTDEF with libc_hidden_def.
3923         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3924         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
3925         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
3926         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
3927         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
3928         Add libc_hidden_proto.
3929         * include/sys/poll.h (__poll): Add libc_hidden_proto.
3930         * include/sys/select.h (__select): Likewise.
3931         * include/sys/socket.h (__send): Likewise.
3932         * include/sys/statfs.h (__statfs): Likewise.
3933         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
3934         __getpid, __getpgid, __setpgid, __close, __read, __write,
3935         __getpagesize, __sbrk): Likewise.
3936         (__chown_internal, __dup2_internal, __getpid_internal,
3937         __getpgid_internal, __close_internal, __write_internal,
3938         __getpagesize_internal): Remove.
3939         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
3940         Remove macros.
3941         * include/printf.h (__printf_fp): Add libc_hidden_proto.
3942         * include/sched.h (__sched_setscheduler): Likewise.
3943         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
3944         * include/stdlib.h (__secure_getenv): Likewise.
3945         * include/signal.h (__sigaction, __sigsuspend): Likewise.
3946         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
3947         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
3948         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
3949         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
3950         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
3951         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
3952         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
3953         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
3954         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
3955         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
3956         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
3957         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
3958         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
3959         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
3960         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
3961         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3962         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3963         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3964         * libio/genops.c (__overflow): Add libc_hidden_def.
3965         * libio/iovdprintf.c: Remove libio.h include.
3966         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
3967         libc_hidden_weak): Define to nothing if not defined.
3968         (__overflow, __woverflow): Add libc_hidden_proto.
3969         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
3970         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
3971         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3972         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
3973         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3974         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
3975         and libc_hidden_def.
3976         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
3977         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
3978         (__getpgid): Add libc_hidden_proto.
3979         (__bsd_getpgrp): Remove INTUSE.
3980         * resolv/res_init.c (__res_ninit, __res_randomid): Add
3981         libc_hidden_def.
3982         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
3983         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
3984         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
3985         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
3986         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
3987         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
3988         __rpc_thread_createerr): Add libc_hidden_def.
3989         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
3990         libc_hidden_def.
3991         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
3992         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
3993         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
3994         * sysdeps/generic/chown.c (__chown): Likewise.
3995         * sysdeps/generic/close.c (__close): Likewise.
3996         * sysdeps/generic/dup2.c (__dup2): Likewise.
3997         * sysdeps/generic/pipe.c (__pipe): Likewise.
3998         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
3999         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
4000         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
4001         * sysdeps/generic/read.c (__libc_read): Likewise.
4002         (__read): Add libc_hidden_weak.
4003         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
4004         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
4005         * sysdeps/generic/select.c (__select): Likewise.
4006         * sysdeps/generic/send.c (__send): Likewise.
4007         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
4008         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
4009         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
4010         * sysdeps/generic/statfs.c (__statfs): Likewise.
4011         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
4012         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
4013         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
4014         Remove undef and INTDEF.
4015         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
4016         * sysdeps/generic/getpid.c (__getpid): Likewise.
4017         * sysdeps/generic/write.c (__libc_write): Likewise.
4018         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
4019         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
4020         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
4021         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
4022         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
4023         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
4024         Remove undef and INTDEF.
4025         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
4026         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
4027         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
4028         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
4029         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
4030         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
4031         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
4032         (__pipe): Add libc_hidden_def.
4033         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
4034         libc_hidden_weak.
4035         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
4036         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
4037         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
4038         (__read): Add libc_hidden_weak.
4039         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
4040         (__libc_pwrite64): Add libc_hidden_def.
4041         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
4042         * sysdeps/mach/hurd/select.c (__select): Likewise.
4043         * sysdeps/mach/hurd/send.c (__send): Likewise.
4044         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
4045         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
4046         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
4047         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
4048         * sysdeps/posix/dup2.c: Likewise.
4049         Remove undef and INTDEF.
4050         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
4051         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
4052         (__pwrite64): Add libc_hidden_weak.
4053         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
4054         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
4055         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
4056         * sysdeps/standalone/close.c (__close): Likewise.
4057         * sysdeps/standalone/write.c (__libc_write): Likewise.
4058         (__write): Add libc_hidden_weak.
4059         * sysdeps/standalone/read.c (__read): Likewise.
4060         (__libc_read): Add libc_hidden_def.
4061         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
4062         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
4063         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
4064         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
4065         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
4066         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
4067         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
4068         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
4069         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
4070         __GI___sigaction): Add.
4071         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
4072         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
4073         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
4074         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
4075         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
4076         __GI___setpgid): Add.
4077         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
4078         Remove undef and INTDEF.
4079         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
4080         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
4081         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
4082         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
4083         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
4084         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
4085         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
4086         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
4087         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
4088         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
4089         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
4090         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
4091         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
4092         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
4093         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
4094         __GI___statfs, __GI___send): Add.
4095         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
4096         libc_hidden_ver resp. libc_hidden_def.
4097         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
4098         libc_hidden_def.
4099         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
4100         Likewise.  Remove undef and INTDEF.
4101         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
4102         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
4103         __GI___statfs, __GI___send): Add.
4104         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
4105         libc_hidden_def.
4106         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
4107         Likewise.
4108         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
4109         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
4110         libc_hidden_ver resp. libc_hidden_def.
4111         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
4112         __GI___send): Add.
4113         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
4114         Add libc_hidden_weak.
4115         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
4116         Add libc_hidden_def.
4117         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
4118         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
4119         libc_hidden_weak.
4120         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
4121         resp. libc_hidden_def.
4122         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
4123         libc_hidden_weak.
4124         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
4125         INTDEF.
4126         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
4127         Likewise.  Remove undef.
4128         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
4129         libc_hidden_weak.
4130         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
4131         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
4132         libc_hidden_weak.
4133         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
4134         libc_hidden_def.
4135         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
4136         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
4137         Likewise.  Remove undef and INTDEF.
4138         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
4139         libc_hidden_def.
4140         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
4141         libc_hidden_weak.
4142         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
4143         libc_hidden_def.
4144         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
4145         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
4146         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
4147         libc_hidden_weak.
4148         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
4149         Add libc_hidden_def.
4150         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
4151         __GI___statfs): Add.
4152         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
4153         libc_hidden_weak.
4154         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
4155         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
4156         Remove undef and INTDEF.
4157         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
4158         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
4159         libc_hidden_def.
4160         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
4161         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
4162         libc_hidden_weak.
4163         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
4164         libc_hidden_def.
4165         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
4166         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
4167         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
4168         Add.
4169         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
4170         libc_hidden_def.  Remove undef and INTDEF.
4171         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
4172         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
4173         libc_hidden_def.
4174         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
4175         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
4176         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
4177         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
4178         Remove undef and INTDEF.
4179         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
4180         broken visibility attribute handling.
4181         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
4182
4183 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4184
4185         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
4186         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
4187
4188         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
4189         previous patch.
4190
4191 2002-06-29  Todd Fries  <todd@openbsd.org>
4192
4193         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
4194
4195 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4196
4197         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
4198
4199 2002-07-30  Roland McGrath  <roland@redhat.com>
4200
4201         * resolv/resolv.h (_res): Define macro unconditionally.
4202         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
4203         * include/resolv.h: ... here.
4204         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
4205         as a __thread variable.
4206         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
4207         a __thread variable instead of a global.
4208         * resolv/res_data.c [_LIBC]: Don't #undef _res.
4209
4210         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
4211         time we test it.
4212
4213         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
4214
4215         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
4216         decls of memset and memcpy.
4217
4218         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
4219         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
4220
4221         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
4222
4223         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
4224         (__libc_tsd_define): Define using __thread.
4225
4226         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
4227         (__rpc_thread_variables): Use __libc_tsd_get.
4228         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
4229         __rpc_thread_variables, which might allocate what we're about to free.
4230
4231         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
4232         thread-local variable.
4233         * resolv/netdb.h (h_errno): Define macro unconditionally.
4234         [_LIBC] (__set_h_errno): Macro moved to ...
4235         * include/netdb.h: ... here.
4236         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
4237         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
4238         [! _LIBC_REENTRANT]: #undef h_errno here.
4239
4240         * include/errno.h: Protect from multiple inclusion.
4241
4242         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
4243         before defining them, since Linux's <linux/posix_types.h> might have
4244         defined them.
4245
4246 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4247
4248         * malloc/malloc.c (public_cALLOc): Check for overflow on
4249         multiplication.
4250         * sunrpc/xdr_array.c (xdr_array): Likewise.
4251         * sunrpc/rpc/types.h (mem_free): Add comment.
4252         Patch by Solar Designer <solar@openwall.com>.
4253
4254 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4255
4256         * sysdeps/unix/sysv/linux/kernel-features.h
4257         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
4258
4259 2002-08-01  Roland McGrath  <roland@redhat.com>
4260
4261         * libio/fileops.c (_IO_file_sync_mmap): New function.
4262         (_IO_file_jumps_mmap): Use it.
4263         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
4264         repeat the stat check and resize the mapped buffer as necessary.
4265
4266 2002-07-31  Roland McGrath  <roland@redhat.com>
4267
4268         * libio/fileops.c (decide_maybe_mmap): New static function.
4269         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
4270         mmap the file contents.  Then switch the jump tables to the mmap
4271         tables if it worked, or the vanilla file tables if not.
4272         (_IO_file_underflow_maybe_mmap): New function.
4273         (_IO_file_seekoff_maybe_mmap): New function.
4274         (_IO_file_xsgetn_maybe_mmap): New function.
4275         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
4276         * libio/libioP.h: Declare those.
4277         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
4278         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
4279         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
4280         If the stream is read-only, set its jump tables to those new ones.
4281         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
4282         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
4283         We need the tables set before _IO_file_attach.
4284
4285         * libio/tst-mmap-eofsync.c: New file.
4286         * libio/tst-mmap-fflushsync.c: New file.
4287         * libio/bug-mmap-fflush.c: New file.
4288         * libio/tst-mmap2-eofsync.c: New file.
4289         * libio/Makefile (tests): Add them.
4290
4291         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
4292         _IO_file_underflow_mmap fails, it already set the appropriate bit.
4293
4294 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
4295
4296         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
4297         Declarations moved to <bits/sys_errlist.h>.  Include that file.
4298         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
4299         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
4300         declare sys_errlist and sys_nerr.
4301         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
4302         provide declarations.
4303
4304 2002-07-31  Roland McGrath  <roland@redhat.com>
4305
4306         * elf/rtld.c (dl_main): Fix typo in error message.
4307
4308 2002-07-31  Roland McGrath  <roland@frob.com>
4309
4310         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
4311         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
4312         sysdeps/mach/hurd/dl-sysdep.c change.
4313
4314 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
4315
4316         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
4317         -r`/build/include for kernel headers.
4318
4319         * po/fi.po: New file.
4320
4321 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
4322
4323         * configure.in (static_nss): Set to `yes' if --disable-shared.
4324
4325 2002-07-23  Bruno Haible  <bruno@clisp.org>
4326
4327         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
4328         is set.
4329
4330 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4331
4332         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
4333         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
4334         arguments.
4335
4336 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4337
4338         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
4339         alias.
4340
4341 2002-07-21  Bruno Haible  <bruno@clisp.org>
4342
4343         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
4344         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
4345         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
4346         trans_sysdep_tab_offset.
4347         (struct sysdep_segment): New type.
4348         (struct sysdep_string): New type.
4349         (SEGMENTS_END): New macro.
4350         * intl/gettextP.h (struct sysdep_string_desc): New type.
4351         (struct loaded_domain): New fields malloced, n_sysdep_strings,
4352         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
4353         orig_tab, trans_tab, hash_tab to const pointers because they point
4354         into read-only memory.
4355         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
4356         (PRI*): Define fallback values.
4357         (get_sysdep_segment_value): New function.
4358         (_nl_load_domain): Distinguish major and minor revision parts. Add
4359         support for minor revision 1 with system dependent strings.
4360         (_nl_unload_domain): Also free the 'malloced' field.
4361         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
4362         now done in loadmsgcat.c. Add support for system dependent strings.
4363
4364 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4365
4366         * posix/bug-regex7.c: New file.
4367         * posix/bug-regex8.c: New file.
4368         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
4369
4370 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4371
4372         * posix/bug-regex4.c (main): Fix typos.
4373         * posix/bug-regex6.c (main): Likewise.
4374
4375 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
4376
4377         * posix/bug-regex6.c (main): Fix warnings.
4378
4379         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
4380
4381         * iconv/iconv_prog.c (main): Improve error message for the cases
4382         where -t and/or -f parameter are missing.
4383
4384 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
4385
4386         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
4387         (re_search): Likewise.
4388         (re_match_2): Likewise.
4389         (re_search_2): Likewise.
4390         (re_search_stub): New function.
4391         (re_search_2_stub): New function.
4392         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
4393
4394 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
4395
4396         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
4397         (re_string_eoi): Use STOP instead of LEN.
4398         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
4399         (re_string_construct): Likewise.
4400         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
4401         * posix/regexec.c (re_search_internal): Add a new argument STOP
4402         so that it can handle the argument STOP of re_search_2 and re_match_2
4403         correctly.
4404         (regexec): Adapt to new I/F of re_search_internal.
4405         (re_search_stub): Likewise.
4406
4407 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
4408
4409         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
4410
4411         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
4412
4413         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
4414         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
4415         of __divdi3.
4416
4417         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
4418         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
4419         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
4420         alias for adjtimex syscall.
4421
4422         * elf/dl-minimal.c: Define __assert_fail_internal.
4423         * assert/assert.c: Likewise.
4424         * include/assert.h: Define __assert_file macro if !SHARED and not
4425         NOT_IN_libc.
4426
4427         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
4428         programs.
4429         * locale/Makefile: Likewise.
4430         * nscd/Makefile: Likewise.
4431         * catgets/Makefile: Likewise.
4432
4433 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4434
4435         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
4436         compute current position.
4437
4438         * stdio-common/tst-fseek.c (main): Improve error messages.
4439
4440         * libio/tst-freopen.c (main): Remove unused variable.
4441
4442         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
4443         succesful seek call.  Simplify error checking.
4444
4445 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4446
4447         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
4448         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4449
4450 2002-07-19  Roland McGrath  <roland@frob.com>
4451
4452         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
4453         __libc_enable_secure is set.
4454
4455 2002-07-24  Roland McGrath  <roland@frob.com>
4456
4457         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
4458         This implementation supports only IPv4.
4459         * inet/ifaddrs.h: New file.
4460         * sysdeps/generic/ifaddrs.c: New file.
4461         * sysdeps/gnu/ifaddrs.c: New file.
4462         * inet/test-ifaddrs.c: New file.
4463         * inet/Makefile (routines): Add ifaddrs.
4464         (headers): Add ifaddrs.h here.
4465         (tests): Add test-ifaddrs.
4466         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
4467
4468         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
4469         socket call to get an AF_INET socket, instead of using __opensock.
4470         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
4471
4472         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
4473         if not -1 use it instead of calling __opensock.
4474         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
4475         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
4476         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
4477
4478         * sysdeps/mach/hurd/ifreq.h: New file.
4479         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
4480         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
4481         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
4482
4483         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
4484         which gets moved around.  Calculate size of mmap'd buffer instead.
4485
4486 2002-07-24  Philip Blundell  <philb@gnu.org>
4487
4488         * sysdeps/unix/arm/brk.S: Improve schedule.
4489         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
4490         efficient instruction.
4491         (__socket): Optimize return sequence.
4492
4493 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4494
4495         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
4496         sockets on old kernels.
4497
4498 2002-07-22  Philip Blundell  <philb@gnu.org>
4499
4500         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
4501         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4502         alias.
4503
4504 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4505
4506         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
4507         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
4508
4509         * locale/programs/locarchive.c (add_locale_to_archive): Correct
4510         test to detect duplicate locales.
4511
4512         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
4513         position would be before beginning of file.
4514         (_IO_file_seekoff_mmap): Likewise.
4515         * libio/Makefile (tests): Add bug-fseek.
4516         * libio/bug-fseek.c: New file.
4517
4518         * intl/explodename.c: Remove support for CEN-style locale variables.
4519         It was never used and shouldn't be since it's not portable.
4520         * intl/finddomain.c: Likewise.
4521         * intl/l10nflist.c: Likewise.
4522         * intl/loadinfo.h: Likewise.
4523         * locale/findlocale.c: Likewise.
4524
4525 2002-07-24  Roland McGrath  <roland@frob.com>
4526
4527         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
4528         position, calculate it to take into account an active pushback buffer.
4529
4530         * libio/Makefile (tests): Add bug-ungetc.
4531         * libio/bug-ungetc.c: New file.
4532
4533 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
4534
4535         * sysdeps/generic/libc-tls.c: New file.
4536         * csu/Makefile (routines): Add libc-tls.
4537         (static-only-routines): Add libc-tls.
4538         * elf/dl-support.c (_dl_phdr): New variable.
4539         (_dl_phnum): New variable.
4540         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
4541         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
4542         for !SHARED.  First look through auxiliary vector.  If TLS always
4543         call __pthread_initialize_minimal.
4544
4545         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
4546         in mmap call is never zero.
4547
4548 2002-07-23  Andreas Jaeger  <aj@suse.de>
4549
4550         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
4551         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
4552
4553 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
4554
4555         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
4556         creation and removal of the temp file.
4557
4558         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
4559         file creation.
4560         * test-skeleton.c (create_temp_file): New function.
4561
4562 2002-07-22  Andreas Jaeger  <aj@suse.de>
4563
4564         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
4565         local label.
4566
4567 2002-07-21  Roland McGrath  <roland@frob.com>
4568
4569         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
4570         put -I../include before -I../stdlib so we get the right errno.h et al.
4571         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
4572         (CFLAGS-wcstof.c): Likewise.
4573         (CFLAGS-wcstold.c): Likewise.
4574         (CFLAGS-wcstod_l.c): Likewise.
4575         (CFLAGS-wcstof_l.c): Likewise.
4576         (CFLAGS-wcstold_l.c): Likewise.
4577
4578 2002-07-19  Roland McGrath  <roland@frob.com>
4579
4580         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
4581
4582 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
4583
4584         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
4585         __ASSUME_AT_XID is defined.
4586         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
4587         for 2.4.1 and up.
4588         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
4589         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
4590
4591         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
4592         (CFLAGS-wcstof.c): Likewise.
4593         (CFLAGS-wcstold.c): Likewise.
4594         (CFLAGS-wcstod_l.c): Likewise.
4595         (CFLAGS-wcstof_l.c): Likewise.
4596         (CFLAGS-wcstold_l.c): Likewise.
4597
4598 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
4599
4600         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
4601         __priority_which_t): Always typedef to int for C++.
4602
4603 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
4604
4605         * configure.in: Add test for __thread support in compiler.
4606         * config.h.in: Add HAVE___THREAD.
4607         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
4608         * include/sys/errno.h: Moved to...
4609         * stdlib/sys/errno.h: ...here.  New file.
4610         * stdlib/errno.h: New file.  Moved from...
4611         * include/errno.h: ...here.  Changed into an internal header defining
4612         libc-local things like __set_errno.
4613         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
4614         bits/errno.h.
4615         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
4616         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
4617         either.
4618         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
4619         from...
4620         (_dl_start_final): ...here.  Add code to initialize tls elements from
4621         bootstrap_map.
4622         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
4623         if USE_TLS && HAVE___THREAD.
4624         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
4625         * sysdeps/mach/hurd/bits/errno.h: Likewise.
4626         * sysdeps/standalone/arm/bits/errno.h: Likewise.
4627         * sysdeps/standalone/bits/errno.h: Likewise.
4628         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
4629         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
4630         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
4631         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
4632         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
4633         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
4634         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
4635         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
4636         use GL(dl_rtld_map), use map parameter.
4637         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
4638         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
4639         USE_TLS && HAVE___THREAD.
4640         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
4641         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
4642         TLS code sequence.
4643         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4644
4645         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
4646         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
4647         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
4648         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
4649         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4650         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4651
4652 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
4653
4654         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
4655         MS_INVALIDATE values.
4656
4657 2002-07-17  Andreas Schwab  <schwab@suse.de>
4658             Ulrich Drepper  <drepper@redhat.com>
4659
4660         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
4661         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4662         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4663         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4664
4665 2002-07-01  H.J. Lu  <hjl@gnu.org>
4666
4667         * elf/circleload1.c (load_dso): Call "circlemod1" and check
4668         return value.
4669
4670         * elf/circlemod1.c (circlemod1): Return int.
4671         * elf/circlemod2.c (circlemod2): Likewise.
4672         * elf/circlemod2a.c (circlemod2): Likewise.
4673         * elf/circlemod3.c (circlemod3): Likewise.
4674         (circlemod3a): A new function.
4675
4676 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
4677
4678         * catgets/tst-catgets.c (main): Don't expect results for
4679         untranslated messages.
4680
4681         * glibcbug.in: Fix little typo.  Remove STDIO.
4682
4683         * config.h.in: Fail if __FAST_MATH__ is defined.
4684         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
4685         (CPPFLAGS-test-idouble.c): Likewise.
4686         (CPPFLAGS-test-ildouble.c): Likewise.
4687
4688 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4689
4690         * intl/tst-gettext.sh: Pass -f option to msgfmt.
4691         * intl/tst-gettext.c: Correctly handle untranslated messages in
4692         positive tests.
4693
4694         * po/de.po: Update from translation team.
4695
4696 2002-07-02  H.J. Lu  <hjl@gnu.org>
4697
4698         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
4699         use ll/sc.
4700         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
4701
4702         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
4703         to 2.4.0 for mips.
4704
4705 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4706
4707         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
4708         TLS fail if USE_TLS is not defined.
4709
4710         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
4711         and adjust state for seek position.  [PR libc/4070]
4712         * libio/Makefile (tests): Add bug-rewind.
4713         * libio/bug-rewind.c: New file.
4714
4715 2002-07-12  Philip Blundell  <philb@gnu.org>
4716
4717         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
4718         (__backtrace): Use it.
4719         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
4720
4721 2002-07-12  Philip Blundell  <philb@gnu.org>
4722
4723         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
4724         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
4725         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
4726         (elf_machine_rela): Remove unused variable.
4727
4728         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
4729         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
4730         define.
4731
4732 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
4733
4734         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
4735
4736 2002-07-14  Andreas Jaeger  <aj@suse.de>
4737
4738         * sysdeps/x86_64/bits/link.h: Add biarch support.
4739
4740 2002-07-13  Andreas Jaeger  <aj@suse.de>
4741
4742         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
4743         Use correct indices.
4744         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
4745
4746 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4747
4748         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
4749         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
4750         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
4751         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
4752         * sysdeps/s390/s390-32/bits/link.h: Remove.
4753         * sysdeps/s390/s390-64/bits/link.h: Remove.
4754         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
4755         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
4756         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
4757         * sysdeps/s390/bits/wordsize.h: New file.
4758         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
4759         elfclass.h.
4760         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
4761         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
4762         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
4763         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
4764         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
4765         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
4766         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
4767         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
4768         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
4769         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
4770         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
4771         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
4772         resource.h.
4773         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
4774         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
4775         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
4776         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
4777         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
4778         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
4779         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
4780         sigaction.h.
4781         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
4782         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
4783         siginfo.h.
4784         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
4785         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
4786         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
4787         socket.h.
4788         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
4789         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
4790         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
4791         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
4792         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
4793         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
4794         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
4795         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
4796         procfs.h.
4797         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
4798         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
4799         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
4800         ucontext.h.
4801         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
4802         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
4803
4804 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4805
4806         * Versions.def (libc): Add GLIBC_2.3.
4807         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
4808         * stdlib/canonicalize.c: Add compatibility version for realpath
4809         and make new code available in GLIBC_2.3.
4810
4811 2002-07-06  Bruno Haible  <bruno@clisp.org>
4812
4813         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
4814
4815 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4816
4817         * resolv/res_hconf.c (_res_hconf_init): Move code into new
4818         function do_init.  Use __libc_once.
4819         (do_init): New function.
4820
4821         * iconvdata/iso8859-11.h: Removed.
4822         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
4823         (distribute): Remove iso8859-11.h.
4824         * iconvdata/tst-tables.sh: Add ISO-8859-11.
4825
4826         * stdio-common/vfscanf.c (inchar): Restore errno from previous
4827         underflow operation if c == (W)EOF.
4828
4829 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4830
4831         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
4832         non-zero, adjust exponent.
4833         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
4834         Remove NO_LONG_DOUBLE aliases.
4835         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
4836         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
4837         (__log1pl): Raise divide by zero and invalid exceptions when needed.
4838         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
4839         1**y and -1**+-Inf.
4840         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
4841         Fix BITS_PER_MP_LIMB 32 extraction.
4842         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
4843         exceptions for qNaNs.
4844         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
4845         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
4846         Raise exceptions when needed.  Don't recurse unnecessarily.
4847         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
4848         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
4849         exceptions for qNaNs.
4850         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
4851         to fix *quo return value sign.
4852         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
4853         case -Inf argument.
4854         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
4855
4856 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4857
4858         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
4859         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
4860         -DNDEBUG.
4861
4862 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4863
4864         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
4865         the result.
4866
4867         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
4868         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
4869
4870         * Versions.def (libthread_db): Add GLIBC_2.3.
4871
4872 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
4873
4874         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
4875         new stream if possible.
4876         * libio/freopen64.c (freopen64): Likewise.
4877         * libio/Makefile (tests): Add tst-freopen.
4878         * libio/tst-freopen.c: New file.
4879
4880 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4881
4882         * libio/stdio.h (obstack_printf): Add format attribute.
4883         (obstack_vprintf): Likewise.
4884
4885 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4886
4887         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
4888         resp. 16 bytes on 32-bit resp. 64-bit platforms.
4889         (re_charset_t, re_string_t): Reorder structure members for 64-bit
4890         architectures.
4891
4892 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4893
4894         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
4895         (init_dfa): ...here.
4896
4897 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
4898
4899         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
4900         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
4901         nodes in parse trees.
4902         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
4903         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
4904         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
4905         nodes which can epsilon transit.
4906         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
4907         to IS_EPSILON_NODE macro.
4908         * posix/regexec.c (update_regs): New function to update registers
4909         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
4910         (proceed_next_node): Use the entities of the nodes to determine
4911         whether the node can transit to.
4912         (set_regs): Use update_regs function to update registers.
4913
4914 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4915
4916         * posix/bug-regex4.c (main): Remove duplicate setlocale.
4917         * posix/bug-regex6.c: New file.
4918         * posix/Makefile (tests): Add bug-regex6.
4919         (bug-regex6-ENV): Set LOCPATH.
4920
4921 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4922
4923         * Versions.def [libpthread]: Add GLIBC_2.2.6.
4924         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
4925
4926 2002-07-06  Bruno Haible  <bruno@clisp.org>
4927
4928         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
4929
4930 2002-07-06  Bruno Haible  <bruno@clisp.org>
4931
4932         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4933         declarations.
4934
4935         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
4936
4937         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
4938
4939         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
4940         not _UTSNAME_H.
4941         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4942
4943         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
4944         * sysdeps/generic/bits/ustat.h: Likewise.
4945
4946         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
4947
4948 2002-07-08  Andreas Jaeger  <aj@suse.de>
4949
4950         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
4951
4952 2002-07-08  Andreas Jaeger  <aj@suse.de>
4953
4954         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
4955
4956 2002-07-06  Andreas Jaeger  <aj@suse.de>
4957
4958         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
4959         * sysdeps/x86_64/fpu/s_copysign.S: New file.
4960         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
4961         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
4962         * sysdeps/x86_64/fpu/s_finitel.S: New file.
4963         * sysdeps/x86_64/fpu/s_fmax.S: New file.
4964         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
4965         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
4966         * sysdeps/x86_64/fpu/s_fmin.S: New file.
4967         * sysdeps/x86_64/fpu/s_fminf.S: New file.
4968         * sysdeps/x86_64/fpu/s_fminl.S: New file.
4969
4970 2002-06-05  Brian Youmans <3diff@gnu.org>
4971
4972         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
4973         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4974         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4975         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4976         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4977         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4978         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4979         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4980         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4981         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4982         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4983         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4984         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4985         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4986         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4987         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4988         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4989         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4990         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4991         * sysdeps/ia64/fpu/e_log.S: Likewise.
4992         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4993         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4994         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4995         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4996         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4997         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4998         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4999         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
5000         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
5001         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
5002         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
5003         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
5004         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
5005         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
5006         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
5007         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
5008         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
5009         * sysdeps/ia64/fpu/libm_error.c: Likewise.
5010         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
5011         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
5012         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
5013         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
5014         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
5015         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
5016         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
5017         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
5018         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
5019         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
5020         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
5021         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
5022         * sysdeps/ia64/fpu/s_logb.S: Likewise.
5023         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
5024         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
5025         * sysdeps/ia64/fpu/s_modf.S: Likewise.
5026         * sysdeps/ia64/fpu/s_modff.S: Likewise.
5027         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
5028         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
5029         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
5030         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
5031         * sysdeps/ia64/fpu/s_rint.S: Likewise.
5032         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
5033         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
5034         * sysdeps/ia64/fpu/s_round.S: Likewise.
5035         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
5036         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
5037         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
5038         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
5039         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
5040         * sysdeps/ia64/fpu/s_significand.S: Likewise.
5041         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
5042         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
5043         * sysdeps/ia64/fpu/s_tan.S: Likewise.
5044         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
5045         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
5046         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
5047         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
5048         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
5049         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
5050         reflect IBM donation of math library to FSF
5051         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
5052         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
5053         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
5054         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
5055         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
5056         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
5057         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
5058         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
5059         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
5060         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
5061         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
5062         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
5063         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
5064         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
5065         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
5066         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
5067         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
5068         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
5069         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
5070         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
5071         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
5072         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
5073         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
5074         * sysdeps/vax/__longjmp.c: Likewise.
5075         * sysdeps/vax/setjmp.c: Likewise.
5076         * libio/filedoalloc.c: Fixed BSD copying permission notice to
5077         remove advertising clause
5078         * sysdeps/vax/htonl.s: Likewise.
5079         * sysdeps/vax/htons.s: Likewise.
5080         * libio/wfiledoalloc.c: Likewise.
5081         * stdlib/random.c: Likewise.
5082         * stdlib/random_r.c: Likewise.
5083         * sysdeps/mach/sys/reboot.h: Likewise.
5084         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
5085         * sysdeps/posix/getaddrinfo.c: Likewise.
5086         * sunrpc/des_impl.c: Updated license permission notice to Lesser
5087         GPL and corrected pointer to point to the correct license.
5088
5089 2002-07-04  Andreas Jaeger  <aj@suse.de>
5090
5091         * scripts/config.guess: New upstream version.
5092         * scripts/config.sub: Likewise.
5093
5094 2002-07-02  Andreas Schwab  <schwab@suse.de>
5095
5096         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
5097         in parallel to bumping up the buffer pointer.
5098
5099 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
5100
5101         * math/libm-test.inc (acos_test): Add missing L suffix for
5102         expected result.
5103         (cpow_test): Likewise.
5104         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
5105         error for acos (0.0625).
5106
5107 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
5108
5109         * locale/iso-639.def: Add entry for Ganda.
5110         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
5111         definition.
5112         (address_finish): Handle entries with two letter ISO 639 code.
5113
5114         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
5115         directory if it existed before.
5116         * iconv/iconvconfig.c: Implement --prefix option.
5117
5118         * math/libm-test.inc (cexp_test): Add missing L suffix for
5119         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
5120         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
5121         1.25 i).
5122
5123 2002-05-29  H.J. Lu  <hjl@gnu.org>
5124
5125         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
5126         is turned on.
5127
5128 2002-05-28  H.J. Lu  <hjl@gnu.org>
5129
5130         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
5131         are not dlopened on the dependency list of a dlopened object.
5132
5133 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
5134
5135         * elf/dl-lookup.c (add_dependency): It is not necessary to add
5136         dependencies if they are created between objects which are created
5137         while processing RTLD_NOW for objects loaded as part of the same
5138         dlopen call.
5139
5140 2002-06-14  H.J. Lu  <hjl@gnu.org>
5141
5142         * elf/Makefile (tests): Add circleload1.
5143         (modules-names): Add circlemod1, circlemod2, circlemod3,
5144         circlemod1a, circlemod2a and circlemod3a.
5145         ($(objpfx)circleload1): New target.
5146         ($(objpfx)circleload1.out): Likewise.
5147         ($(objpfx)circlemod1.so): Likewise.
5148         ($(objpfx)circlemod2.so): Likewise.
5149         ($(objpfx)circlemod1a.so): Likewise.
5150         ($(objpfx)circlemod2a.so): Likewise.
5151         * elf/circleload1.c: New file.
5152         * elf/circlemod1.c: New file.
5153         * elf/circlemod1a.c: New file.
5154         * elf/circlemod2.c: New file.
5155         * elf/circlemod2a.c: New file.
5156         * elf/circlemod3.c: New file.
5157         * elf/circlemod3a.c: New file.
5158
5159 2002-06-18  Amos Waterland  <apw@us.ibm.com>
5160
5161         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
5162         file descriptor.
5163         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
5164         add check for fd not open for writing.
5165
5166         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
5167         completed element(s) and do not suspend thread if so.  Patch
5168         heavily modified by drepper.
5169
5170         * rt/tst-aio7.c: New file.  Regression test for problems which the
5171         above three changes fix.
5172         * rt/Makefile (tests): Add tst-aio7.
5173
5174 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
5175
5176         * rt/tst-aio6.c: Fix comment.
5177
5178         * catgets/gencat.c (read_input_file): Handle more than one slash
5179         at end of line correctly [PR libc/3926].
5180         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
5181
5182         * catgets/sample.SJIS: Add test case for above bug.
5183         * catgets/test-gencat.c: Adjust test code.
5184         * catgets/test-gencat.sh: Adjust expected results.
5185
5186         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
5187         to skip relative relocations.
5188         Patch by Geoff Keating <geoffk@redhat.com>.
5189
5190 2002-05-26  Bruno Haible  <bruno@clisp.org>
5191
5192         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
5193         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
5194         All callers changed.
5195         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
5196         STANDARD_FROM_LOOP_ERR_HANDLER.
5197         (utf8_internal_loop): Likewise.
5198         (ucs2_internal_loop): Likewise.
5199         (internal_ucs2_loop): Perform error handling like in
5200         STANDARD_FROM_LOOP_ERR_HANDLER.
5201         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
5202         in STANDARD_FROM_LOOP_ERR_HANDLER.
5203         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5204         handling.
5205         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
5206         in STANDARD_FROM_LOOP_ERR_HANDLER.
5207         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5208         handling.
5209         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
5210         in STANDARD_FROM_LOOP_ERR_HANDLER.
5211         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5212         handling.
5213         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
5214         STANDARD_FROM_LOOP_ERR_HANDLER.
5215         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
5216         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
5217         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
5218         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
5219         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
5220         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
5221         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
5222         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
5223         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
5224         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
5225         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
5226         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
5227         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
5228         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
5229         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
5230         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
5231         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
5232         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
5233         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
5234         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
5235         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
5236         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
5237         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
5238         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5239         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
5240         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
5241         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
5242         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
5243         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
5244         an error, still set result = __GCONV_ILLEGAL_INPUT.
5245         (BODY for TO_LOOP): Likewise.
5246         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
5247         STANDARD_FROM_LOOP_ERR_HANDLER.
5248         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5249         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
5250         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5251         handling.
5252         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5253         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
5254         STANDARD_FROM_LOOP_ERR_HANDLER.
5255         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5256         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
5257         STANDARD_FROM_LOOP_ERR_HANDLER.
5258         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5259         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
5260         STANDARD_FROM_LOOP_ERR_HANDLER.
5261         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5262         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
5263         STANDARD_FROM_LOOP_ERR_HANDLER.
5264         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5265         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
5266         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5267         handling.
5268         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5269         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
5270         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
5271         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
5272
5273 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5274
5275         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
5276         labels in assembler instructions.
5277
5278 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
5279
5280         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
5281         not enough content is available.
5282         * libio/tst-eof.c: New file.
5283         * libio/Makefile (tests): Add tst-eof.
5284
5285         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
5286         update atime.
5287         * libio/tst-atime.c: New file.
5288         * libio/Makefile (tests): Add tst-atime.
5289
5290         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
5291         handling of overly long words.
5292
5293 2002-06-25  Andreas Jaeger  <aj@suse.de>
5294
5295         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
5296         to not use 32-bit pc relative relocations.
5297         (elf_machine_dynamic): Likewise.
5298
5299 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5300
5301         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
5302         (__GETDENTS): Check for failed getdents64 syscall.
5303         * dirent/Makefile (tests): Add bug-readdir1.
5304         * dirent/bug-readdir1.c: New file.
5305
5306 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
5307
5308         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
5309         lookups.
5310         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
5311         code.  Print TLS modid and offset for modules containing PT_TLS
5312         segments.
5313
5314 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5315
5316         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5317         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5318         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5319         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5320
5321 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5322
5323         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
5324         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
5325         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
5326         * nss/getXXent_r.c (NEW, NEW1): Define.
5327         (NEW (REENTRANT_GETNAME)): Strong alias to
5328         INTERNAL (REENTRANT_GETNAME).
5329         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
5330
5331 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5332
5333         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
5334         (_IO_file_jumps_mmap): Use it.
5335         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
5336         * libio/libioP.h: Remove _IO_wdefault_setbuf and
5337         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
5338         prototype.
5339         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
5340         (_IO_wfile_jumps_mmap): Don't use it anymore.
5341         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
5342         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
5343         _IO_wdefault_setbuf.
5344         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
5345         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
5346         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
5347
5348 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
5349
5350         * libio/Makefile (tests): Add tst-mmap-setvbuf.
5351         * libio/tst-mmap-setvbuf.c: New test.
5352
5353 2002-06-21  Andreas Jaeger  <aj@suse.de>
5354
5355         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
5356
5357 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
5358
5359         * include/unistd.h (__fork_internal): Remove.
5360         (__fork): Don't define to __fork_internal.
5361         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
5362         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
5363         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
5364         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
5365         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
5366
5367 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5368
5369         * po/hr.po: New file.
5370
5371 2002-06-11  Wolfram Gloger  <wg@malloc.de>
5372
5373         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
5374         Reported by Michael Meissner <meissner@redhat.com>.
5375
5376 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5377
5378         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
5379         Patch by Hans Boehm <hans_boehm@hp.com>.
5380
5381 2002-06-20  Andreas Jaeger  <aj@suse.de>
5382
5383         * math/libm-test.inc: Use exact values as input parameters,
5384         compute output parameters with 36 digits for 128-bit long doubles.
5385         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
5386         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
5387         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
5388
5389 2002-06-13  Stephen L Moshier  <steve@moshier.net>
5390
5391         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
5392         argument or result is subnormal.
5393
5394 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
5395
5396         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
5397         quotient.
5398         * sysdeps/i386/fpu/s_remquof.S: Likewise.
5399         * sysdeps/i386/fpu/s_remquol.S: Likewise.
5400
5401         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
5402
5403 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
5404
5405         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
5406         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
5407         Reported by Peter A. Buhr.
5408
5409 2002-06-15  Roland McGrath  <roland@frob.com>
5410
5411         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
5412         warning.
5413
5414         * sysdeps/mach/hurd/getcwd.c
5415         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
5416
5417         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
5418         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
5419
5420         * sysdeps/alpha/divrem.h: Use local label instead of global one for
5421         jump to local subroutine.
5422
5423 2002-06-14  Roland McGrath  <roland@frob.com>
5424
5425         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
5426         * sysdeps/mach/hurd/Makeconfig: ... here.
5427
5428 2002-06-13  Andreas Schwab  <schwab@suse.de>
5429
5430         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
5431         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5432         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5433
5434 2002-06-13  Roland McGrath  <roland@frob.com>
5435
5436         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
5437         * hurd/hurdstartup.c (_hurd_startup): Likewise.
5438         Use intptr_t instead of int for argc in stack layout.
5439         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
5440         (_dl_init_first): Likewise.
5441         (_hurd_stack_setup): Likewise.
5442         (init1): Add a cast.
5443         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
5444
5445         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
5446         argument to pfinet_siocgifconf RPC.
5447
5448 2002-06-13  Andreas Schwab  <schwab@suse.de>
5449
5450         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
5451         expansion order.
5452
5453 2002-06-12  Roland McGrath  <roland@frob.com>
5454
5455         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
5456         if already defined.
5457         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
5458         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
5459
5460 2002-06-11  Roland McGrath  <roland@frob.com>
5461
5462         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
5463         file on [!RTLD_STAT64].
5464         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5465
5466         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
5467         (__fdopen): Use INTUSE.
5468         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
5469
5470         * stdio-common/tmpfile64.c: File removed.
5471         * sysdeps/generic/tmpfile64.c: New file.
5472         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
5473         if not already defined.
5474         (tmpfile): Use it in place of __GT_FILE.
5475
5476         * include/unistd.h: Declare __chown_internal.
5477
5478         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
5479         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
5480
5481 2002-06-09  Roland McGrath  <roland@frob.com>
5482
5483         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
5484         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
5485         value of HURD_INTERFACE_VERSION >= 20020609.
5486         * sysdeps/mach/hurd/configure: Regenerated.
5487         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
5488         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
5489         convert a struct stat64 into a struct stat and return 0 or -1
5490         with errno set to EOVERFLOW.
5491         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
5492         for struct statfs64 to struct statfs.
5493         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
5494         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
5495         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
5496         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
5497         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
5498         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
5499         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
5500         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
5501         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
5502         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
5503         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
5504         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
5505         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
5506         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
5507         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
5508         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
5509         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
5510         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
5511         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
5512         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
5513         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
5514         Use struct stat64 for io_stat argument.
5515         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
5516         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
5517         to io_seek.
5518         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
5519         * hurd/fd-write.c (_hurd_fd_write): Likewise.
5520         * hurd/hurd/fd.h: Update decls.
5521         * sysdeps/mach/hurd/getcwd.c
5522         (_hurd_canonicalize_directory_name_internal): Use ino64_t
5523         and struct dirent64.
5524         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
5525         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
5526         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
5527         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
5528
5529 2002-06-08  Roland McGrath  <roland@frob.com>
5530
5531         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
5532         instead of unsigned long int for __allocation and __size members.
5533
5534 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5535
5536         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5537         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5538         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5539         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5540
5541 2002-06-07  Roland McGrath  <roland@frob.com>
5542
5543         * sysdeps/mach/hurd/bits/environments.h: File removed.
5544
5545 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5546
5547         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
5548         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
5549         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
5550         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
5551         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
5552         (sendfile64): Likewise.
5553         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
5554         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
5555         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
5556         Likewise.
5557         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
5558
5559         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
5560         already defined.
5561
5562 2002-06-04  Bruno Haible  <bruno@clisp.org>
5563
5564         * sysdeps/cris/stackinfo.h: New file.
5565
5566         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
5567         to an integer type before performing bit operations on it.
5568
5569 2002-06-05  Roland McGrath  <roland@frob.com>
5570
5571         * sysdeps/generic/sendfile.c: Include <errno.h>.
5572         * sysdeps/generic/sendfile64.c: Likewise.
5573
5574         * io/Makefile (routines): Add sendfile and sendfile64.
5575         (headers): Add sys/sendfile.h to the list.
5576         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
5577         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
5578         * io/sys/sendfile.h: ... here.
5579         * sysdeps/generic/sendfile.c: New file.
5580         * sysdeps/generic/sendfile64.c: New file.
5581
5582         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
5583         Move sendfile, sendfile64 to ...
5584         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
5585         * sysdeps/mach/hurd/sendfile.c: New file.
5586         * sysdeps/mach/hurd/sendfile64.c: New file.
5587
5588         * sysdeps/mach/nanosleep.c: New file.
5589
5590 2002-06-04  Roland McGrath  <roland@frob.com>
5591
5592         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
5593         * sysdeps/alpha/elf/configure: New file (generated).
5594
5595 2002-06-02  Roland McGrath  <roland@frob.com>
5596
5597         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
5598
5599 2002-06-01  Roland McGrath  <roland@frob.com>
5600
5601         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
5602         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
5603
5604 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5605
5606         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
5607         Add nsmap.
5608         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
5609         Remove nstimes setting.
5610         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
5611         * resolv/res_send.c (res_nsend): Don't close unconditionally if
5612         there is mix of IPv6 and IPv4 nameservers.
5613         Use nsmap array to find free slots and preserve nameserver ordering.
5614         Fix RES_ROTATE.
5615
5616 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5617
5618         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
5619         use this header with LFS.
5620
5621         * po/sk.po: Update from translation team.
5622
5623 2002-05-28  Andreas Schwab  <schwab@suse.de>
5624
5625         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
5626         message when finding object of wrong class.
5627
5628 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
5629
5630         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
5631         Patch by <radu@netsoft.ro>.
5632
5633 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5634
5635         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
5636         Add readahead.
5637         * sysdeps/unix/sysv/linux/readahead.c: New file.
5638         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
5639         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
5640         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
5641         Add sendfile64 alias to sendfile syscall.
5642         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5643         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5644         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5645         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
5646         syscall.
5647
5648         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
5649         special section for PIC register loading.
5650         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5651
5652         * config.h.in: Define HAVE_HIDDEN.
5653         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
5654
5655         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
5656
5657 2002-05-28  Roland McGrath  <roland@frob.com>
5658
5659         * sysdeps/mach/alpha/setfpucw.c: New file.
5660
5661 2002-05-26  Roland McGrath  <roland@frob.com>
5662
5663         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
5664         Use integer_t instead of int for IOC_VOID case.
5665
5666 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
5667
5668         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
5669
5670 2002-05-26  Bruno Haible  <bruno@clisp.org>
5671
5672         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
5673         end of the ISO-8859-7 from idx table.
5674
5675 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
5676
5677         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
5678
5679 2002-05-24  David S. Miller  <davem@redhat.com>
5680
5681         * string/bits/string2.h (memset): Do not try to optimize when
5682         not _STRING_ARCH_unaligned if GCC will do the right thing.
5683
5684 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
5685
5686         * posix/regex.c: Define `inline' as a macro into nothing for the
5687         compilers which lack the keyword.
5688         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
5689         for the compatibility of gawk.
5690         * posix/regcomp.c: Add fake implementation of isblank() for the
5691         environments which lack the function.
5692         Don't use free_charset() in case of non-i18n envs.
5693         (build_range_exp): Don't use i18n related code in case of non-i18n
5694         envs.
5695         (build_collating_symbol): Likewise.
5696         (build_equiv_class): Likewise.
5697         (build_charclass): Likewise.
5698         (re_compile_fastmap_iter): Likewise.
5699         (parse_bracket_exp): Likewise.
5700         (build_word_op): Likewise.
5701         (regfree): Don't use free_charset() in case of non-i18n envs.
5702         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
5703         re_token_type_t in case of non-i18n envs.
5704         Don't define re_charset_t in case of non-i18n envs.
5705         Change the type of wcs of re_string_t from wchar_t to wint_t,
5706         since we store also WEOF.
5707         * posix/regex_internal.c: (re_string_realloc_buffers): Change
5708         the type of wcs of re_string_t from wchar_t to wint_t.
5709         (re_string_reconstruct): Likewise.
5710         (create_ci_newstate): Don't use i18n related code in case of
5711         non-i18n envs.
5712         (create_cd_newstate): Likewise.
5713
5714 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
5715
5716         * iconv/loop.c: Fix typo.
5717
5718 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
5719
5720         * inet/ether_line.c (ether_line): Fix a typo causing only
5721         lower 4 bits of each ethernet address byte being assigned.
5722         Don't modify what line points to.
5723         * inet/tst-ether_aton.c (main): Add ether_line tests.
5724
5725 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
5726
5727         * manual/filesys.texi: Don't make readlink example leak memory
5728         when readlink fails.
5729
5730 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
5731
5732         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
5733         some more security checks.
5734
5735 2002-05-17  David S. Miller  <davem@redhat.com>
5736
5737         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
5738
5739 2002-05-16  David S. Miller  <davem@redhat.com>
5740
5741         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
5742         (elf_machine_dynamic): Use it to force PIC register to be loaded.
5743         (elf_machine_load_address): Likewise.
5744         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
5745
5746         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
5747         is unaligned, do not forget to fully initialize %g1 magic value.
5748
5749         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
5750         register definitions and provide 32-bit variants of structures
5751         during 64-bit builds.
5752
5753         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
5754         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
5755         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
5756         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
5757         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
5758         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
5759         Do not clear implicit one bit here, it must be done post-rounding.
5760         Only pad to the left using left shift if value uses less than the
5761         available fractional bits.
5762
5763 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5764
5765         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
5766         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
5767         (shared-only-routines): Likewise.
5768         * sysdeps/powerpc/libgcc-compat.c: New file.
5769         * sysdeps/wordsize-32/cmpdi2.c: Removed.
5770         * sysdeps/wordsize-32/fixdfdi.c: Removed.
5771         * sysdeps/wordsize-32/fixsfdi.c: Removed.
5772         * sysdeps/wordsize-32/shdi3.c: Removed.
5773
5774 2002-05-16  Bruno Haible  <bruno@clisp.org>
5775
5776         * MakeTAGS (libc.pot): Don't sort the output.
5777         * po/header.pot: Update to match xgettext 0.11 output.
5778
5779 2002-05-16  Bruno Haible  <bruno@clisp.org>
5780
5781         * MakeTAGS (subdirs): Remove duplicates.
5782
5783 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5784
5785         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
5786         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
5787         alias.
5788
5789 2002-05-19  Andreas Jaeger  <aj@suse.de>
5790
5791         * sysdeps/unix/sysv/linux/configure.in: Warn against an
5792         installation in /usr/local.
5793
5794 2002-05-16  Bruno Haible  <bruno@clisp.org>
5795
5796         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
5797         string as argument of #error.
5798
5799 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
5800
5801         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
5802         don't define static.  Remove old __realpath function.  TC1 of
5803         POSIX 2001 will allow the second parameter to be NULL.
5804         * stdlib/test-canon.c: Comment out test for NULL as second
5805         parameter of realpath.
5806
5807         * time/offtime.c (__offtime): Set errno if overflow is detected.
5808
5809         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
5810         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
5811         dl-brk and dl-sbrk.
5812
5813         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
5814         (fdimf): Likewise.
5815
5816 2002-05-15  Roland McGrath  <roland@frob.com>
5817
5818         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
5819
5820 2002-05-12  Bruno Haible  <bruno@clisp.org>
5821
5822         * iconvdata/testdata/EUC-JISX0213: New file.
5823         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
5824         * iconvdata/testdata/SHIFT_JISX0213: New file.
5825         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
5826         * iconvdata/testdata/ISO-2022-JP-3: New file.
5827         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
5828         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
5829         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
5830         contains comments indicating precomposed characters.
5831
5832 2002-04-21  Bruno Haible  <bruno@clisp.org>
5833
5834         * iconvdata/iso-2022-jp-3.c: New file.
5835         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
5836         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
5837         (LDFLAGS-ISO-2022-JP-3.so): New variable.
5838         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
5839         (distribute): Add iso-2022-jp-3.c.
5840
5841 2002-05-12  Bruno Haible  <bruno@clisp.org>
5842
5843         * iconvdata/tst-table-to.c (main): Restore handling of
5844         transliterations, broken by last patch.
5845
5846 2002-05-12  Bruno Haible  <bruno@clisp.org>
5847
5848         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
5849
5850 2002-05-12  Bruno Haible  <bruno@clisp.org>
5851
5852         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
5853         when there is not enough room in the output buffer.
5854         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5855
5856 2002-04-20  Bruno Haible  <bruno@clisp.org>
5857
5858         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
5859         macros.
5860         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5861         Also make this macro work if FROM_DIRECTION evaluates to 0.
5862         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5863         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
5864         of consume_incomplete.
5865         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5866         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
5867         4, not 8.
5868         * iconvdata/cp1258.c: Likewise.
5869         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5870         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
5871         not 2.
5872         * iconvdata/ibm933.c: Likewise.
5873         * iconvdata/ibm935.c: Likewise.
5874         * iconvdata/ibm937.c: Likewise.
5875         * iconvdata/ibm939.c: Likewise.
5876         * iconvdata/iso-2022-cn.c: Define
5877         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5878         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
5879         * iconvdata/iso-2022-cn-ext.c: Likewise.
5880         * iconvdata/iso-2022-jp.c: Define
5881         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5882         {MIN,MAX}_NEEDED_{FROM,TO}.
5883         * iconvdata/tcvn5712-1.c: Define
5884         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5885         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
5886         * iconvdata/euc-jisx0213.c: Define
5887         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5888         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
5889         * iconvdata/shift_jisx0213.c: Likewise.
5890
5891 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5892
5893         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
5894         shdi3, fixdfdi, fixsfdi in csu dir.
5895         (shared-only-routines): Likewise.
5896         * sysdeps/wordsize-32/cmpdi2.c: New file.
5897         * sysdeps/wordsize-32/shdi3.c: New file.
5898         * sysdeps/wordsize-32/fixdfdi.c: New file.
5899         * sysdeps/wordsize-32/fixsfdi.c: New file.
5900         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
5901         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
5902         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
5903
5904         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
5905         Only use va_arg if the argument will be used [PR libc/3259].
5906
5907 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
5908
5909         * catgets/catgets.c (catopen): Free buffer if internal catalog
5910         open fails.
5911
5912 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5913
5914         * debug/xtrace.sh: Make more robust.  For realtime tracking use
5915         non-buffering methods.
5916         * debug/pcprofiledump.c: Implement -u option.
5917         Patch by Roger Luethi <rl@hellgate.ch>.
5918
5919 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
5920
5921         * include/netinet/in.h (bindresvport_internal): Add prototype.
5922         * include/rpc/auth.h  (authunix_create_internal,
5923         authunix_create_default_internal, authnone_create_internal,
5924         authdes_pk_create_internal): Add prototypes.
5925         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
5926         clntudp_create_internal, clntudp_bufcreate_internal,
5927         clntunix_create_internal): Add prototypes.
5928         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
5929         svc_getreq_internal, svc_getreq_common_internal,
5930         svc_getreqset_internal, svc_getreq_poll_internal,
5931         svc_register_internal, svc_unregister_internal,
5932         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
5933         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
5934         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
5935         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
5936         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
5937         * inet/rcmd.c (rcmd_af): Use __listen.
5938         (rresvport_af): Use __bind.
5939         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
5940         authunix_create, authunix_create_default, authnone_create,
5941         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
5942         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
5943         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
5944         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
5945         _authenticate, add INTDEF after such function definitions.
5946         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
5947         __setsockopt, __getsockname instead of non-__ variants.
5948         * sunrpc/pmap_rmt.c: Likewise.
5949         * sunrpc/rtime.c: Likewise.
5950         * sunrpc/svc_udp.c: Likewise.
5951         * sunrpc/clnt_unix.c: Likewise.
5952         * sunrpc/svc_unix.c: Likewise.
5953         * sunrpc/bindrsvprt.c: Likewise.
5954         * sunrpc/svc_tcp.c: Likewise.
5955         * sunrpc/auth_none.c: Likewise.
5956         * sunrpc/clnt_raw.c: Likewise.
5957         * sunrpc/clnt_tcp.c: Likewise.
5958         * sunrpc/auth_unix.c: Likewise.
5959         * sunrpc/key_call.c: Likewise.
5960         * sunrpc/clnt_gen.c: Likewise.
5961         * sunrpc/pm_getmaps.c: Likewise.
5962         * sunrpc/clnt_simp.c: Likewise.
5963         * sunrpc/pmap_clnt.c: Likewise.
5964         * sunrpc/svc_run.c: Likewise.
5965         * sunrpc/svc.c: Likewise.
5966         * sunrpc/svc_simple.c: Likewise.
5967         * sunrpc/pm_getport.c: Likewise.
5968         * sunrpc/auth_des.c: Likewise.
5969         * sunrpc/svc_auth.c: Likewise.
5970         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
5971         __register_frame_info_table_bases, __deregister_frame_info_bases):
5972         Add INTDEF.
5973         (__register_frame_info_bases_internal,
5974         __register_frame_info_table_bases_internal,
5975         __deregister_frame_info_bases_internal): Add prototypes.
5976         (__register_frame_info, __register_frame): Use INTUSE in call to
5977         __register_frame_info_bases.
5978         (__register_frame_info_table): Similarly.
5979         (__deregister_frame_info, __deregister_frame): Similarly.
5980         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
5981         sendto as weak alias.
5982         * sysdeps/mach/hurd/sendto.c: Likewise.
5983         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
5984         recvfrom as weak alias.
5985         * sysdeps/mach/hurd/recvfrom.c: Likewise.
5986         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
5987         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
5988         recvmsg as weak alias.
5989         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
5990         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
5991         sendmsg as weak alias.
5992         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
5993         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
5994         setsockopt, add setsockopt as weak alias.
5995         * sysdeps/mach/hurd/setsockopt.c: Likewise.
5996         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
5997         weak alias.
5998         * sysdeps/mach/hurd/bind.c: Likewise.
5999         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
6000         as weak alias.
6001         * sysdeps/mach/hurd/listen.c: Likewise.
6002         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
6003         getsockname, add getsockname as weak alias.
6004         * sysdeps/mach/hurd/getsockname.c: Likewise.
6005         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
6006         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
6007         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
6008         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
6009         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
6010         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
6011         Add aliases.
6012         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6013         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6014         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6015         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6016         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
6017         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
6018         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
6019         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
6020         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
6021         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
6022         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
6023         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
6024
6025 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
6026
6027         * locale/programs/localedef.h (show_archive_content): Add verbose
6028         argument.
6029         * locale/programs/localedef.c (main): Adjust caller.
6030         * locale/programs/locarchive.c (struct nameent, struct dataent): New
6031         types.
6032         (nameentcmp, dataentcmp): New functions.
6033         (xstrcmp): Remove.
6034         (show_archive_content): Print verbose listing with --list-archive -v.
6035
6036 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
6037
6038         * locale/programs/locarchive.c (open_archive): Take extra argument
6039         readonly.  If true open file with O_RDONLY and don't create the
6040         archive if it doesn't exist.
6041         Adapt all callers.
6042         (close_archive): Don't do anything if fd element is -1.
6043         * locale/programs/localedef.h (open_archive): Adjust prototype.
6044         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
6045         call.
6046
6047         * malloc/malloc.c (__posix_memalign): Correct check for size of
6048         alignment value [PR libc/3444].
6049
6050         * include/stdio.h: Remove references to old stdio implementation.
6051
6052         * libio/Makefile (bug-ungetwc2-ENV): Define.
6053
6054 2002-05-13  Roland McGrath  <roland@frob.com>
6055
6056         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
6057
6058         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
6059
6060 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
6061
6062         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
6063         Allocate three, not two, more than LEN when appending '/.'.
6064         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
6065         if NAME ends with '/.' if it is shorter than 2 chars.
6066
6067 2002-05-12  Roland McGrath  <roland@frob.com>
6068
6069         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
6070         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
6071
6072         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
6073         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
6074
6075 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
6076
6077         * sysdeps/ia64/Makefile: Remove extra endif.
6078         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
6079
6080 2002-05-10  Andreas Schwab  <schwab@suse.de>
6081
6082         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
6083
6084 2002-05-09  Andreas Jaeger  <aj@suse.de>
6085
6086         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
6087         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
6088         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
6089
6090         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
6091         * sysdeps/wordsize-64/glob.c: ...here.
6092         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
6093         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
6094         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
6095
6096 2002-05-08  Roland McGrath  <roland@frob.com>
6097
6098         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
6099         O_NOTRANS flag in "." lookup.
6100
6101 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
6102
6103         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
6104
6105 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
6106
6107         * locale/duplocale.c (__duplocale): Update special members only
6108         when allocation succeeded.
6109
6110 2002-05-03  Roland McGrath  <roland@frob.com>
6111
6112         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
6113         we can only build libc.so.0.3(GLIBC_2.2.6) now.
6114
6115 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
6116
6117         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
6118         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
6119         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
6120         * sysdeps/ia64/ia64libgcc.S: New file.
6121
6122 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
6123
6124         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
6125
6126         * malloc/memusage.c: Distinguish anonymous mmap.
6127
6128 2002-05-01  Roland McGrath  <roland@frob.com>
6129
6130         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
6131         and use INTDEF on it.
6132         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
6133
6134         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
6135
6136         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
6137
6138 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
6139
6140         * malloc/memusage.c: Add support for tracking mmap & friends.
6141         * malloc/memusage.sh: Implement -m/--mmap option.
6142
6143 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
6144
6145         * locale/programs/locarchive.c (create_archive): Add archivefname
6146         argument, create fname from it.
6147         (enlarge_archive): Honour output_prefix.
6148         (open_archive): Likewise.
6149
6150 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
6151
6152         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
6153         too many stpcpy macros.
6154
6155 2002-04-26  Bruno Haible  <bruno@clisp.org>
6156
6157         * locale/programs/ld-collate.c (collate_read): Cast first argument
6158         for "%.*s" to int.
6159
6160 2002-04-26  Bruno Haible  <bruno@clisp.org>
6161
6162         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
6163         __dcngettext_internal): New declarations.
6164         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
6165         attribute declarations.
6166
6167 2002-04-30  Roland McGrath  <roland@frob.com>
6168
6169         Removed old GNU stdio implementation; GNU libio is now the only option.
6170         * configure.in: Removed --enable-libio option and @stdio@ subst var.
6171         Define USE_IN_LIBIO unconditionally.
6172         * configure: Regenerated.
6173         * Makeconfig (stdio): Set to libio by default.
6174         * config.make.in (stdio): Variable removed.
6175         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
6176         * sysdeps/unix/sysv/linux/configure: Regenerated.
6177         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
6178         * sysdeps/mach/hurd/configure: Regenerated.
6179         * stdio/.cvsignore: File removed.
6180         * stdio/Makefile: File removed.
6181         * stdio/Versions: File removed.
6182         * stdio/__fbufsize.c: File removed.
6183         * stdio/__flbf.c: File removed.
6184         * stdio/__fpending.c: File removed.
6185         * stdio/__fpurge.c: File removed.
6186         * stdio/__freadable.c: File removed.
6187         * stdio/__freading.c: File removed.
6188         * stdio/__fsetlocking.c: File removed.
6189         * stdio/__fwritable.c: File removed.
6190         * stdio/__fwriting.c: File removed.
6191         * stdio/clearerr.c: File removed.
6192         * stdio/fclose.c: File removed.
6193         * stdio/fcloseall.c: File removed.
6194         * stdio/feof.c: File removed.
6195         * stdio/ferror.c: File removed.
6196         * stdio/fflush.c: File removed.
6197         * stdio/fgetc.c: File removed.
6198         * stdio/fgetpos.c: File removed.
6199         * stdio/fgets.c: File removed.
6200         * stdio/fileno.c: File removed.
6201         * stdio/fmemopen.c: File removed.
6202         * stdio/fopen.c: File removed.
6203         * stdio/fopncook.c: File removed.
6204         * stdio/fputc.c: File removed.
6205         * stdio/fputs.c: File removed.
6206         * stdio/fread.c: File removed.
6207         * stdio/freopen.c: File removed.
6208         * stdio/fseek.c: File removed.
6209         * stdio/fsetpos.c: File removed.
6210         * stdio/ftell.c: File removed.
6211         * stdio/fwrite.c: File removed.
6212         * stdio/getc.c: File removed.
6213         * stdio/getchar.c: File removed.
6214         * stdio/getdelim.c: File removed.
6215         * stdio/gets.c: File removed.
6216         * stdio/glue.c: File removed.
6217         * stdio/internals.c: File removed.
6218         * stdio/linewrap.c: File removed.
6219         * stdio/linewrap.h: File removed.
6220         * stdio/memstream.c: File removed.
6221         * stdio/newstream.c: File removed.
6222         * stdio/obstream.c: File removed.
6223         * stdio/putc.c: File removed.
6224         * stdio/putchar.c: File removed.
6225         * stdio/puts.c: File removed.
6226         * stdio/rewind.c: File removed.
6227         * stdio/setbuf.c: File removed.
6228         * stdio/setbuffer.c: File removed.
6229         * stdio/setlinebuf.c: File removed.
6230         * stdio/setvbuf.c: File removed.
6231         * stdio/stdio.h: File removed.
6232         * stdio/ungetc.c: File removed.
6233         * stdio/vasprintf.c: File removed.
6234         * stdio/vscanf.c: File removed.
6235         * stdio/vsnprintf.c: File removed.
6236         * stdio/vsprintf.c: File removed.
6237         * stdio/vsscanf.c: File removed.
6238         * sysdeps/generic/defs.c: File removed.
6239         * sysdeps/generic/fdopen.c: File removed.
6240         * sysdeps/generic/pipestream.c: File removed.
6241         * sysdeps/generic/stdio_init.c: File removed.
6242         * sysdeps/generic/sysd-stdio.c: File removed.
6243         * sysdeps/generic/vdprintf.c: File removed.
6244         * sysdeps/mach/hurd/defs.c: File removed.
6245         * sysdeps/mach/hurd/fdopen.c: File removed.
6246         * sysdeps/mach/hurd/pipestream.c: File removed.
6247         * sysdeps/mach/hurd/stdio_init.c: File removed.
6248         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
6249         * sysdeps/mach/hurd/vdprintf.c: File removed.
6250         * sysdeps/posix/defs.c: File removed.
6251         * sysdeps/posix/fdopen.c: File removed.
6252         * sysdeps/posix/pipestream.c: File removed.
6253         * sysdeps/posix/stdio_init.c: File removed.
6254         * sysdeps/posix/vdprintf.c: File removed.
6255         * sysdeps/unix/pipestream.c: File removed.
6256         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
6257         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
6258         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
6259
6260 2002-04-29  Roland McGrath  <roland@frob.com>
6261
6262         * include/libc-symbols.h (link_warning): Use `unused' attribute.
6263
6264 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
6265
6266         * sysdeps/generic/tls.h: Describe what must be defined.
6267
6268         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
6269         glob_in_dir [PR libc/3385].
6270         * posix/globtest.sh: Add test case.
6271
6272         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
6273         //TRANSLIT twice.
6274
6275 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
6276
6277         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
6278         _internal symbol handling.
6279         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6280
6281 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6282
6283         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
6284         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
6285
6286 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
6287
6288         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
6289         not _LIBC and RE_ENABLE_I18N.
6290         (build_range_exp): Implement for not _LIBC.
6291         (build_collating_symbol): Likewise.
6292         (parse_bracket_exp): Unify redundant error handlings.
6293         Don't erase mbcset for non matching list in multibyte envs.
6294         (build_word_op): Add '_' to matching list for \w operator.
6295         * posix/regex_internal.c (re_string_construct): Invoke
6296         build_upper_buffer in case of not RE_ENABLE_I18N.
6297         (re_string_reconstruct): Don't touch cur_state in case of not
6298         RE_ENABLE_I18N.
6299         * posix/regex_internal.h (attribute_hidden): New macro in case of
6300         not _LIBC.
6301         (re_charset_t): Define range_starts/ends in case of not _LIBC.
6302         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
6303         RE_ENABLE_I18N.
6304         (transit_state_mb): Likewise.
6305         (check_node_accept_bytes): Implement the code evaluating range
6306         expression in case of not _LIBC.
6307         (find_collation_sequence_value): Hide in case of not _LIBC.
6308
6309 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
6310
6311         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
6312         i386/semctl.c.
6313         (__old_semctl, __new_semctl): Only use va_arg if the argument will
6314         be used.
6315
6316 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6317
6318         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
6319
6320         * sysdeps/ia64/strncpy.S: Fix recovery code.
6321         Patch by David Mosberger <davidm@hpl.hp.com>.
6322
6323 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6324
6325         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
6326         GLIBC_2.2.6.
6327
6328 2002-04-14  Bruno Haible  <bruno@clisp.org>
6329
6330         * posix/regex.c (re_max_failures): Add back symbol for binary
6331         compatibility.
6332
6333 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
6334
6335         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
6336         of buffer building functions.
6337         * posix/regex_internal.c (re_string_allocate): New function.
6338         (re_string_realloc_buffers): New function.
6339         (re_string_skip_chars): New function.
6340         (re_string_reconstruct): New function.
6341         (re_string_construct): Adapt it to new interface of buffer building
6342         functions.
6343         (re_string_construct_common): Likewise.
6344         (build_wcs_buffer): Likewise.
6345         (build_wcs_upper_buffer): Likewise.
6346         (build_upper_buffer): Likewise.
6347         (re_string_translate_buffer): Likewise.
6348         (re_string_context_at): Adapt it to variable length buffers.
6349         * posix/regex_internal.h (re_string_t): Add new fields to handle
6350         variable length buffers.
6351         (re_match_context_t): Likewise.
6352         * posix/regexec.c (re_search_internal): Adapt it to new interface
6353         of re_string_t and re_match_context_t.
6354         (acquire_init_state_context): Likewise.
6355         (check_matching): Likewise.
6356         (check_halt_state_context): Likewise.
6357         (proceed_next_node): Likewise.
6358         (set_regs): Likewise.
6359         (sift_states_backward): Likewise.
6360         (clean_state_log_if_need): Likewise.
6361         (sift_states_iter_mb): Likewise.
6362         (sift_states_iter_bkref): Likewise.
6363         (add_epsilon_backreference): Likewise.
6364         (transit_state): Likewise.
6365         (transit_state_sb): Likewise.
6366         (transit_state_mb): Likewise.
6367         (transit_state_bkref): Likewise.
6368         (transit_state_bkref_loop): Likewise.
6369         (check_node_accept): Likewise.
6370         (match_ctx_init): Likewise.
6371         (extend_buffers): New function.
6372
6373 2002-04-21  Bruno Haible  <bruno@clisp.org>
6374
6375         * iconvdata/tst-table.sh: For the second check, use the truncated
6376         GB18030 charmap table, like for the first check.
6377
6378 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6379
6380         * elf/dl-load.c (open_verify): Correct __lseek parameters.
6381         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
6382
6383 2002-04-23  H.J. Lu  <hjl@gnu.org>
6384
6385         * include/math.h (isfinite): Fix a typo.
6386
6387 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6388
6389         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
6390         which is created by the test suite.
6391
6392 2002-04-20  Bruno Haible  <bruno@clisp.org>
6393
6394         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
6395         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
6396
6397 2002-04-20  Bruno Haible  <bruno@clisp.org>
6398
6399         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
6400         to avoid gcc warning.
6401
6402 2002-04-20  Bruno Haible  <bruno@clisp.org>
6403
6404         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
6405         of data->__statep->__count.
6406
6407 2002-04-20  Bruno Haible  <bruno@clisp.org>
6408
6409         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
6410         tag characters.
6411         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
6412
6413 2002-04-24  Roland McGrath  <roland@frob.com>
6414
6415         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
6416         use END macro instead of our own .end directive.
6417         Use `callsys' insn mnemonic instead of `call_pal'.
6418
6419         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
6420
6421         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
6422         macro; we need this for Hurd.
6423
6424         Log entry was missing for 2002/03/24 commit of rev 1.8,
6425         goes with 2002-03-17 changes.
6426         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
6427         (sysdep_routines): Append ioperm here.
6428         (sysdep_headers): Append sys/io.h here.
6429
6430 2002-04-23  Roland McGrath  <roland@frob.com>
6431
6432         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
6433         * sysdeps/mach/hurd/sendto.c: Likewise.
6434         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
6435         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
6436         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
6437
6438 2002-04-22  Roland McGrath  <roland@frob.com>
6439
6440         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
6441         failure from i386_io_perm_* RPCs to ENOSYS.
6442
6443 2002-04-22  Andreas Jaeger  <aj@suse.de>
6444
6445         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
6446
6447         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
6448
6449         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
6450         register instead of destroying %rbx.
6451
6452 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
6453
6454         * string/string.h: Declare strerror_r also for XPG6.
6455
6456 2002-04-19  Roland McGrath  <roland@frob.com>
6457
6458         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
6459
6460 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
6461
6462         * Makefile: Add handling of xtests and xcheck targets.
6463         * MakeTAGS: Likewise.
6464         * Makeconfig: Likewise.
6465         * Makerules: Likewise.
6466         * Rules: Likewise.
6467         * manual/Makefile: Likewise.
6468         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
6469         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
6470
6471 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
6472
6473         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
6474         authnone_private_s.
6475         * sunrpc/auth_none.c: Include bits/libc-lock.h.
6476         Delete #ifdef _RPC_THREAD_SAFE_ block.
6477         (authnone_private): Make a struct, not a pointer to struct.
6478         (authnone_private_guard): New once-control variable.
6479         (authnone_create_once): New function, split out of
6480         authnone_create.  No need to allocate memory.
6481         (authnone_create): Just call authnone_create_once via
6482         __libc_once, then return &authnone_private->no_client.
6483         (authnone_marshal): Access private data via CLIENT argument,
6484         not authnone_private pointer.
6485         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
6486         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
6487         authnone_private_s.
6488
6489 2002-04-12  H.J. Lu  <hjl@gnu.org>
6490
6491         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
6492
6493 2002-04-18  Bruno Haible  <bruno@clisp.org>
6494
6495         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6496         FROM_DIRECTION): Make the FROM direction stateless.
6497         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6498         FROM_DIRECTION): Likewise.
6499
6500 2002-04-15  Bruno Haible  <bruno@clisp.org>
6501
6502         * iconvdata/JISX0213.TXT: New file.
6503         * iconvdata/jisx0213.h: New file.
6504         * iconvdata/jisx0213.c: New file.
6505         * iconvdata/euc-jisx0213.c: New file.
6506         * iconvdata/shift_jisx0213.c: New file.
6507         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
6508         * iconvdata/EUC-JISX0213.precomposed: New file.
6509         * iconvdata/SHIFT_JISX0213.precomposed: New file.
6510         * iconvdata/SHIFT_JISX0213.irreversible: New file.
6511         * iconvdata/tst-table-to.c (main): Make it work for encodings for
6512         which the "to" direction is stateful.
6513         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
6514         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
6515         SHIFT_JISX0213.
6516         (libJISX0213-routines): New variable.
6517         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
6518         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
6519         (LDFLAGS-libJISX0213.so): New variable.
6520         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
6521         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
6522         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
6523
6524 2002-04-15  Bruno Haible  <bruno@clisp.org>
6525
6526         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
6527         uint32_t.  Update to Unicode 3.2.
6528         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
6529         (BODY for TO_LOOP): Handle the ASCII range specially.
6530         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
6531         * iconvdata/testdata/BIG5HKSCS: Remove a character.
6532         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
6533
6534 2002-04-15  Bruno Haible  <bruno@clisp.org>
6535
6536         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
6537         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
6538
6539 2002-04-15  Bruno Haible  <bruno@clisp.org>
6540
6541         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
6542         (ucs4_to_cns11643): Update.
6543         * iconvdata/cns11643.c: Update to Unicode 3.2.
6544         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
6545         __cns11643_from_ucs4p2_tab): Regenerated.
6546         (__cns11643_from_ucs4p2c_tab): New array.
6547         * iconvdata/cvs11643l1.c: Update comments.
6548         * iconvdata/EUC-TW.irreversible: Remove two entries.
6549
6550 2002-04-15  Bruno Haible  <bruno@clisp.org>
6551
6552         * locale/C-translit.h.in: Update to Unicode 3.2.
6553         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
6554         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
6555
6556 2002-04-15  Bruno Haible  <bruno@clisp.org>
6557
6558         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
6559         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
6560
6561 2002-04-15  Bruno Haible  <bruno@clisp.org>
6562
6563         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
6564         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
6565         always one byte, not 0 bytes in some cases and 2 bytes in others.
6566
6567         * iconvdata/tst-table-from.c (main): Correct the usage message.
6568
6569 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6570
6571         * posix/regcomp.c (parse_expression): Fix incorrect error code.
6572         (parse_dup_op): Fix error handling like "a{}".
6573         (parse_bracket_exp): Add error handling.
6574         (fetch_number): Add error handling for "a{<very_large_number>}".
6575
6576 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6577
6578         * posix/regcomp.c (parse_bracket_symbol): Add error handling
6579         in case that the symbol name is too long.
6580         (build_charclass): Handle [:lower:]/[:uppper:] correctly
6581         in case of REG_ICASE.
6582
6583 2002-04-19  Andreas Jaeger  <aj@suse.de>
6584
6585         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
6586         <hartvige@mips.com>.
6587
6588 2002-04-15  H.J. Lu  <hjl@gnu.org>
6589
6590         * include/math.h (__finitel_internal): Declare only if
6591         __NO_LONG_DOUBLE_MATH is not defined.
6592         (__isinfl_internal): Likewise.
6593         (__isnanl_internal): Likewise.
6594
6595         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
6596         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6597         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6598         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6599         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6600         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6601         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6602
6603         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
6604         __fcntl_internal.
6605
6606         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
6607         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
6608
6609 2002-04-15  Bruno Haible  <bruno@clisp.org>
6610
6611         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
6612         (BODY for TO_LOOP): Likewise.
6613         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
6614         * iconvdata/tst-table.sh: Add support for encodings which contain
6615         precomposed Unicode characters, known to the iconv converter in both
6616         directions but not listed in the charmap.
6617         * iconvdata/IBM856.irreversible: New file.
6618         * iconvdata/IBM922.irreversible: New file.
6619         * iconvdata/IBM1132.irreversible: New file.
6620         * iconvdata/IBM1133.irreversible: New file.
6621         * iconvdata/IBM1160.irreversible: New file.
6622         * iconvdata/IBM1161.irreversible: New file.
6623         * iconvdata/IBM1163.irreversible: New file.
6624         * iconvdata/IBM1164.irreversible: New file.
6625         * iconvdata/ARMSCII-8.irreversible: New file.
6626         * iconvdata/TCVN5712-1.precomposed: New file.
6627         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
6628         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
6629         ARMSCII-8, TCVN5712-1.
6630         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
6631         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
6632         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
6633         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
6634
6635 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6636
6637         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
6638         for EVENING69.  Include offsets in TZ environment variable.
6639
6640 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
6641
6642         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
6643         avoid compiler warnings.
6644
6645         * locale/programs/localedef.c (main): Always call
6646         construct_output_path.
6647
6648         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
6649
6650         * locale/programs/locfile.c (to_archive): New variable.  To collect
6651         data which has to be added to the locale archive.
6652         (write_all_categories): Take new third parameter with locale name.
6653         Unless no_archive flag set add new locale data to the archive
6654         (write_locale_data): Unless no-archive flag set store generated data
6655         in to_archive data structure instead of generation output file.
6656         Add new parameter with locale category index.
6657         * locale/programs/locfile.h: Add new parameters in declaractions of
6658         write_all_categories and write_locale_data.
6659         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
6660         --add-to-archive, and --delete-from-archive options.  Pass extra
6661         parameter to write_all_categories.
6662         * locale/programs/localedef.h: Add prototypes for functions in
6663         locarchive.c.
6664         * locale/locarchive.h: New file.
6665         * locale/programs/locarchive.c: New file.
6666         * locale/Makefile (distribute): Add programs/locarchive.c and
6667         locarchive.h.
6668         (localedef-modules): Add md5 and locarchive.
6669         Add vpath to crypt subdir for md5.c.
6670
6671         * locale/programs/ld-address.c: Pass locale category ID as new second
6672         parameter to write_locale_data.
6673         * locale/programs/ld-collate.c: Likewise.
6674         * locale/programs/ld-ctype.c: Likewise.
6675         * locale/programs/ld-identification.c: Likewise.
6676         * locale/programs/ld-measurement.c: Likewise.
6677         * locale/programs/ld-messages.c: Likewise.
6678         * locale/programs/ld-monetary.c: Likewise.
6679         * locale/programs/ld-name.c: Likewise.
6680         * locale/programs/ld-numeric.c: Likewise.
6681         * locale/programs/ld-paper.c: Likewise.
6682         * locale/programs/ld-telephone.c: Likewise.
6683         * locale/programs/ld-time.c: Likewise.
6684
6685         * locale/simple-hash.c: Move compute_hashval function from here...
6686         * locale/hashval.h: ...to here.  New file.
6687         * locale/simple-hash.h: Add prototype for compute_hashval.
6688
6689         * include/libintl.h: Minor cleanups.
6690
6691 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
6692
6693         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
6694
6695 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
6696
6697         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
6698
6699 2002-04-14  Bruno Haible  <bruno@clisp.org>
6700
6701         * locale/programs/charmap.c (charmap_read): Don't access result if
6702         result == NULL.
6703
6704 2002-02-17  Andreas Schwab  <schwab@suse.de>
6705
6706         * elf/reldep7.c: New file.
6707         * elf/reldep7mod1.c: New file.
6708         * elf/reldep7mod2.c: New file.
6709         * elf/Makefile: Add rules to build and run reldep7.
6710
6711 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
6712
6713         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
6714         the end of the function.  Pass original flags to recursive call if
6715         add_dependency failed.
6716         (_dl_lookup_versioned_symbol): Likewise.
6717
6718 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
6719
6720         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
6721         early, but check whether it overflowed afterwards.
6722         * time/tst-mktime.c (main): Add new tests.
6723
6724 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
6725
6726         * debug/xtrace.sh: Fix program name in help message.
6727         Patch by Roger Luethi <rl@hellgate.ch>.
6728
6729         * include/sys/stat.h: Add prototypes for __lxstat_internal and
6730         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
6731         NOT_IN_libc.
6732         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
6733         * sysdeps/mach/hurd/lxstat.c: Likewise.
6734         * sysdeps/unix/common/lxstat.c: Likewise.
6735         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
6736         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
6737         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6738         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6739         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
6740         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
6741         * sysdeps/mach/hurd/lxstat64.c: Likewise.
6742         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
6743         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
6744
6745         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
6746         prototypes.  Add __mbrlen and __mbrtowc macros.
6747         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
6748         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
6749
6750         * include/unistd.h: Add prototype for __write_internal and add
6751         __libc_write macro is SHARED.
6752         * sysdeps/generic/write.c: Use INTDEF for __write.
6753         * sysdeps/mach/hurd/write.c: Likewise.
6754         * sysdeps/unix/sysv/aix/write.c: Likewise.
6755         * sysdeps/unix/syscalls.list: Add __libc_write alias.
6756
6757         * assert/assert.c: Replace STR_N_SIZE with something usable in
6758         macro arguments.
6759         * assert/assert-perr.c: Likewise.
6760
6761         * include/sys/socket.h: Declare __libc_sa_len_internal and define
6762         SA_LEN macro to use it if not NOT_IN_libc.
6763         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
6764
6765         * include/fcntl.h: Declare __open_internal and define __open and
6766         __libc_open macros if not NOT_IN_libc.
6767         * sysdeps/generic/open.c: Use INTDEF for __open.
6768         * sysdeps/mach/hurd/open.c: Likewise.
6769         * sysdeps/unix/sysv/aix/open.c: Likewise.
6770         * sysdeps/unix/syscalls.list: Add __open_internal alias.
6771
6772         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
6773         has correct number.
6774
6775         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
6776         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
6777         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6778         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6779
6780         * include/wctype.h: Declare __iswalpha_l_internal,
6781         __iswdigit_l_internal, __iswspace_l_internal,
6782         __iswxdigit_l_internal, and __iswctype_internal.  Define
6783         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
6784         __iswxdigit_l macros if not NOT_IN_libc.
6785         * wctype/iswctype.c: Use INTDEF for __iswctype.
6786         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
6787
6788         * include/math.h: Declare __isinf_internal, __isinfl_internal,
6789         __isnan_internal, and __isnanl_internal.
6790         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
6791         __isnan, and __isnanl.
6792         * stdio-common/printf_size.c: Likewise.
6793         * sysdeps/generic/printf_fphex.c: Likewise.
6794         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
6795         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
6796         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
6797         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
6798         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
6799         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
6800         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
6801         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
6802         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
6803         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
6804         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
6805         * sysdeps/m68k/s_isinfl.c: Likewise.
6806         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
6807         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
6808
6809         * include/sys/time.h: Declare __gettimeofday_internal and define
6810         __gettimeofday macro if not NOT_IN_libc.
6811         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
6812         * sysdeps/mach/gettimeofday.c: Likewise.
6813         * sysdeps/posix/gettimeofday.c: Likewise.
6814         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
6815         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
6816         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6817         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
6818
6819         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
6820         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
6821         Remove __lstat and __fstat inline functions.
6822         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
6823         * sysdeps/mach/hurd/fxstat.c: Likewise.
6824         * sysdeps/unix/fxstat.c: Likewise.
6825         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
6826         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
6827         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6828         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
6829         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
6830         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
6831         * sysdeps/mach/hurd/fxstat64.c: Likewise.
6832         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
6833         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
6834
6835         * include/unistd.h: Declare __getpid_internal and define
6836         __getpid macro if not NOT_IN_libc.
6837         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
6838         * sysdeps/generic/getpid.c: Likewise.
6839         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
6840         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
6841
6842         * include/unistd.h: Declare __getpgid_internal and define
6843         __getpgid macro if not NOT_IN_libc.
6844         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
6845         * sysdeps/mach/hurd/getpgid.c: Likewise.
6846         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
6847         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
6848         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
6849         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
6850
6851         * include/unistd.h: Declare __getpagesize_internal and define
6852         __getpagesize macro if not NOT_IN_libc.
6853         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
6854         __getpagesize.
6855         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
6856         * sysdeps/mach/getpagesize.c: Likewise.
6857         * sysdeps/posix/getpagesize.c: Likewise.
6858         * sysdeps/unix/getpagesize.c: Likewise.
6859         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6860         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
6861         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
6862         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
6863
6864 2002-04-13  Andreas Jaeger  <aj@suse.de>
6865
6866         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
6867         as clobber to reduce register pressure.
6868         (__strpbrk_cg): Likewise.
6869         (__mempcpy_by4): Likewise.
6870         (__strstr_cg): Likewise.
6871         Add prototype for __memrchr.
6872
6873 2002-04-13  Andreas Schwab  <schwab@suse.de>
6874
6875         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
6876         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
6877         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
6878
6879 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
6880
6881         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
6882         check whether the caller prefers getting the most recent version of
6883         a symbol of the earliest version.
6884         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
6885         _dl_do_lookup to also take the new parameter and pass it on.
6886         Change 'explicit' parameter of _dl_lookup_symbol and
6887         _dl_lookup_versioned_symbol to flags.  Adjust tests.
6888         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
6889         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
6890         _dl_lookup_versioned_symbol.
6891         * elf/dl-reloc.c: Likewise.
6892         * elf/dl-runtime.c: Likewise.
6893         * elf/dl-sym.c: Likewise.
6894         * sysdeps/mips/dl-machine.h: Likewise.
6895
6896 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
6897
6898         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
6899         in a token.
6900         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
6901
6902 2002-04-10  Andreas Jaeger  <aj@suse.de>
6903
6904         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
6905
6906         * include/argz.h: Remove extra char from last patch.
6907
6908 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
6909
6910         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
6911         * sysdeps/unix/sysv/aix/chown.c: Likewise.
6912         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
6913         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
6914         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6915         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
6916         __chown_internal.
6917         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6918
6919         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
6920         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
6921         * intl/ngettext.c: Likewise.
6922
6923         * include/sys/socket.h: Declare __connect_internal and define
6924         __connect macro if not NOT_IN_libc.
6925         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
6926         * sysdeps/unix/sysv/aix/connect.c: Likewise.
6927         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
6928
6929         * include/unistd.h: Declare __close_internal and define __close macro
6930         if not NOT_IN_libc.
6931         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
6932         WJUMP3): Add extra parenthesis to avoid expanding element names with
6933         macors like __close.
6934         * sysdeps/unix/syscalls.list: Add __close_internal alias.
6935
6936         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
6937         if not NOT_IN_libc.
6938         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
6939         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
6940         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
6941
6942         * include/unistd.h: Declare __fork_internal and define __fork macro
6943         if not NOT_IN_libc.
6944         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
6945         * sysdeps/unix/sysv/aix/fork.c: Likewise.
6946         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
6947
6948         * include/stdio_ext.h: Declare __fsetlocking_internal and define
6949         __fsetlocking macro to use it if not NOT_IN_libc.
6950         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
6951
6952         * libio/__fbufsize.c: Correct copyright.
6953         * libio/__flbf.c: Likewise.
6954         * libio/__fpending.c: Likewise.
6955         * libio/__fpurge.c: Likewise.
6956         * libio/__freadable.c: Likewise.
6957         * libio/__freading.c: Likewise.
6958         * libio/__fsetlocking.c: Likewise.
6959         * libio/__fwritable.c: Likewise.
6960         * libio/__fwriting.c: Likewise.
6961
6962         * include/stdio.h: Declare __asprintf_internal and define __asprintf
6963         macro to use it if not NOT_IN_libc.
6964         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
6965
6966         * include/mntent.h: Declare __setmntent_internal,
6967         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
6968         __getmntent_r, and __endmntent macros to use these functions if not
6969         NOT_IN_libc.
6970         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
6971         __endmntent.
6972
6973         * include/math.h: Declare __finite_internal, __finitef_internal, and
6974         __finitel_internal.  Redefine isfinite macro if in libc or libm using
6975         these functions.
6976         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
6977         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
6978         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
6979         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
6980         * sysdeps/i386/fpu/s_finitef.S: Likewise.
6981         * sysdeps/i386/fpu/s_finitel.S: Likewise.
6982         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6983         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6984         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6985         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6986
6987         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
6988         to use this function if not NOT_IN_libc.
6989         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
6990         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
6991         * sysdeps/mach/hurd/fcntl.c: Likewise.
6992         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6993         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6994
6995         * include/argz.h: Declare __argz_count_internal and
6996         __argz_stringify_internal.
6997         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
6998         __argz_stringify.
6999         * string/argz-count.c: Use INTDEF for __argz_count.
7000         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
7001
7002         * include/stdlib.h: Declare __cxa_atexit_internal and define
7003         __cxa_atexit macro if not NOT_IN_libc.
7004         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
7005         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
7006
7007         * assert/assert.c: Use INTDEF for __assert_fail.
7008         * assert/__assert.c: Use INTUSE for call to __assert_fail.
7009         * include/assert.h: Declare __assert_fail_internal.
7010
7011         * extra-lib.mk: Mark assignment to lib with override.
7012
7013 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7014
7015         * Makerules: Use cppflags-iterator.mk to add defines for all test
7016         source files.
7017
7018 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
7019
7020         * elf/elf.h: Define R_SH_TLS_xxx macros.
7021         * elf/rtld.c: Remove an extra parenthesis.
7022         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
7023         TLS_GD macros.
7024         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
7025         * sysdeps/sh/dl-lookupcfg.h: New file.
7026         * sysdeps/sh/dl-tls.h: New file.
7027         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
7028         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
7029         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
7030         R_SH_TLS_TPOFF32 relocations.
7031
7032 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7033
7034         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
7035         of NOT_IN_LIBC.
7036         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
7037         * include/stdlib.h: Likewise.
7038
7039 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
7040
7041         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
7042         instead of _RTLD_LOCAL.
7043         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
7044         * include/unistd.h: Likewise.
7045         * sysdeps/generic/ldsodefs.h: Likewise.
7046
7047         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
7048         if in libc or ld.so.
7049
7050 2002-04-08  Andreas Jaeger  <aj@suse.de>
7051
7052         * elf/cache.c (print_entry): Support x86-64.
7053
7054 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7055
7056         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
7057         with one accessing the locale data structures directly.
7058         * stdio-common/printf-prs.c: Include localeinfo.h for new
7059         MB_CUR_MAX definition.
7060
7061         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
7062         is the name of the source file without extension.
7063         * Makefile (distribute): Add cppflags-iterator.mk.
7064         * cppflags-iterator.mk: New file.
7065         * extra-lib.mk: For the sources of the library run
7066         cppflags-iterator.mk.
7067
7068         * include/libintl.h: Declare __dcgettext_internal and
7069         _libc_intl_domainname_internal.  Define __dcgettext using these
7070         two symbols if used in libc itself.
7071         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
7072         _libc_intl_domainname_internal.
7073         * argp/argp-parse.c: Likewise.
7074         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
7075         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
7076         * intl/gettext.c: Likewise.
7077         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
7078         alias.
7079         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
7080         __dcgettext.
7081         * posix/regex_internal.c (gettext): Likewise.
7082
7083 2002-04-08  Andreas Jaeger  <aj@suse.de>
7084
7085         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
7086
7087         * sysdeps/x86_64/fpu/s_llrint.S: New file.
7088         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
7089         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
7090         * sysdeps/x86_64/fpu/s_lrint.S: New file.
7091         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
7092         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
7093
7094 2002-04-08  Roland McGrath  <roland@frob.com>
7095
7096         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
7097         widening __hurd_fail value.
7098
7099 2002-04-07  Roland McGrath  <roland@frob.com>
7100
7101         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
7102         <mach/machine/alpha_instruction.h>.
7103         (_hurd_setup_sighandler): Take proper arguments for current decls.
7104         Update code to use _hurdsig_catch_fault.
7105         Use `callsys' instruction instead of `call_pal'.
7106         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
7107
7108         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
7109         (ALIGN, at, AT, fp): New macros.
7110
7111 2002-04-06  Roland McGrath  <roland@frob.com>
7112
7113         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
7114
7115         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
7116         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
7117
7118         * sysdeps/mach/hurd/bind.c: Use prototype definition.
7119         * sysdeps/mach/hurd/connect.c: Likewise.
7120         * sysdeps/mach/hurd/getsockopt.c: Likewise.
7121         * sysdeps/mach/hurd/setsockopt.c: Likewise.
7122
7123         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
7124         __msg_sig_post RPC.
7125
7126         * hurd/catch-exc.c: Use integer_t instead of int.
7127         * hurd/hurdfault.c: Likewise.
7128
7129         * sysdeps/mach/hurd/alpha/exc2signal.c
7130         (_hurd_exception2signal): Rewritten.
7131         * sysdeps/mach/hurd/alpha/longjmp-ts.c
7132         (_hurd_longjmp_thread_state): Rewritten.
7133
7134 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
7135
7136         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
7137         DB_LOOKUP_FCT prototype.
7138         * nss/getXXent_r.c: Likewise.
7139         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
7140         * inet/getaliasname_r.c: Likewise.
7141         * inet/getnetbyad_r.c: Likewise.
7142         * inet/getnetbynm_r.c: Likewise.
7143         * inet/getnetent_r.c: Likewise.
7144         * inet/getproto_r.c: Likewise.
7145         * inet/getprtent_r.c: Likewise.
7146         * inet/getprtname_r.c: Likewise.
7147         * inet/getrpcbyname_r.c: Likewise.
7148         * inet/getrpcbynumber_r.c: Likewise.
7149         * inet/getrpcent_r.c: Likewise.
7150         * inet/getservent_r.c: Likewise.
7151         * inet/getsrvbynm_r.c: Likewise.
7152         * inet/getsrvbypt_r.c: Likewise.
7153         * shadow/getspent_r.c: Likewise.
7154         * shadow/getspnam_r.c: Likewise.
7155
7156         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
7157
7158         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
7159         Use i686-friendly PIC code.
7160         * sysdeps/i386/elf/setjmp.S: Likewise.
7161
7162         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
7163
7164         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
7165         list.
7166         * elf/Versions: Remove it here.
7167
7168 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
7169
7170         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
7171         direction.  Reported by H . J . Lu <hjl@lucon.org>.
7172
7173 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
7174
7175         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
7176         test just before the test runs.
7177         * intl/tst-translit.sh: Likewise.
7178         * intl/tst-codeset.sh: Likewise.
7179
7180         * timezone/zic.c: Update from tzcode2002c.
7181         * timezone/asia: Update from tzdata2002c.
7182         * timezone/backward: Likewise.
7183         * timezone/europe: Likewise.
7184         * timezone/northamerica: Likewise.
7185         * timezone/northamerica: Likewise.
7186         * timezone/northamerica: Likewise.
7187         * timezone/southamerica: Likewise.
7188         * timezone/zone.tab: Likewise.
7189
7190 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
7191
7192         * sysdeps/generic/brk.c (__curbrk): Declare.
7193         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
7194         * sysdeps/generic/dl-sbrk.c: Likewise.
7195         * sysdeps/unix/arm/dl-brk.S: New file.
7196         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
7197         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
7198         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
7199         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
7200         * sysdeps/unix/i386/dl-brk.S: New file.
7201         * sysdeps/unix/mips/dl-brk.S: New file.
7202         * sysdeps/unix/sparc/dl-brk.S: New file.
7203         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
7204         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
7205         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
7206         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
7207
7208 2002-04-03  Andreas Schwab  <schwab@suse.de>
7209
7210         * Makefile (headers): Add gnu/lib-names.h here instead of
7211         install-others.
7212         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
7213         installation rule.
7214         (install-headers): Add dependency on install-headers-nosubdir.
7215         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
7216         instead of install-others.
7217         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
7218         installation rule.
7219
7220 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
7221
7222         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
7223         Reported by Sam Roberts <sroberts@uniserve.com>.
7224
7225 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
7226
7227         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
7228         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
7229         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7230         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7231
7232 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
7233
7234         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
7235         (RTLD_START): Ditto.
7236         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
7237         dependency violation.
7238
7239 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
7240
7241         * time/mktime.c (__mktime_internal): Move check for year < 70 below
7242         all variable declarations.
7243
7244 2002-04-04  Andreas Schwab  <schwab@suse.de>
7245
7246         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
7247
7248 2002-04-04  Andreas Jaeger  <aj@suse.de>
7249
7250         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
7251         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
7252
7253         * sysdeps/x86_64/fpu/s_fabs.c: New file.
7254         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
7255         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
7256
7257         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
7258
7259         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
7260
7261         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
7262         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
7263
7264         * configure.in: Handle all mips entries the same.
7265
7266         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
7267         * sysdeps/mips/mips3/*: Likewise.
7268         * sysdeps/mips/p40/bits/endian.h: Likewise.
7269
7270 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
7271
7272         * misc/dirname.c (dirname): Ignore trailing slashes at end of
7273         non-null result [PR libc/2600].
7274
7275         * misc/tst-dirname.c: Add more tests.
7276
7277 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7278
7279         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
7280         define a code_set_name provide one based on the filename.
7281
7282         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
7283
7284 2001-12-28  Andreas Jaeger  <aj@suse.de>
7285
7286         * time/mktime.c (__mktime_internal): Check for year < 70
7287         [PR libc/2738].
7288
7289 2002-04-03  Andreas Jaeger  <aj@suse.de>
7290
7291         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
7292         shmat.
7293         Reported by Andi Kleen <ak@suse.de>.
7294
7295 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7296
7297         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
7298         * sysdeps/generic/w_lgammaf.c: Likewise.
7299         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
7300
7301         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
7302         Adjust for new output format of the backtrace functions.
7303
7304         * misc/syslog.c (vsyslog): Only use cleanup handler if
7305         _LIBC_REENTRANT is defined [PR libc/2924].
7306
7307         * libio/Makefile (tests): Add bug-ungetwc2.
7308         * libio/bug-ungetwc2.c: New file.
7309
7310         * manual/install.texi: Typographical and grammatical cleanup.
7311         Patch by Dennis Grace <dgrace@us.ibm.com>.
7312
7313         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
7314         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
7315
7316         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
7317         always "&".  Adjust callers.
7318         Add "_" prefix to several generated definitions.
7319         Patch by paul@serice.net [PR libc/3158].
7320
7321 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7322
7323         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
7324         size of _dl_arm_cap_flags.
7325         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
7326
7327         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
7328         Define as 8.
7329
7330 2002-03-22  H.J. Lu  <hjl@gnu.org>
7331
7332         * scripts/firstversions.awk: Check the first version.
7333
7334 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7335
7336         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
7337         dependencies must be stable to work correctly.
7338         Reported by martin.lubich@datacon.at.
7339
7340         * libio/bug-ungetwc1.c: New file.
7341         * libio/Makefile (tests): Add bug-ungetwc1.
7342
7343         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
7344         if stream was last used for writing.
7345
7346         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
7347         number [PR libc/3111].
7348
7349         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
7350         to ...
7351         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
7352
7353 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
7354
7355         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
7356         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
7357         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
7358         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
7359         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
7360
7361 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
7362
7363         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
7364         dynamic tags.
7365
7366 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7367
7368         * sysdeps/i386/fpu/s_fabs.S: New file.
7369         * sysdeps/i386/fpu/s_fabsf.S: New file.
7370         * sysdeps/i386/fpu/s_fabsl.S: New file.
7371         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
7372         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
7373         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
7374
7375 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7376
7377         * rt/tst-shm.c (do_test): Add one more test for size of shared
7378         memory object.
7379
7380 2002-03-29  Wolfram Gloger  <wg@malloc.de>
7381
7382         * malloc/malloc.c: Add short description and prototypes for
7383         malloc_get_state, malloc_set_state and posix_memalign, for
7384         consistency and to avoid warnings with -Wstrict-prototypes.
7385         Reported by Andreas Jaeger <aj@suse.de>.
7386
7387 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7388
7389         * po/gl.po: Update from translation team.
7390
7391 2002-03-31  Roland McGrath  <roland@frob.com>
7392
7393         * hurd/hurdselect.c (_hurd_select): Fix
7394         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
7395         Use a union rather than casts to compare mach_msg_type_t as int.
7396
7397 2002-03-25  Roland McGrath  <roland@frob.com>
7398
7399         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
7400         check off the end of NAME when it's shorter than 2 chars.
7401         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
7402
7403 2002-03-17  Roland McGrath  <roland@frob.com>
7404
7405         * sysdeps/mach/hurd/i386/sys/io.h: New file.
7406         * sysdeps/mach/hurd/i386/ioperm.c: New file.
7407         * sysdeps/mach/hurd/i386/Dist: Add them.
7408         * sysdeps/mach/hurd/i386/Versions
7409         (libc: GLIBC_2.2.6): New set, add ioperm.
7410         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
7411         (mach_interface_list): Check for mach_i386.defs.
7412         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
7413         * sysdeps/mach/configure: Regenerated.
7414
7415 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
7416
7417         * po/fr.po: Update from translation team.
7418
7419 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7420
7421         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
7422         getpriority from syscalls list.
7423
7424 2002-03-28  Andreas Jaeger  <aj@suse.de>
7425
7426         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
7427         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
7428         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
7429         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
7430
7431 2002-03-27  Andreas Jaeger  <aj@suse.de>
7432
7433         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7434         sigcontext): Follow further kernel change.
7435
7436         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
7437         kernel change.
7438
7439         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
7440         Change for struct sigcontext change.
7441
7442         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7443         Follow changes in struct sigcontext.
7444
7445         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
7446         sysycall, use wrapper instead.
7447
7448 2002-03-26  Andreas Jaeger  <aj@suse.de>
7449
7450         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
7451         read and write accesses as detailed as possible.
7452         (__memcpy_by2): Likewise.
7453         (__memcpy_g): Likewise.
7454         (memmove): Likewise.
7455         (memcmp): Likewise.
7456         (__memset_ccn_by4): Likewise.
7457         (__memset_ccn_by2): Likewise.
7458         (__memset_gcn_by4): Likewise.
7459         (__memset_gcn_by2): Likewise.
7460         (memchr): Likewise.
7461         (__memrchr): Likewise.
7462         (rawmemchr): Likewise.
7463         (__strlen_g): Likewise.
7464         (__strcpy_g): Likewise.
7465         (__mempcpy_by4): Likewise.
7466         (__mempcpy_by2): Likewise.
7467         (__mempcpy_byn): Likewise.
7468         (__stpcpy_g): Likewise.
7469         (__strncpy_by4): Likewise.
7470         (__strncpy_by2): Likewise.
7471         (__strncpy_byn): Likewise.
7472         (__strncpy_gg): Likewise.
7473         (__strcat_c): Likewise.
7474         (__strcat_g): Likewise.
7475         (__strncat_g): Likewise.
7476         (__strcmp_gg): Likewise.
7477         (__strncmp_g): Likewise.
7478         (__strchr_c): Likewise.
7479         (__strchr_g): Likewise.
7480         (__strchrnul_c): Likewise.
7481         (__strchrnul_g): Likewise.
7482         (__strrchr_c): Likewise.
7483         (__strrchr_g): Likewise.
7484         (__strrchr_c): Likewise.
7485         (__strrchr_g): Likewise.
7486         (__strcspn_c1): Likewise.
7487         (__strcspn_cg): Likewise.
7488         (__strcspn_g): Likewise.
7489         (__strcspn_g): Likewise.
7490         (__strspn_c1): Likewise.
7491         (__strspn_cg): Likewise.
7492         (__strspn_g): Likewise.
7493         (__strspn_g): Likewise.
7494         (__strpbrk_cg): Likewise.
7495         (__strpbrk_g): Likewise.
7496         (__strstr_cg): Likewise.
7497         (__strstr_g): Likewise.
7498
7499         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
7500         Michal Ludvig <mludvig@suse.cz>.
7501
7502         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
7503         compatibilty, adjust for kernel changes.
7504
7505         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7506         sigcontext): Adjust for kernel changes.
7507
7508 2002-03-25  Andreas Jaeger  <aj@suse.de>
7509
7510         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
7511         little endian.
7512         Reported by Artur Zaprzala <zybi@talex.com.pl>.
7513
7514 2002-03-24  Andreas Jaeger  <aj@suse.de>
7515
7516         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
7517
7518         * stdio-common/tst-fdopen.c (main): Remove unused variable.
7519
7520         * iconv/tst-iconv3.c (main): Use correct printf strings.
7521
7522 2002-03-18  Roland McGrath  <roland@frob.com>
7523
7524         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
7525         (CMGROUP_MAX): New macro.
7526
7527 2002-03-23  Roland McGrath  <roland@frob.com>
7528
7529         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
7530         * sysdeps/posix/shm_unlink.c: Likewise.
7531
7532 2002-03-22  Roland McGrath  <roland@frob.com>
7533
7534         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
7535         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
7536         under --enable-libio.
7537         * sysdeps/mach/hurd/configure: Regenerated.
7538
7539 2002-03-23  Roland McGrath  <roland@frob.com>
7540
7541         * sysdeps/mach/hurd/i386/Makefile
7542         (sysdep_routines, shared-only-routines): Don't add framestate,
7543         reverting 2001-10-02 change.
7544         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
7545         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
7546         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7547         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7548         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
7549         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
7550         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7551         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
7552         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
7553         Do it here instead, only if [$(unwind-find-fde) = yes].
7554
7555 2002-03-23  Andreas Jaeger  <aj@suse.de>
7556
7557         * signal/signal.h: Fix typo. Patch by Steve Kemp
7558         <skx@tardis.ed.ac.uk>.
7559
7560 2002-03-22  Andreas Jaeger  <aj@suse.de>
7561
7562         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
7563         getresuid.
7564
7565         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7566         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
7567         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7568         user_fpregs_struct): Rename fwd.
7569
7570         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7571         Follow sigcontext changes.
7572
7573 2002-03-22  Andreas Jaeger  <aj@suse.de>
7574
7575         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
7576         changes for NaNs on MIPS.
7577         Patch by Hartvig Ekner <hartvige@mips.com>.
7578
7579 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
7580
7581         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
7582         Use realloc if too large.
7583         (addgrbyid): Likewise.
7584         * nscd/hstcache.c (addhstbyname): Likewise.
7585         (addhstbyaddr): Likewise.
7586         (addhstbynamev6): Likewise.
7587         (addhstbyaddrv6): Likewise.
7588         * nscd/pwdcache.c (addpwbyname): Likewise.
7589         (addpwbyuid): Likewise.
7590
7591 2002-03-21  Andreas Jaeger  <aj@suse.de>
7592
7593         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7594         _fpstate): Add separate struct for x86-64.
7595
7596         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7597         user_fpregs_struct): Change member names to follow kernel.
7598
7599 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
7600
7601         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
7602         Correctly close the UDP connection right away [PR libc/3120].
7603
7604 2002-03-20  Andreas Jaeger  <aj@suse.de>
7605
7606         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7607         user_fpregs_struct): Fix for changed kernel struct.
7608         (struct user_regs_struct): Likewise.
7609         (struct user): Likewise.
7610         Add 32-bit x86 compatibility.
7611
7612         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
7613
7614 2002-03-19  Andreas Jaeger  <aj@suse.de>
7615
7616         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
7617
7618 2002-03-18  Andreas Jaeger  <aj@suse.de>
7619
7620         * iconvdata/Makefile: Only run tests when shared libs are
7621         available.
7622
7623 2002-03-17  Andreas Jaeger  <aj@suse.de>
7624
7625         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
7626
7627         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
7628
7629         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
7630         bits.
7631
7632         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
7633         (CAUSE_SHIFT): New macro.
7634         Patch by Hartvig Ekner <hartvige@mips.com>.
7635
7636         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
7637         * sysdeps/generic/unwind-pe.h: Likewise.
7638
7639         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
7640         type to _IO_setb.
7641
7642         * libio/stdio.c (AL2): Define variant when visibility attribute is
7643         not supported.
7644
7645         * include/libc-symbols.h (_INTVARDEF): Define variant when
7646         visibility attribute is not supported.
7647
7648 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
7649
7650         * po/fr.po: Update from translation team.
7651
7652 2002-02-25  Bruno Haible  <bruno@clisp.org>
7653
7654         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
7655
7656 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7657
7658         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
7659         buffers if _IO_file_attach failed.
7660
7661         * libio/fileops.c (_IO_file_open): Close file descriptor if
7662         _IO_SEEKOFF call failed.
7663
7664 2002-03-15  H.J. Lu  <hjl@gnu.org>
7665             Ulrich Drepper  <drepper@redhat.com>
7666
7667         * configure.in: Check for availability of
7668         init_array/fini_array/preinit_array handling in binutils.
7669         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
7670         * config.make.in (have-initfini-array): New variable.
7671
7672 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7673
7674         * stdio-common/tst-printf.c (main): Comment out one test which
7675         checked the compiler's ability to fold floating-point constants
7676         but not really printf.
7677         (rfg3): Make s const.
7678         * stdio-common/tst-printf.sh: Adjust for removed test.
7679
7680         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
7681         internal function.  Adjust for internal_function calling convention.
7682         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
7683         as internal_function.
7684
7685         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
7686         hidden.
7687
7688         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
7689         declaration and definition.
7690         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
7691         declaration.
7692         * nss/getXXent_r.c: Likewise.
7693         * nss/nsswitch.h (db_lookup_function): Add internal_function to
7694         definition.
7695
7696         * include/time.h: Declare __localtime_r as hidden.
7697
7698         * include/aliases.h: Declare __getaliasent_r as hidden.
7699         * include/grp.h: Declare __getgrent_r as hidden.
7700         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
7701         __getservent_r, and __getprotoent_r as hidden.
7702         * include/pwd.h: Declare __getpwent_r as hidden.
7703         * include/shadow.h: Declare __getspent_r as hidden.
7704         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
7705
7706         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
7707         and __gconv_transliterate as hidden.
7708         Add internal_function to __gconv_get_path declaration.
7709         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
7710         definition.  Add attribute_hidden to __gconv_read_conf definition.
7711
7712 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
7713
7714         * elf/rtld.c: Declare _environ as hidden.
7715         * sysdeps/generic/dl-environ.c: Likewise.
7716         * sysdeps/generic/dl-sysdep.c: Likewise.
7717
7718         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
7719         _dl_mcount_internal as hidden.
7720
7721         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
7722         * sysdeps/generic/dl-brk.c: New file.
7723         * sysdeps/generic/dl-sbrk.c: New file.
7724         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
7725         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
7726
7727         * elf/dl-minimal.c (malloc): Declare _end as hidden.
7728         (__errno_location): New function.  Declare errno as hidden.
7729         * elf/rtld.c (_dl_argc): Define as hidden.
7730         (_dl_skip_args): Define as hidden.
7731         (_begin, _end): Declare as hidden.
7732         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
7733         * sysdeps/generic/entry.h (_start): Declare as hidden.
7734         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
7735         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
7736         _dl_runtime_resolve and _dl_runtime_profile as hidden.
7737         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
7738
7739 2002-03-14  Roland McGrath  <roland@frob.com>
7740
7741         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
7742
7743         * Makeconfig (%.v.i, %.v): New implicit rules.
7744         (preprocess-versions): Variable removed.
7745         ($(common-objpfx)shlib-versions.v.i): New target giving just the
7746         shlib-versions input files as dependencies.
7747         ($(common-objpfx)soversions.i): Depend on that instead of the input
7748         files.  Use it as input instead of using a pipeline.
7749         (postclean-generated): Append soversions.i, shlib-versions.v, and
7750         shlib-versions.v.i here.
7751         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
7752         the Versions.def input files as dependencies.
7753         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
7754         ($(common-objpfx)Versions.all): Depend on that instead of the input
7755         files.  Use it as input instead of using a pipeline.
7756         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
7757         (postclean-generated): Append those .v and .v.i files here.
7758
7759 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7760
7761         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
7762         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
7763         Remove.
7764
7765 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7766
7767         * sysdeps/generic/mp_clz_tab.c: New file.
7768         * sysdeps/i386/mp_clz_tab.c: New file.
7769         * sysdeps/hppa/mp_clz_tab.c: New file.
7770         * sysdeps/powerpc/mp_clz_tab.c: New file.
7771         * stdlib/Makefile (aux): Revert last patch.
7772         * math/Makefile (gmp-objs): Likewise.
7773
7774 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7775
7776         * time/strftime.c: Comment fixes for references to obsolescent
7777         standards, In most cases the simplest fix is to remove the
7778         confusing comments.  Cross-referencing all the standards properly
7779         is a bit of a pain, and it should be enough to put that info in
7780         the documentation as I did in my recent time.texi patch.
7781
7782 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7783
7784         * manual/time.texi (Formatting Calendar Time):
7785         ISO C99 also specifies the E and O modifiers.
7786         %P is a GNU extension, and is not in ISO C99.
7787         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
7788         %T is also in ISO C99.
7789         The RFC 822 example is not valid in arbitrary locales.
7790         Reword the POSIX.2 wording slightly, to make it a bit clearer
7791         that POSIX.2 formats are also supported by later POSIX versions.
7792         If a format was introduced in ISO C99 it is also required by
7793         POSIX.1-2001.
7794
7795 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7796
7797         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
7798         _sys_nerr_internal with INTVARDEF2.
7799         * include/libc-symbols.h (INTVARDEF2): New macro.
7800         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
7801         (_sys_nerr_internal): Library.
7802
7803         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
7804         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
7805
7806         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
7807
7808 2002-03-13  Wolfram Gloger  <wg@malloc.de>
7809
7810         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
7811
7812 2002-03-02  Andreas Schwab  <schwab@suse.de>
7813
7814         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
7815         'h' flag and positional arg.
7816         * stdio-common/tst-printf.c (rfg3): New function to test
7817         positional arguments.
7818         (main): Fix some warnings.
7819
7820 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7821
7822         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
7823         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7824
7825 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7826
7827         * grp/initgroups.c (__nss_group_data): Declare as hidden.
7828
7829         * include/locale.h (_nl_C_locobj): Declare as hidden.
7830
7831         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
7832         * time/strptime.c (_nl_C_LC_TIME): Likewise.
7833
7834         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
7835
7836         * include/sys/gmon.h: Declare _gmonparam as hidden.
7837
7838         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
7839         (__ctype32_wctrans): Likewise.
7840         (__ctype32_width): Likewise.
7841
7842         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
7843         use of __ttyname.
7844
7845         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
7846         Define as hidden.
7847         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
7848         hidden.  Change all users of these variables.
7849
7850         * posix/regex_internal.h (__re_error_msgid): Renamed from
7851         re_error_msgid.  Declare as hidden.
7852         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
7853         hidden.
7854
7855         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
7856         (__printf_function_table): Likewise.
7857         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
7858         hidden.
7859         (__printf_function_table): Likewise.
7860
7861         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
7862         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
7863
7864         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
7865         * nss/nsswitch.c: Declare _nss_*_database as hidden.
7866
7867         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
7868         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
7869
7870 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
7871
7872         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
7873         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7874         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7875         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7876         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7877         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7878         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7879         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7880         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
7881         _nl_C_LC_CTYPE_width: Declare as hidden.
7882         * include/locale.h: Declare _nl_locale_file_list.
7883         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
7884         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
7885         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
7886         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
7887         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
7888         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
7889         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
7890         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
7891         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
7892         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
7893         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
7894         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
7895         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7896         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7897         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7898         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7899         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7900         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7901         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7902         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
7903         _nl_C_LC_CTYPE_width, and as hidden.
7904         * locale/findlocale.c: Declare _nl_C as hidden.
7905         * locale/newlocale.c: Likewise.
7906         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
7907         _nl_locale_file_list.
7908         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
7909         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
7910         Define _nl_C_locobj as hidden.
7911
7912         * malloc/mtrace.c (_mtrace_file): Define as hidden.
7913         (_mtrace_line): Likewise.
7914
7915         * include/time.h: Declare __mon_yday as hidden.
7916         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
7917
7918         * libio/libioP.h: Declare __libio_codecvt as hidden.
7919         * libio/fileops.c: Declare __libio_translit as hidden.
7920         * libio/iofwide.c: Define __libio_translit as hidden.
7921
7922         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
7923         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
7924         * login/getutline_r.c: Likewise.
7925         * login/utmpname.c: Likewise.
7926
7927         * login/utmp-private.h: Declare __libc_utmp_file_functions,
7928         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
7929         __libc_utmp_file_name as hidden.
7930
7931         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
7932         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
7933         * locale/freelocale.c: Likewise.
7934         * locale/lc-time.c: Likewise.
7935
7936         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
7937         (__libc_ptyname2): Likewise.
7938         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
7939         hidden.
7940         (__libc_ptyname2): Likewise.
7941
7942         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
7943         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
7944         * sysdeps/generic/init-first.c: Likewise.
7945         * sysdeps/i386/init-first.c: Likewise.
7946         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7947         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7948         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7949         * sysdeps/sh/init-first.c: Likewise.
7950         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7951         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7952
7953         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
7954         (_itowa_upper_digits): Likewise.
7955
7956         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
7957         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
7958         as hidden.
7959
7960         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
7961         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
7962         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
7963         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
7964
7965         * gmon/gmon.c (__bb_head): Define as hidden.
7966         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
7967
7968         * argp/argp-parse.c (_argp_hang): Define as static.
7969
7970         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
7971         handling in latest compilers.
7972
7973         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
7974         define alias.
7975         * libio/fileops.c (_IO_file_jumps): Likewise.
7976         * libio/stdfiles.c (_IO_list_all): Likewise.
7977         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
7978
7979         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
7980         include/malloc.h.
7981         * include/malloc.h: Add __libc_malloc_initialized declaration
7982         here.  Mark variable hidden.
7983         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
7984
7985         * elf/dl-open.c (__libc_argc): Declare as hidden.
7986         (__libc_argv): Likewise.
7987         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
7988         (__libc_argv): Likewise.
7989         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
7990         __libc_argv as hidden.
7991         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7992         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7993         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7994         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7995
7996         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
7997         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
7998         * stdlib/erand48.c: Likewise.
7999         * stdlib/jrand48.c: Likewise.
8000         * stdlib/lcong48.c: Likewise.
8001         * stdlib/lrand48.c: Likewise.
8002         * stdlib/mrand48.c: Likewise.
8003         * stdlib/nrand48.c: Likewise.
8004         * stdlib/seed48.c: Likewise.
8005         * stdlib/srand48.c: Likewise.
8006
8007         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
8008         (_itoa_lower_digits_internal): New declaration.
8009         (_itoa_upper_digits_internal): New declaration.
8010         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
8011         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
8012         (_itoa_upper_digits_internal): New declaration.
8013         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
8014         _itoa_lower_digits.
8015         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
8016         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
8017
8018         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
8019         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
8020
8021         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
8022         (_itowa_lower_digits): Likewise.
8023         (_itowa_upper_digits): Likewise.
8024         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
8025         (_itowa_upper_digits): Likewise.
8026
8027         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
8028         not already defined.
8029         (GERMANIC_PLURAL): Declare as hidden.
8030
8031         * posix/getopt.c (__getopt_initialized): Declare as hidden.
8032         (attribute_hidden): Define as empty macro if not already defined.
8033
8034         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
8035         (__gconv_max_path_elem_len): Likewise.
8036         (__gconv_path_envvar): Likewise.
8037
8038         * math/Makefile (gmp-objs): Remove mp_clz_tab.
8039         * stdlib/Makefile (aux): Remove mp_clz_tab.
8040         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
8041
8042         * stdlib/exit.h (__exit_funcs): Declare as hidden.
8043
8044         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
8045
8046         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
8047         _nl_category_names, _nl_category_name_sizes, _nl_current,
8048         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
8049
8050         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
8051         (_nl_current_default_domain): Likewise
8052         (_nl_state_lock): Likewise.
8053         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
8054         (_nl_current_default_domain): Likewise
8055         (_nl_state_lock): Likewise.
8056         * intl/bindtextdom.c (_nl_state_lock): Likewise.
8057
8058         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
8059         (_fpioconst_pow10): Likewise.
8060
8061         * include/time.h (_tmbuf): Add attribute_hidden.
8062
8063         * time/tzset.c (tzstring_list): Define as static.
8064
8065         * include/time.h: Add attribute_hidden to __tzname_cur_max and
8066         __use_tzfile declaration.
8067
8068         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
8069         and __wcsmbs_last_locale declaration.
8070
8071 2002-02-25  Paul Eggert  <eggert@twinsun.com>
8072
8073         * timezone/Makefile (tzbases): Move systemv from here...
8074         (tzlinks): to here, since the entries in systemv were all changed
8075         from Zone to Link lines in tz-2001a.  Bug reported (and patch
8076         tested) by Peter Breitenlohner.
8077
8078 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
8079
8080         * time/tst-posixtz.c (tests): Add new tests.
8081         (main): Test whether tzset() sets daylight properly.
8082
8083 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
8084
8085         * time/tzset.c (tz_compute): Move __daylight, __tzname and
8086         __tzname_cur_max setting...
8087         (tzset_internal): ...here.
8088
8089 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
8090
8091         * time/tzset.c (compute_change): Don't return any value.
8092         (tz_compute): Likewise.  Don't handle southern hemisphere here.
8093         (__tz_convert): But here.
8094
8095 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8096
8097         * manual/examples/mkfsock.c: Include <string.h> as well.
8098         Patch by Alain De Carolis <alaind@wseurope.com>.
8099
8100 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
8101
8102         * posix/regexec.c (re_match): Fix incorrect register sizes.
8103         (re_search): Likewise.
8104
8105 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
8106
8107         * posix/regcomp.c (regfree): Remove a disused condition.
8108         * posix/regex_internal.c (re_acquire_state): Likewise.
8109         (re_acquire_state_context): Likewise.
8110         (register_state): Remove a redundant malloc invocation.
8111         * posix/regex_internal.h: (re_state_table_entry): Simplify
8112         the structure.
8113
8114 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
8115
8116         * posix/regcomp.c (regcomp): Add __builtin_expect to error
8117         handling conditions.
8118         (regerror): Likewise.
8119         (regfree): Likewise.
8120         (re_compile_internal): Likewise.
8121         (init_dfa): Likewise.
8122         (init_word_char): Likewise.
8123         (create_initial_state): Likewise.
8124         (analyze): Likewise.
8125         (analyze_tree): Likewise.
8126         (duplicate_node): Likewise.
8127         (calc_eclosure): Likewise.
8128         (calc_eclosure_iter): Likewise.
8129         (parse): Likewise.
8130         (parse_reg_exp): Likewise.
8131         (parse_branch): Likewise.
8132         (parse_expression): Likewise.
8133         (parse_subexp): Likewise.
8134         (parse_dup_op): Likewise.
8135         (parse_bracket_exp): Likewise.
8136         (build_equiv_class): Likewise.
8137         (build_charclass): Likewise.
8138         (build_word_op): Likewise.
8139         (fetch_number): Likewise.
8140         (create_tree): Likewise.
8141         (duplicate_tree): Likewise.
8142         * posix/regex.c (BE): New macro.
8143         * posix/regexec.c (re_match): Add __builtin_expect to error
8144         handling conditions.
8145         (re_match_2): Likewise.
8146         (re_search): Likewise.
8147         (re_search_internal): Likewise.
8148         (check_matching): Likewise.
8149         (proceed_next_node): Likewise.
8150         (set_regs): Likewise.
8151         (sift_states_backward): Likewise.
8152         (add_epsilon_backreference): Likewise.
8153         (transit_state): Likewise.
8154         (transit_state_sb): Likewise.
8155         (transit_state_mb): Likewise.
8156         (transit_state_bkref): Likewise.
8157         (transit_state_bkref_loop): Likewise.
8158         (build_trtable): Likewise.
8159         (group_nodes_into_DFAstates): Likewise.
8160         (match_ctx_init): Likewise.
8161         (match_ctx_add_entry): Likewise.
8162         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
8163         to error handling conditions.
8164         (re_string_construct_toupper): Likewise.
8165         (build_wcs_buffer): Likewise.
8166         (build_wcs_upper_buffer): Likewise.
8167         (build_upper_buffer): Likewise.
8168         (re_string_translate_buffer): Likewise.
8169         (re_node_set_alloc): Likewise.
8170         (re_node_set_init_1): Likewise.
8171         (re_node_set_init_2): Likewise.
8172         (re_node_set_init_copy): Likewise.
8173         (re_node_set_intersect): Likewise.
8174         (re_node_set_init_union): Likewise.
8175         (re_node_set_merge): Likewise.
8176         (re_node_set_insert): Likewise.
8177         (re_dfa_add_node): Likewise.
8178         (re_acquire_state): Likewise.
8179         (re_acquire_state_context): Likewise.
8180         (create_new_state_common): Likewise.
8181         (register_state): Likewise.
8182         (create_ci_new_state): Likewise.
8183         (create_cd_new_state): Likewise.
8184         (re_string_context_at): Remove redundant condition.
8185
8186 2002-01-16  Roger Sayle  <roger@eyesopen.com>
8187
8188         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
8189
8190         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
8191
8192 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
8193
8194         * sysdeps/i386/elf/configure.in: Fix comment.
8195
8196         * sysdeps/sparc/sparc64/configure.in: New file.
8197         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
8198         if .dynamic comes before .got.
8199         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
8200
8201         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
8202         HP_TIMING_ACCUM): Fix typos.
8203
8204 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8205
8206         * string/strfry.c: Add some more randomness to the seed.
8207         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
8208
8209         * po/es.po: Update from translation team.
8210         * po/fr.po: Likewise.
8211
8212         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
8213
8214         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
8215         when determining type of format.
8216         Patch by James Antill <james@anqd.org> [PR libc/2787].
8217
8218 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
8219
8220         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
8221
8222 2002-03-11  Roland McGrath  <roland@frob.com>
8223
8224         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
8225
8226         * Versions.def (libc): Add GLIBC_2.2.6.
8227         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
8228         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
8229         __errno_location instead of __hurd_errno_location, and don't inline it.
8230         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
8231         * hurd/errno.c: New file.
8232         * hurd/Makefile (routines): Add errno.
8233
8234 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8235
8236         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
8237         ridiculously large widths and precisions [PR libc/3026].
8238
8239 2002-03-11  Andreas Jaeger  <aj@suse.de>
8240
8241         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
8242         support.
8243         Patch by Susanne Oberhauser <froh@SuSE.de>.
8244
8245 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8246
8247         * inet/rexec.c (ahostbuf): Define as static.
8248
8249         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
8250         (__ctype32_wctrans): Likewise.
8251         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
8252         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
8253         (__ctype32_wctrans): Likewise.
8254         (__ctype32_width): Likewise.
8255
8256         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
8257         They were never exported anyway.
8258
8259         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
8260         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
8261         exported.
8262         * include/sys/gmon.h: Declare _gmonparam.
8263
8264         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
8265         symbols for getdents64.  They were never exported.
8266
8267 2002-03-09  Roland McGrath  <roland@frob.com>
8268
8269         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
8270         Reported by Jon Arney <jarney1@cox.net>.
8271
8272 2002-02-23  Roland McGrath  <roland@frob.com>
8273
8274         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
8275         declaration.
8276         (__hurd_errno_location): Function removed.
8277
8278 2002-03-06  Andreas Jaeger  <aj@suse.de>
8279
8280         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
8281         32-bit.
8282
8283 2002-03-04  Andreas Jaeger  <aj@suse.de>
8284
8285         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
8286
8287         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
8288         x86-64.
8289
8290         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
8291
8292         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
8293
8294         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
8295
8296         * sysdeps/x86_64/bits/setjmp.h: New file.
8297
8298         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
8299
8300         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
8301
8302         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
8303         for x86.
8304         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
8305         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
8306
8307 2002-02-28  Bo Thorsen  <bo@suse.de>
8308
8309         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
8310         version.
8311
8312 2002-03-03  Andreas Jaeger  <aj@suse.de>
8313
8314         * sysdeps/x86_64/bits/wordsize.h: New file.
8315
8316         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
8317         * elf/tst-tlsmod1.c: Likewise.
8318
8319         * posix/regcomp.c: Get regex.h from include dir for internal
8320         prototypes.
8321
8322         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
8323         to libc-internal.h and include it.
8324         * include/libc-internal.h: Add __init_misc.
8325
8326         * misc/init-misc.c: Include libc-internal.h for prototypes.
8327
8328         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
8329
8330         * misc/error.c [_LIBC]: Include libioP.h for prototype of
8331         _IO_putc_internal.
8332
8333 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
8334
8335         * posix/regcomp.c: Compatibility changes to allow using the code
8336         outside glibc.
8337
8338 2002-02-28  Hartvig Ekner <hartvige@mips.com>
8339
8340         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
8341         compiled non-PIC.
8342
8343 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
8344
8345         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
8346         of .str elements in the returned data structure.
8347
8348         * elf/elf.h: Add Alpha TLS bits.
8349
8350 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8351
8352         * sysdeps/unix/sysv/linux/nice.c: New file.
8353
8354 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
8355
8356         * elf/Makefile (dl-routines): Add dl-origin.
8357         (elide-routines.os): Add dl-origin.
8358         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
8359         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
8360         _dl_debug_state.
8361         * include/libc-symbols.c: Define attribute_hidden depending on
8362         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
8363
8364         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
8365         * elf/dl-load.c: Likewise.
8366         * elf/rtld.c: Likewise.
8367         * include/unistd.h: Declare __libc_enable_secure_internal.
8368         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
8369         Use INTUSE with __libc_enable_secure.
8370         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8371
8372         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
8373         * elf/dl-error.c: Likewise,
8374         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
8375
8376         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
8377         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
8378         function definition.  Use INTDEF with _dl_get_origin.
8379         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8380
8381         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
8382         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
8383
8384         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
8385         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
8386         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
8387
8388         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
8389         * elf/dl-deps.c: Likewise.
8390         * elf/dl-error.c: Likewise.
8391         * elf/dl-fini.c: Likewise.
8392         * elf/dl-init.c: Likewise.
8393         * elf/dl-load.c: Likewise.
8394         * elf/dl-lookup.c: Likewise.
8395         * elf/dl-reloc.c: Likewise.
8396         * elf/dl-version.c: Likewise.
8397         * elf/do-lookup.h: Likewise.
8398         * sysdeps/arm/dl-machine.h: Likewise.
8399         * sysdeps/cris/dl-machine.h: Likewise.
8400         * sysdeps/hppa/dl-machine.h: Likewise.
8401         * sysdeps/i386/dl-machine.h: Likewise.
8402         * sysdeps/m68k/dl-machine.h: Likewise.
8403         * sysdeps/powerpc/dl-machine.h: Likewise.
8404         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8405         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8406         * sysdeps/sh/dl-machine.h: Likewise.
8407         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
8408         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
8409         * sysdeps/x86_64/dl-machine.h: Likewise.
8410         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
8411         _dl_argv[0].  Use INTUSE with _dl_argv.
8412         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
8413         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
8414
8415 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8416
8417         * elf/rtld.c (_rtld_global): Remove .protected.
8418         (_rtld_local): Strong alias to _rtld_global.
8419         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
8420         only .os object.
8421         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
8422         _rtld_local instead of _rtld_global.
8423         (_rtld_local): Add hidden extern, possibly in .sdata section.
8424         * configure.in: Add tests for visibility attribute and .sdata.
8425         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
8426         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
8427         * sysdeps/arm/dl-machine.h: Likewise.
8428         * sysdeps/generic/ldsodefs.h: Likewise.
8429         * sysdeps/hppa/dl-machine.h: Likewise.
8430         * sysdeps/cris/dl-machine.h: Likewise.
8431         * sysdeps/i386/dl-machine.h: Likewise.
8432         * sysdeps/ia64/dl-machine.h: Likewise.
8433         * sysdeps/m68k/dl-machine.h: Likewise.
8434         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8435         * sysdeps/mips/dl-machine.h: Likewise.
8436         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8437         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8438         * sysdeps/sh/dl-machine.h: Likewise.
8439         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8440         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8441         * sysdeps/x86_64/dl-machine.h: Likewise.
8442
8443 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8444
8445         * login/login.c (login): Always initialize ut_line field
8446         [PR libc/2991].
8447
8448 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8449
8450         * sysdeps/i386/Makefile (sysdep_routines): Add
8451         divdi3 in csu dir.
8452         (shared-only-routines): Likewise.
8453         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
8454         (shared-only-routines): Likewise.
8455         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
8456         (shared-only-routines): Likewise.
8457         * sysdeps/wordsize-32/divdi3.c: New file.
8458
8459 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8460
8461         * locale/iso-4217.def: Remove obsolete currencies for countries
8462         with Euro.
8463
8464 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
8465
8466         * posix/regcomp.c (regcomp): Remove a redundant condition.
8467         (init_word_char): Add a check on malloc failure.
8468         (create_initial_state): Likewise.
8469         (duplicate_node): Likewise.
8470         (calc_eclosure): Likewise.
8471         (calc_eclosure_iter): Likewise.
8472         (parse_expression): Likewise.
8473         (parse_bracket_exp): Remove unnecessary malloc invocations.
8474         (build_equiv_class): Likewise.
8475         (build_charclass): Likewise.
8476         * posix/regex_internal.c (re_node_set_intersect): Add a check
8477         on malloc failure.
8478         (re_node_set_add_intersect): Likewise.
8479         (re_node_set_merge): Likewise.
8480         (re_acquire_state): Likewise.
8481         (re_acquire_state_context): Likewise.
8482         (create_newstate_common): Likewise.
8483         (register_state): Likewise.
8484         (create_ci_newstate): Likewise.
8485         (create_cd_newstate): Likewise.
8486         * posix/regex_internal.h: Fix prototypes of re_acquire_state
8487         and re_acquire_state_context.
8488         * posix/regexec.c (regexec): Suit it to the error handling of
8489         re_search_internal.
8490         (re_match): Likewise.
8491         (re_search): Likewise.
8492         (re_search_internal): Add a check on malloc failure.
8493         (acquire_init_state_context): Likewise.
8494         (check_matching): Likewise.
8495         (proceed_next_node): Likewise.
8496         (set_regs): Likewise.
8497         (sift_states_backward): Likewise.
8498         (sift_states_iter_bkref): Likewise.
8499         (add_epsilon_backreference): Likewise.
8500         (transit_state): Likewise.
8501         (transit_state_sb): Likewise.
8502         (transit_state_mb): Likewise.
8503         (transit_state_bkref_loop): Likewise.
8504         (build_trtable): Likewise.
8505         (group_nodes_into_DFAstates): Likewise.
8506         (match_ctx_init): Likewise.
8507         (match_ctx_add_entry): Likewise.
8508
8509 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8510
8511         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
8512         l_libname if profiling is enabled [PR libc/2916].
8513
8514         * sysdeps/ia64/dl-tls.h: New file.
8515
8516 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
8517
8518         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
8519         Work around an Alpha gas bug.
8520
8521 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8522
8523         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
8524         uses read to load the catalog.
8525         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
8526
8527 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
8528
8529         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
8530         regex_internal.c, and regex_internal.h.
8531         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
8532         * posix/regex.c: Complete rewrite.
8533         * posix/regexec.c: New file.
8534         * posix/regcomp.c: New file.
8535         * posix/regex_internal.c: New file.
8536         * posix/regex_internal.h: New file.
8537         * posix/regex.h (RE_ICASE): New macro.
8538         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
8539
8540         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
8541         ungetwc.  It's a macro.
8542         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
8543         implementation.
8544         Reported by Jason Merrill <jason@redhat.com>.
8545
8546 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8547
8548         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
8549         position to fp->_offset if it is set.
8550         * stdio-common/Makefile (tests): Add tst-fdopen.
8551         * stdio-common/tst-fdopen.c: New test.
8552
8553 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8554
8555         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
8556         * stdio-common/tst-ungetc.c (main): Add another test.
8557
8558 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
8559
8560         * assert/assert-perr.c: Use INTUSE to reference functions and variables
8561         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
8562         aliases.  Add prototypes for the new aliases.
8563         * assert/assert.c: Likewise.
8564         * include/libc-symbols.h: Likewise.
8565         * include/stdio.h: Likewise.
8566         * include/netinet/in.h: Likewise.
8567         * include/rpc/auth.h: Likewise.
8568         * include/rpc/auth_unix.h: Likewise.
8569         * include/rpc/key_prot.h: Likewise.
8570         * include/rpc/pmap_prot.h: Likewise.
8571         * include/rpc/pmap_rmt.h: Likewise.
8572         * include/rpc/rpc_msg.h: Likewise.
8573         * include/rpc/xdr.h: Likewise.
8574         * inet/gethstbyad_r.c: Likewise.
8575         * inet/gethstbynm2_r.c: Likewise.
8576         * inet/gethstbynm_r.c: Likewise.
8577         * inet/gethstent_r.c: Likewise.
8578         * inet/in6_addr.c: Likewise.
8579         * libio/__fpurge.c: Likewise.
8580         * libio/filedoalloc.c: Likewise.
8581         * libio/fileops.c: Likewise.
8582         * libio/ftello.c: Likewise.
8583         * libio/ftello64.c: Likewise.
8584         * libio/genops.c: Likewise.
8585         * libio/iofclose.c: Likewise.
8586         * libio/iofdopen.c: Likewise.
8587         * libio/iofflush.c: Likewise.
8588         * libio/iofflush_u.c: Likewise.
8589         * libio/iofgetpos.c: Likewise.
8590         * libio/iofgetpos64.c: Likewise.
8591         * libio/iofgets.c: Likewise.
8592         * libio/iofgets_u.c: Likewise.
8593         * libio/iofopen.c: Likewise.
8594         * libio/iofopncook.c: Likewise.
8595         * libio/iofputs.c: Likewise.
8596         * libio/iofread.c: Likewise.
8597         * libio/iofread_u.c: Likewise.
8598         * libio/iofsetpos.c: Likewise.
8599         * libio/iofsetpos64.c: Likewise.
8600         * libio/ioftell.c: Likewise.
8601         * libio/iofwrite.c: Likewise.
8602         * libio/iogetline.c: Likewise.
8603         * libio/iogets.c: Likewise.
8604         * libio/iogetwline.c: Likewise.
8605         * libio/iolibio.h: Likewise.
8606         * libio/iopadn.c: Likewise.
8607         * libio/iopopen.c: Likewise.
8608         * libio/ioseekoff.c: Likewise.
8609         * libio/ioseekpos.c: Likewise.
8610         * libio/iosetbuffer.c: Likewise.
8611         * libio/iosetvbuf.c: Likewise.
8612         * libio/ioungetc.c: Likewise.
8613         * libio/ioungetwc.c: Likewise.
8614         * libio/iovdprintf.c: Likewise.
8615         * libio/iovsprintf.c: Likewise.
8616         * libio/iovsscanf.c: Likewise.
8617         * libio/libioP.h: Likewise.
8618         * libio/memstream.c: Likewise.
8619         * libio/obprintf.c: Likewise.
8620         * libio/oldfileops.c: Likewise.
8621         * libio/oldiofclose.c: Likewise.
8622         * libio/oldiofdopen.c: Likewise.
8623         * libio/oldiofgetpos.c: Likewise.
8624         * libio/oldiofgetpos64.c: Likewise.
8625         * libio/oldiofopen.c: Likewise.
8626         * libio/oldiofsetpos.c: Likewise.
8627         * libio/oldiofsetpos64.c: Likewise.
8628         * libio/oldiopopen.c: Likewise.
8629         * libio/oldstdfiles.c: Likewise.
8630         * libio/putc.c: Likewise.
8631         * libio/setbuf.c: Likewise.
8632         * libio/setlinebuf.c: Likewise.
8633         * libio/stdfiles.c: Likewise.
8634         * libio/stdio.c: Likewise.
8635         * libio/strops.c: Likewise.
8636         * libio/vasprintf.c: Likewise.
8637         * libio/vscanf.c: Likewise.
8638         * libio/vsnprintf.c: Likewise.
8639         * libio/vswprintf.c: Likewise.
8640         * libio/wfiledoalloc.c: Likewise.
8641         * libio/wfileops.c: Likewise.
8642         * libio/wgenops.c: Likewise.
8643         * libio/wstrops.c: Likewise.
8644         * malloc/mtrace.c: Likewise.
8645         * misc/error.c: Likewise.
8646         * misc/syslog.c: Likewise.
8647         * nss/getXXbyYY_r.c: Likewise.
8648         * nss/getXXent_r.c: Likewise.
8649         * nss/hosts-lookup.c: Likewise.
8650         * stdio-common/getw.c
8651         * stdio-common/printf-prs.c: Likewise.
8652         * stdio-common/printf_fp.c: Likewise.
8653         * stdio-common/printf_size.c: Likewise.
8654         * stdio-common/putw.c: Likewise.
8655         * stdio-common/scanf.c: Likewise.
8656         * stdio-common/sprintf.c: Likewise.
8657         * stdio-common/tmpfile64.c: Likewise.
8658         * stdio-common/vfprintf.c: Likewise.
8659         * stdio-common/vfscanf.c: Likewise.
8660         * stdlib/strfmon.c: Likewise.
8661         * sunrpc/auth_des.c: Likewise.
8662         * sunrpc/auth_none.c: Likewise.
8663         * sunrpc/auth_unix.c: Likewise.
8664         * sunrpc/authdes_prot.c: Likewise.
8665         * sunrpc/authuxprot.c: Likewise.
8666         * sunrpc/clnt_perr.c: Likewise.
8667         * sunrpc/clnt_raw.c: Likewise.
8668         * sunrpc/clnt_tcp.c: Likewise.
8669         * sunrpc/clnt_udp.c: Likewise.
8670         * sunrpc/clnt_unix.c: Likewise.
8671         * sunrpc/key_call.c: Likewise.
8672         * sunrpc/key_prot.c: Likewise.
8673         * sunrpc/openchild.c: Likewise.
8674         * sunrpc/pm_getmaps.c: Likewise.
8675         * sunrpc/pm_getport.c: Likewise.
8676         * sunrpc/pmap_clnt.c: Likewise.
8677         * sunrpc/pmap_prot.c: Likewise.
8678         * sunrpc/pmap_prot2.c: Likewise.
8679         * sunrpc/pmap_rmt.c: Likewise.
8680         * sunrpc/rpc_cmsg.c: Likewise.
8681         * sunrpc/rpc_prot.c: Likewise.
8682         * sunrpc/svc_authux.c: Likewise.
8683         * sunrpc/svc_raw.c: Likewise.
8684         * sunrpc/svc_simple.c: Likewise.
8685         * sunrpc/svc_tcp.c: Likewise.
8686         * sunrpc/svc_udp.c: Likewise.
8687         * sunrpc/svc_unix.c: Likewise.
8688         * sunrpc/xdr.c: Likewise.
8689         * sunrpc/xdr_array.c: Likewise.
8690         * sunrpc/xdr_mem.c: Likewise.
8691         * sunrpc/xdr_rec.c: Likewise.
8692         * sunrpc/xdr_ref.c: Likewise.
8693         * sunrpc/xdr_stdio.c: Likewise.
8694         * sysdeps/generic/_strerror.c: Likewise.
8695         * sysdeps/generic/printf_fphex.c: Likewise.
8696         * sysdeps/generic/tmpfile.c: Likewise.
8697         * sysdeps/gnu/errlist.awk: Likewise.
8698         * sysdeps/gnu/errlist.c: Likewise.
8699
8700         * libio/Makefile (routines): Remove iosprint.
8701         * libio/iosprintf.c: Removed
8702
8703
8704 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
8705
8706         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
8707         non_dynamic_init and exported now.
8708         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
8709         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
8710         !SHARED.
8711         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8712         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8713         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8714
8715 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
8716
8717         * elf/dl-close.c (free_slotinfo): Check for end of list and return
8718         true in this case.
8719
8720         * locale/iso-639.def: Add language codes for Walloon.
8721
8722         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
8723         total number of relocations performed.
8724
8725         * elf/sprof.c (load_profdata): If do_test provide information as
8726         to why loading failed.
8727         * elf/dl-profile.c (_dl_start_profile): Initialize all of
8728         hist_hdr.dimen.
8729
8730         * csu/set-init.c: Moved to...
8731         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
8732         * csu/Makefile: Don't compile set-init.
8733         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
8734         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
8735         to __libc_init.
8736         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8737         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8738         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
8739         __libc_init.
8740         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
8741         __libc_subinit.
8742
8743 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
8744
8745         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
8746         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
8747         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
8748         (_dl_deallocate_tls): New function.
8749         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
8750         _dl_deallocate_tls.
8751
8752 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
8753
8754         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
8755         * stdio-common/tst-fseek.c (main): Add test for this.
8756
8757 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
8758
8759         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
8760
8761 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
8762
8763         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
8764         pointer before dereferencing.
8765
8766 2002-02-18  Roland McGrath  <roland@frob.com>
8767
8768         * sysdeps/mach/hurd/times.c: Fix typo in last change.
8769
8770         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
8771         Use task_policy in place of task_priority.
8772
8773         * sysdeps/generic/bits/mman.h
8774         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
8775         * sysdeps/mach/msync.c: New file.
8776
8777         * sysdeps/mach/powerpc/syscall.S: New file.
8778
8779         * mach/msg.c [MACH_MSG_OVERWRITE]
8780         (__mach_msg_trap, __mach_msg_overwrite): New functions.
8781         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
8782
8783         * sysdeps/mach/configure.in: Check for clock.defs to put into
8784         mach_interface_list.
8785         * sysdeps/mach/configure: Regenerated.
8786
8787         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
8788         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
8789         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
8790         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
8791         (mach-shortcuts): Add device_read_overwrite_request,
8792         device_read_overwrite, vm_read_overwrite, thread_switch.
8793
8794         * configure.in (base_machine): Set to $machine by default.
8795         * configure: Regenerated.
8796
8797         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
8798         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
8799         * sysdeps/mach/configure: Regenerated.
8800         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
8801
8802         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
8803
8804         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
8805
8806         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
8807         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
8808
8809 2002-02-17  Roland McGrath  <roland@frob.com>
8810
8811         * sysdeps/mach/hurd/times.c
8812         [NO_CREATION_TIME] (startup_time): New static variable.
8813         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
8814         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
8815         creation_time from task_basic_info.
8816         (__times): Use __gettimeofday instead of __host_get_time.
8817
8818         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
8819         Use untyped Mach IPC message format.
8820
8821         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
8822
8823         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
8824         _S_catch_exception_raise_state_identity,
8825         _hurdsig_fault_catch_exception_raise_state,
8826         _hurdsig_fault_catch_exception_raise_state_identity.
8827
8828         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
8829
8830         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
8831         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
8832
8833         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
8834         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
8835
8836         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
8837         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
8838         them as no-op macros.
8839         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
8840         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
8841
8842         * sysdeps/powerpc/dl-machine.h
8843         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
8844
8845         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
8846         Use untyped Mach IPC message format.
8847
8848         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
8849         Handle untyped Mach IPC message formats.
8850
8851         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
8852         Expect different argument conventions when this is defined.
8853         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
8854         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
8855         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
8856         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
8857         for OSF Mach variant.
8858         (faulted): Use mig_reply_error_t for REPLY.
8859         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
8860         in __thread_set_exception_ports call.
8861         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
8862         __mach_port_set_attributes in place of __mach_port_set_qlimit.
8863
8864         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
8865         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
8866         on Darwin, which includes bogons.
8867
8868         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
8869         variable LOADBASE so it's not declared when it's not used.
8870
8871 2002-02-16  Roland McGrath  <roland@frob.com>
8872
8873         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
8874         to use BI.creation_time.
8875
8876         * mach/Machrules (MIG): Add -x c to CPP value passed down.
8877
8878         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
8879         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
8880         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
8881         host_page_size instead of vm_statistics.
8882
8883         * sysdeps/mach/Makefile (mach-before-compile): Don't include
8884         mach_interface.h here, since not all variants use that name.
8885
8886         * sysdeps/mach/configure.in: Add some checks for Mach headers
8887         to ensure a sane installation.
8888         (mach_interface_list): Define this variable by checking for .defs
8889         files found in various variants.
8890         * configure.in (mach_interface_list): AC_SUBST this.
8891         * config.make.in (mach-interface-list): New substituted variable.
8892         * mach/Makefile (user-interfaces): Define this using the value
8893         of $(mach-interface-list) instead of mach, mach4.
8894         Updated other references to mach_interface to use it as well.
8895
8896         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
8897
8898         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
8899         mig_reply_error_t for OSF Mach variant.
8900
8901         * mach/Makefile (routines): Remove bootprivport.
8902         * mach/bootprivport.c: File removed.  It has never been used.
8903
8904         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
8905         Grok the OSF flavor of message format.
8906         (mach_msg_destroy_port): For MAKE_SEND and
8907         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
8908         no-senders notification.
8909
8910 2002-02-06  Roland McGrath  <roland@frob.com>
8911
8912         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
8913         to here if 2.0 compatibility enabled ...
8914         (libc: GLIBC_2.1.3): ... from here.
8915
8916 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
8917
8918         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
8919         generation counter.
8920         * elf/dl-close.c (_dl_close): Likewise.
8921
8922 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
8923
8924         * elf/Makefile: Add rules to build and run tst-tls8.
8925         * elf/tst-tls8.c: New file.
8926         * elf/tst-tlsmod4.c: New file.
8927
8928         * stdlib/test-a64l.c (tests): Add more test cases.
8929
8930         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
8931         Reported by Walter Harms <WHarms@bfs.de>.
8932
8933 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
8934
8935         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
8936         definitions for struct sigcontext.
8937         Suggested by David Mosberger-Tang.
8938
8939 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8940
8941         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
8942         for removing reference of module in slotinfo list.
8943         (_dl_close): Use remove_slotinfo.
8944         * sysdeps/generic/dl-tls.c: General pretty printing.
8945         (oom): Define only if SHARED.
8946         (_dl_next_tls_modid): Correct starting point for the case we assume
8947         there is a gap.  Add missing instruction grouping (doh!).  Correct
8948         tests for reaching maximum index.
8949         * elf/Makefile: Add rules to build and run tst-tls7.
8950         * elf/tst-tls7.c: New file.
8951         * elf/tst-tlsmod3.c: New file.
8952
8953         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
8954         USE_TLS.
8955         * elf/tst-tlsmod2.c: Likewise.
8956
8957         * elf/dl-close.c (_dl_close): When closing an object using TLS
8958         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
8959         true.  Increment dl_tls_generation only if we closed any TLS-using
8960         object.
8961         * elf/tst-tls6.c: New file.
8962         * elf/Makefile: Add rules to build and run tst-tls6.
8963
8964         * po/da.po: Update from translation team.
8965
8966         * locale/categories.def: Fix typo [PR libc/2948].
8967         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
8968         [PR libc/2949].
8969         * locale/iso-4217.def: Update from official version [PR libc/2950].
8970         * glibcbug.in: Honor TMPDIR [PR libc/2951].
8971         * locale/programs/ld-collate.c (collate_finish): Bail out with a
8972         message if input is too confusion instead of using assert.
8973         (collate_read): Don't crash on unknown symbol [PR libc/2952].
8974         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
8975
8976         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
8977         * elf/tst-tls2.c: Likewise.
8978         * elf/tst-tls3.c: Likewise.
8979
8980 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8981
8982         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
8983
8984 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8985
8986         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
8987         if this is really necessary.
8988
8989         * elf/dl-close.c (_dl_close): Implement freeing entries in the
8990         slotinfo array.
8991         (free_mem): Free memory for the slotinfo array if possible.
8992
8993 2002-02-12  Andreas Schwab  <schwab@suse.de>
8994
8995         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
8996
8997 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
8998
8999         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
9000         TLS_DTV_UNALLOCATE.
9001         (oom): New function.
9002         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
9003         (_dl_determine_tlsoffset): Likewise.
9004         (_dl_allocate_tls): Likewise.
9005         (__TLS_GET_ADDR): Define if not already defined.
9006         (_dl_tls_symaddr): New function.
9007         (allocate_and_init): New function.
9008         (__tls_get_addr): Actually implement handling of generation counter
9009         and deferred allocation.
9010         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
9011         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
9012         _dl_tls_generation.
9013         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
9014         Declare _dl_tls_symaddr.
9015         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
9016         SHARED.
9017         * include/link.h (struct link_map):  Remove l_tls_nextimage and
9018         l_tls_previmage.
9019         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
9020         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
9021         (_dl_vsym): Likewise.
9022         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
9023         layout.
9024         (dl_main): Allow PT_TLS be present for empty segment.  Remove
9025         nextimage list handling.  Instead add all modules using TLS to
9026         dl_tls_dtv_slotinfo_list.
9027         * elf/dl-open.c (dl_open_worker): After successfully loading all
9028         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
9029         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
9030         empty segment don't do anything.  Remove handling of initimage list.
9031         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
9032         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
9033         * elf/dl-minimal.c: Define __libc_memalign.
9034         * elf/dl-support.c: Remove _dl_initimage_list.  Add
9035         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
9036         _dl_tls_generation.
9037         * include/stdlib.h: Declare __libc_memalign.
9038
9039         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
9040         * elf/tst-tls4.c: New file.
9041         * elf/tst-tls5.c: New file.
9042         * elf/tst-tlsmod2.c: New file.
9043
9044         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
9045
9046         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
9047
9048         * elf/tst-tls1.c: Use test-skeleton.c.
9049         * elf/tst-tls2.c: Likewise.
9050         * elf/tst-tls3.c: Likewise.
9051
9052         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
9053
9054 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
9055
9056         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
9057
9058 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
9059
9060         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
9061
9062         * elf/tst-tls3.c: New file.
9063         * elf/tst-tlsmod1.c: New file.
9064         * elf/Makefile: Add rules to build and run tst-tls3.
9065
9066         * sysdeps/i386/dl-machine.h: Include <tls.h>.
9067         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
9068         TLS relocations.
9069
9070         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
9071
9072         * po/fr.po: Update from translation team.
9073
9074         * elf/tls-macros.h: Add alternative macros for use in PIC.
9075
9076         * elf/dl-lookup.c: Include <tls.h>.
9077         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
9078
9079         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
9080         required by passing pointer to last element of the list.
9081
9082         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
9083         l_tls_initimage to a place where it actually is performed.
9084
9085         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
9086         after globfree() calls.
9087
9088         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
9089         (openaux): Pass open_mode as new last argument to _dl_map_object.
9090         (_dl_map_object_deps): Add new argument open_mode.  Initialize
9091         open_mode element of args variable with it.
9092         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
9093         _dl_map_object_deps.
9094         * elf/rtld.c (dl_main): Add zero as last parameter to
9095         _dl_map_object_deps call.
9096         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
9097         * elf/nodlopen2.c: New file.
9098         * elf/nodlopenmod2.c: New file.
9099         * elf/Makefile: Add rules to build and run nodlopen2.
9100
9101         * elf/tst-tls1.c: Move TLS helper macros to...
9102         * elf/tls-macros.h: ...here.  New file.
9103         * elf/tst-tls2.c: New file.
9104         * elf/Makefile (tests): Add tst-tls2.
9105         (distribute): Add tls-macros.h.
9106
9107         * po/sv.po: Update from translation team.
9108
9109         * elf/tst-tls1.c (main): Add complete set of tests.  Split
9110         architecture specific definitions from the actual test code.
9111
9112         * po/tr.po: Update from translation team.
9113
9114 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
9115
9116         * elf/Makefile (tests): Add tst-tls1.
9117         * elf/tst-tls1.c: New file.
9118
9119         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
9120         alignment of TCB for now.
9121
9122         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
9123         initialization image for the application itself.
9124
9125         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
9126         loop to initialize TLS block.
9127
9128 2002-02-08  Richard Henderson  <rth@redhat.com>
9129
9130         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
9131         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
9132
9133         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
9134
9135 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
9136
9137         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
9138
9139 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
9140
9141         * po/ca.po: Update from translation team.
9142         * po/sk.po: Likewise.
9143
9144         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
9145         (dl_main): Move dtv/static TLS handling before relocation.
9146         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
9147         TLS_INIT_TP to allocate and install the dtv/static TLS block.
9148         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
9149         so far uses TLS initialize GL(dl_tls_static_size) and
9150         GL(dl_tls_static_align) to account for the TCB.
9151         (_dl_allocate_tls): New function.
9152         * sysdeps/generic/ldsodefs.h (rtld_global): Add
9153         _dl_initial_dtv_malloced.
9154
9155         * configure.in: Test for __builtin_memset more realistically.
9156
9157         * csu/version.c (banner): If TLS support is available say so.
9158
9159 2002-02-04  H.J. Lu  <hjl@gnu.org>
9160
9161         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
9162         __attribute_used__.
9163         (__dl_runtime_resolve): Likewise.
9164
9165         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
9166         declaration.
9167
9168 2001-11-15  H.J. Lu  <hjl@gnu.org>
9169
9170         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
9171         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
9172
9173         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
9174
9175 2002-02-07  H.J. Lu  <hjl@gnu.org>
9176
9177         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
9178         ".set noreorder".
9179         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
9180         Likewise.
9181
9182 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9183
9184         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
9185
9186         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
9187         ___tls_get_addr_internal.
9188         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
9189
9190         * po/ko.po: Update from translation team.
9191
9192 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
9193
9194         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
9195         attribute, change __pad{1,2} type to unsigned int.
9196         (struct stat64): Remove packed attribute.
9197
9198 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9199
9200         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
9201
9202 2002-02-07  Andreas Schwab  <schwab@suse.de>
9203
9204         * configure.in: Fix check for -zcombreloc.
9205
9206 2002-02-06  H.J. Lu  <hjl@gnu.org>
9207
9208         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
9209         * configure.in: Check if __builtin_memset really works.
9210         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
9211         __GNUC_PREREQ (2, 96) before using __builtin_memset.
9212
9213 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
9214
9215         * io/bug-ftw3.c (main): Don't try the test if root.
9216
9217 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9218
9219         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
9220         constraints.
9221         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
9222         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
9223         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
9224         Likewise.
9225         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
9226         a weak alias for __clone.
9227         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
9228         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
9229         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
9230         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
9231         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
9232         a weak alias for __mmap64.
9233
9234 2002-02-05  H.J. Lu  <hjl@gnu.org>
9235
9236         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
9237         (atomic_add): Likewise.
9238         (compare_and_swap): Likewise.
9239         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
9240
9241 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9242
9243         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
9244
9245         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
9246         alignment of the TCB and store total size and alignment of static
9247         TLS block in _dl_tls_static_size and _dl_tls_static_align.
9248         tls_index is a typedef.
9249         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
9250         _dl_tls_static_align.
9251         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
9252         * elf/dl-support.c: Define _dl_tls_static_size and
9253         _dl_tls_static_align.
9254
9255 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9256
9257         * configure.in: Add --without-tls option.
9258         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
9259         --without-tls is given.
9260
9261         * sysdeps/generic/dl-tls.c: Include <tls.h>.
9262
9263         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
9264
9265 2002-02-06  Roland McGrath  <roland@frob.com>
9266
9267         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
9268         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
9269
9270         * scripts/versions.awk: Improve error message for missing version.
9271         Each version inherits from the last one only if they have the same
9272         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
9273         but not GLIBC_x and FOO_y.
9274
9275         * scripts/firstversions.awk: Handle libraries that don't have each
9276         particular version named in the third column of shlib-versions.
9277
9278         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
9279
9280 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9281
9282         * Versions.def [ld]: Add GLIBC_2.3.
9283         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
9284         * elf/Makefile (dl-routines): Add dl-tls.
9285         (distribute): Add dl-tls.h.
9286         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9287         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9288         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
9289         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
9290         along with the other info in the link map.  Change queueing of init
9291         images for double linked list.  Use _dl_next_tls_modid to compute
9292         l_tls_modid.
9293         * elf/rtld.c (_dl_start_final): Store alignment requirement
9294         along with the other info in rtld map and executable map.
9295         (dl_main): Add ld.so to the init image list if necessary.  Compute
9296         final module ID with _dl_next_tls_modid.
9297         * include/link.h (struct link_map): Add l_tls_previmage and
9298         l_tls_align.
9299         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9300         * sysdeps/i386/elf/Versions: New file.
9301         * sysdeps/generic/dl-tls.c: New file.
9302         * sysdeps/generic/dl-tls.h: New file.
9303         * sysdeps/i386/dl-tls.h: New file.
9304
9305 2002-02-06  Roland McGrath  <roland@frob.com>
9306
9307         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
9308         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
9309
9310 2002-01-05  Roland McGrath  <roland@frob.com>
9311
9312         * sysdeps/mach/configure.in: New file.
9313         * sysdeps/mach/configure: New generated file.
9314
9315         * mach/Makefile (user-interfaces): Remove default_pager_helper.
9316         It has never been used by anything.
9317
9318 2002-02-06  H.J. Lu  <hjl@gnu.org>
9319
9320         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
9321         is included.
9322
9323 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9324
9325         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
9326         attribute((packed)) to counter stupid people misusing gcc options.
9327         (struct stat64): Likewise.
9328
9329 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9330
9331         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
9332         the variables which are used as booleans.
9333
9334 2002-02-06  Andreas Jaeger  <aj@suse.de>
9335
9336         * include/libc-symbols.h (INTUSE): Renamed from INT.
9337         * elf/dl-deps.c: Change users.
9338         * sysdeps/generic/dl-sysdep.c: Likewise.
9339         * sysdeps/generic/dl-cache.c: Likewise.
9340         * elf/dl-reloc.c: Likewise.
9341         * elf/rtld.c: Likewise.
9342         * elf/dl-version.c: Likewise.
9343         * elf/dl-load.c: Likewise.
9344         * elf/dl-dst.h: Likewise.
9345         * elf/dl-init.c: Likewise.
9346         * elf/dl-error.c: Likewise.
9347         * elf/dl-fini.c: Likewise.
9348         * elf/dl-runtime.c: Likewise.
9349         * elf/do-lookup.h: Likewise.
9350
9351         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
9352         definition.
9353         * stdio-common/_itowa.h: Likewise.
9354
9355 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9356
9357         * elf/dl-minimal.c: Define _itoa_lower_digits.
9358
9359         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
9360         DT_FLAGS set.
9361
9362         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
9363         loading modules with the DF_STATIC_TLS flag set.
9364         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
9365         element.
9366         * include/link.h (struct link_map): Add l_flags field.
9367         * elf/elf.h (DF_STATIC_TLS): New definition.
9368
9369         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
9370         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
9371
9372         * elf/rtld.c (process_dl_debug): Correct printing help message.
9373         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
9374         for %s.
9375
9376         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
9377         definition and pass &errno in use of this variable.
9378         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
9379
9380 2002-02-04  Andreas Schwab  <schwab@suse.de>
9381
9382         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
9383         * locale/programs/charmap-dir.c: Wrap calls that output messages
9384         with WITH_CUR_LOCALE.  Include "localedef.h" first.
9385         * locale/programs/charmap.c: Likewise.
9386         * locale/programs/ld-address.c: Likewise.
9387         * locale/programs/ld-collate.c: Likewise.
9388         * locale/programs/ld-ctype.c: Likewise.
9389         * locale/programs/ld-identification.c: Likewise.
9390         * locale/programs/ld-measurement.c: Likewise.
9391         * locale/programs/ld-messages.c: Likewise.
9392         * locale/programs/ld-monetary.c: Likewise.
9393         * locale/programs/ld-name.c: Likewise.
9394         * locale/programs/ld-numeric.c: Likewise.
9395         * locale/programs/ld-paper.c: Likewise.
9396         * locale/programs/ld-telephone.c: Likewise.
9397         * locale/programs/ld-time.c: Likewise.
9398         * locale/programs/linereader.c: Likewise.
9399         * locale/programs/linereader.h: Likewise.
9400         * locale/programs/localedef.c: Likewise.
9401         * locale/programs/locfile.c: Likewise.
9402         * locale/programs/repertoire.c: Likewise.
9403
9404 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9405
9406         * elf/rtld.c (_dl_start_final): Determine load address to locate
9407         ehdr with GL(dl_rtld_map).l_map_start.
9408
9409         * po/ca.po: Update from translation team.
9410
9411         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
9412         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
9413         header entry.
9414         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9415         _dl_tls_module_cnt.
9416         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
9417
9418 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
9419
9420         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
9421         * include/link.h (struct link_map): Add various members for TLS
9422         information.
9423         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9424         _rtld_tlsoffset, add _dl_initimage_list.
9425         * sysdeps/i386/dl-lookupcfg.h: New file.
9426         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
9427         TLS relocation.  When using TLS we now use RESOLVE_MAP.
9428         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
9429         is used.
9430
9431         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
9432         unused.
9433
9434         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
9435         thread-pointer as soon as possible.
9436         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
9437         elements in rtld_global.
9438         * sysdeps/generic/tls.h: New file.
9439         * elf/Makefile (distribute): Add tls.h.
9440         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
9441         relocations.  Not complete yet.
9442
9443         * resolv/resolv.h: Allow user to define __need_res_state and only
9444         define __res_start structure then.
9445         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
9446
9447         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
9448         dl_cpuclock_offset initialization to _dl_start_final.
9449         (_dl_show_auxv): Avoid unnecessary sign extension.
9450         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
9451
9452 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9453
9454         * config.h.in: Add HAVE_TLS_SUPPORT.
9455         * sysdeps/i386/elf/configure.in: New file.
9456
9457 2002-02-03  Andreas Schwab  <schwab@suse.de>
9458
9459         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
9460         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
9461
9462 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
9463
9464         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
9465         alloca if the memory reqirements are too high.
9466
9467 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9468
9469         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
9470         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
9471         the former is available anyway and speed isn't important here.
9472         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
9473         * elf/dl-version.c (match_symbol): Likewise.
9474         (_dl_check_map_versions): Likewise.
9475         * elf/rtld.c (process_envvars): Likewise.
9476         (print_statistics): Likewise.
9477         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
9478         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
9479         bases.  Add assert to catch uses of unimplemented features.
9480         (__strsep): Add assert to catch uses of unimplemented features.
9481         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
9482         and avoid inline optimization.
9483         * elf/rtld.c (process_envvars): Likewise.
9484         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
9485         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
9486         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
9487
9488 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9489
9490         * stdio-common/_itoa.h: Minor simplifications of the code.
9491         * stdio-common/_itoa.c: Likewise.
9492
9493         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
9494         instead of _dl_printf for debugging info output.
9495
9496         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
9497         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
9498
9499 2002-02-01  H.J. Lu  <hjl@gnu.org>
9500
9501         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
9502         (atomic_add): Likewise.
9503         (compare_and_swap): Return 0 only when failed to compare. Use
9504         branch likely.
9505
9506         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
9507         branch likely.
9508
9509 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
9510
9511         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
9512
9513 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9514
9515         * elf/dl-minimal.c (__strsep): New minimal implementation.
9516
9517 2002-02-02  Paul Eggert  <eggert@twinsun.com>
9518
9519         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
9520         (__mktime_internal): If no tm_isdst is requested, prefer solutions
9521         with tm_isdst > 0 when the requested time falls within a
9522         spring-forward gap [PR libc/2894].
9523
9524 2002-02-03  Andreas Schwab  <schwab@suse.de>
9525
9526         * stdio-common/tst-rndseek.c: Increase timeout.
9527
9528 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9529
9530         Change ld.so to not use functions which are exported.  One cannot
9531         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
9532         definitions.
9533         * include/libc-symbols.h: Define INT and INTDEF.
9534         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
9535         _dl_signal_error_internal, _dl_map_object_internal,
9536         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
9537         _dl_lookup_versioned_symbol_internal,
9538         _dl_relocate_object_internal, _dl_debug_state_internal,
9539         _dl_start_profile_internal, and _dl_unload_cache_internal.
9540         * include/dlfcn.h: Declare _dl_catch_error_internal.
9541         * elf/rtld.c: Use INT for calls to any of the *_internal functions
9542         above.  Add INTDEF to function definitions.
9543         * elf/dl-debug.c: Likewise.
9544         * elf/dl-deps.c: Likewise.
9545         * elf/dl-dst.h: Likewise.
9546         * elf/dl-error.c: Likewise.
9547         * elf/dl-fini.c: Likewise.
9548         * elf/dl-init.c: Likewise.
9549         * elf/dl-load.c: Likewise.
9550         * elf/dl-lookup.c: Likewise.
9551         * elf/dl-misc.c: Likewise.
9552         * elf/dl-open.c: Likewise.
9553         * elf/dl-profile.c: Likewise.
9554         * elf/dl-reloc.c: Likewise.
9555         * elf/dl-runtime.c: Likewise.
9556         * elf/dl-version.c: Likewise.
9557         * elf/do-lookup.h: Likewise.
9558         * sysdeps/generic/dl-cache.c: Likewise.
9559         * sysdeps/generic/dl-sysdep.c: Likewise.
9560         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
9561         instead of _dl_init.
9562         * sysdeps/arm/dl-machine.h: Likewise.
9563         * sysdeps/cris/dl-machine.h: Likewise.
9564         * sysdeps/hppa/dl-machine.h: Likewise.
9565         * sysdeps/i386/dl-machine.h: Likewise.
9566         * sysdeps/ia64/dl-machine.h: Likewise.
9567         * sysdeps/m68k/dl-machine.h: Likewise.
9568         * sysdeps/mips/dl-machine.h: Likewise.
9569         * sysdeps/mips/mips64/dl-machine.h: Likewise.
9570         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9571         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9572         * sysdeps/sh/dl-machine.h: Likewise.
9573         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9574         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9575         * sysdeps/x86_64/dl-machine.h: Likewise.
9576         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
9577
9578         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
9579         and _dl_debug_initialize.
9580
9581         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
9582         more information.
9583         * elf/rtld.c (dl_main): Avoid strrchr.
9584         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
9585         result of readlink.  Search from the back for '/'.
9586
9587         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
9588         strncpy if possible.
9589
9590         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
9591         strncmp.
9592         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
9593         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
9594         strspn, and strcspn.
9595         (process_envvars): Don't use strcspn.
9596
9597         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
9598         (_dl_dst_substitute): Likewise.
9599
9600 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9601
9602         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
9603         code which is never used when relocating ld.so itself.
9604
9605         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
9606         starting ld.so itself.  Move l_addr variable initialization closer
9607         to use.
9608         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
9609
9610 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9611
9612         * Versions.def (libc): Add GLIBC_PRIVATE.
9613         (libdb, libnss_db, libdb1): Remove.
9614         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
9615         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
9616         (libpthread): Add GLIBC_PRIVATE.
9617         (libresolv): Likewise, remove GLIBC_2.1.
9618         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
9619         GLIBC_2.2.3, GLIBC_2.3.
9620         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
9621         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
9622         _dl_sym, _dl_vsym): Likewise.
9623         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
9624         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
9625         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
9626         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
9627         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
9628         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
9629         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
9630         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
9631         Likewise.
9632         (_dl_object_relocation_scope): Remove.
9633         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
9634         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
9635         __gconv_cache): Move to GLIBC_PRIVATE.
9636         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
9637         __internal_setnetgrent): Likewise.
9638         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
9639         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
9640         * locale/Versions (__collate_element_hash, __collate_element_strings,
9641         __collate_symbol_classes, __collate_symbol_hash,
9642         __collate_symbol_strings, _nl_current_LC_COLLATE,
9643         _nl_current_LC_CTYPE): Likewise.
9644         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
9645         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
9646         (libnss_nis, libnss_nisplus): Likewise.
9647         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
9648         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
9649         (libnss_files): Move all symbols to GLIBC_PRIVATE.
9650         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
9651         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
9652         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
9653         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
9654         __ns_get16, __ns_samename): Likewise.
9655         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
9656         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
9657         GLIBC_PRIVATE.
9658         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
9659         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
9660         __libc_connect): Likewise.
9661         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
9662         Likewise.
9663         * stdlib/Versions (__libc_system): Likewise.
9664         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
9665         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
9666         * sysdeps/ia64/fpu/Versions: Likewise.
9667         * sysdeps/ia64/Versions: Likewise.
9668         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
9669         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
9670         to GLIBC_PRIVATE.
9671         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
9672         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
9673         __libc_sigaction): Likewise.
9674         * termios/Versions (__libc_tcdrain): Likewise.
9675
9676         * misc/sys/cdefs (__attribute_noinline__): Define.
9677         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
9678         __attribute_noinline__.
9679
9680         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
9681         * elf/dl-xstat64.c: New file.
9682         * elf/dl-fxstat64.c: New file.
9683         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
9684         don't export __fxstat64 at multiple versions.
9685         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
9686         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
9687
9688 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
9689
9690         * locale/program/ld-collate.c (collate_finish): Assign a wide
9691         char collation sequence value to multi character collating
9692         elements, and avoid over writing by non-character elements.
9693
9694 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9695
9696         * elf/Makefile (distribute): Add dl-procinfo.c.
9697         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
9698         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
9699
9700 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9701
9702         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
9703         definition.
9704         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
9705         _rtld_global struct.
9706         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9707         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
9708         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9709         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
9710         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
9711         _dl_fpu_control_set): Remove unused externs.
9712         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
9713         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
9714         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
9715         related variables in _rtld_global struct.
9716         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
9717         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
9718         unused extern.
9719
9720 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9721
9722         * sysdeps/generic/dl-procinfo.c: New file.
9723
9724 2002-02-01  Andreas Schwab  <schwab@suse.de>
9725
9726         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
9727
9728 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9729
9730         * elf/rtld.c (_dl_start): Mark as internal_function.
9731         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
9732         in register.
9733         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
9734         General pretty printing.
9735
9736 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9737
9738         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
9739         * elf/dl-reloc.c: Pretty printing.
9740         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
9741         procinfo-related variables in rtld_global struct.
9742         * elf/dl-support.c: Likewise.
9743         * elf/rtld.c: Likewise.
9744         * sysdeps/i386/i686/Makefile: Likewise.
9745         * sysdeps/i386/i686/hp-timing.c: Likewise.
9746         * sysdeps/i386/i686/hp-timing.h: Likewise.
9747         * sysdeps/ia64/Makefile: Likewise.
9748         * sysdeps/ia64/hp-timing.c: Likewise.
9749         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
9750         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
9751         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
9752         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
9753         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
9754         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
9755         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
9756         * sysdeps/x86_64/Makefile: Likewise.
9757
9758         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
9759         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
9760         _dl_debug_fd to rtld_global.
9761         * elf/Versions: Likewise.
9762         * elf/dl-close.c: Likewise.
9763         * elf/dl-iteratephdr.c: Likewise.
9764         * elf/dl-lookup.c: Likewise.
9765         * elf/dl-misc.c: Likewise.
9766         * elf/dl-open.c: Likewise.
9767         * elf/dl-support.c: Likewise.
9768         * elf/do-lookup.h: Likewise.
9769         * elf/rtld.c: Likewise.
9770         * sysdeps/generic/dl-cache.c: Likewise.
9771         * sysdeps/generic/dl-sysdep.c: Likewise.
9772         * sysdeps/ia64/Versions: Likewise.
9773         * sysdeps/unix/clock_gettime.c: Likewise.
9774         * sysdeps/unix/clock_settime.c: Likewise.
9775         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
9776         * sysdeps/sparc/Versions: Removed.
9777         * sysdeps/i386/i686/Versions : Removed.
9778         * sysdeps/x86_64/Versions: Removed.
9779         * configure.in: Define HAVE_PROTECTED if .protected is available.
9780         * config.h.in: Add entry for HAVE_PROTECTED.
9781
9782 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
9783
9784         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
9785         code in struct _rtld_global.  Export this struct, remove all
9786         exports for the signal variables.
9787         * sysdeps/arm/dl-machine: Likewise.
9788         * sysdeps/generic/dl-origin: Likewise.
9789         * sysdeps/generic/dl-sysdep: Likewise.
9790         * sysdeps/generic/dl-cache: Likewise.
9791         * sysdeps/hppa/dl-fptr: Likewise.
9792         * sysdeps/hppa/dl-machine: Likewise.
9793         * sysdeps/cris/dl-machine: Likewise.
9794         * sysdeps/i386/dl-machine: Likewise.
9795         * sysdeps/ia64/dl-machine: Likewise.
9796         * sysdeps/m68k/dl-machine: Likewise.
9797         * sysdeps/mach/hurd/dl-sysdep: Likewise.
9798         * sysdeps/mips/mips64/dl-machine: Likewise.
9799         * sysdeps/mips/dl-machine: Likewise.
9800         * sysdeps/powerpc/elf/libc-start: Likewise.
9801         * sysdeps/powerpc/dl-machine: Likewise.
9802         * sysdeps/powerpc/dl-start: Likewise.
9803         * sysdeps/sparc/sparc32/dl-machine: Likewise.
9804         * sysdeps/sparc/sparc64/dl-machine: Likewise.
9805         * sysdeps/sh/dl-machine: Likewise.
9806         * sysdeps/s390/s390-32/dl-machine: Likewise.
9807         * sysdeps/s390/s390-64/dl-machine: Likewise.
9808         * sysdeps/unix/sysv/aix/libc-start: Likewise.
9809         * sysdeps/unix/sysv/aix/start-libc: Likewise.
9810         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
9811         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
9812         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
9813         * sysdeps/x86_64/dl-machine: Likewise.
9814
9815 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9816
9817         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
9818         are too high.
9819
9820 2002-01-31  Andreas Schwab  <schwab@suse.de>
9821
9822         * sysdeps/posix/readv.c: Check for ssize_t overflow.
9823
9824 2002-01-31  Andreas Schwab  <schwab@suse.de>
9825
9826         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
9827         reference to _dl_pagesize.
9828
9829 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
9830
9831         * Versions.def [ld]: Add GLIBC_2.3.
9832         * elf/dl-addr.c: Move global variables for SHARED code in struct
9833         _rtld_global.  Export this struct, remove all exports for the
9834         signal variables.
9835         * elf/dl-close.c: Likewise.
9836         * elf/dl-conflict.c: Likewise.
9837         * elf/dl-debug.c: Likewise.
9838         * elf/dl-deps.c: Likewise.
9839         * elf/dl-dst.h: Likewise.
9840         * elf/dl-error.c: Likewise.
9841         * elf/dl-fini.c: Likewise.
9842         * elf/dl-init.c: Likewise.
9843         * elf/dl-iteratephdr.c: Likewise.
9844         * elf/dl-libc.c: Likewise.
9845         * elf/dl-load.c: Likewise.
9846         * elf/dl-lookup.c: Likewise.
9847         * elf/dl-minimal.c: Likewise.
9848         * elf/dl-object.c: Likewise.
9849         * elf/dl-open.c: Likewise.
9850         * elf/dl-profile.c: Likewise.
9851         * elf/dl-profstub.c: Likewise.
9852         * elf/dl-reloc.c: Likewise.
9853         * elf/dl-runtime.c: Likewise.
9854         * elf/dl-support.c: Likewise.
9855         * elf/dl-sym.c: Likewise.
9856         * elf/dl-version.c: Likewise.
9857         * elf/do-lookup.h: Likewise.
9858         * elf/do-rel.h: Likewise.
9859         * elf/dynamic-link.h: Likewise.
9860         * elf/rtld.c: Likewise.
9861         * sysdeps/generic/dl-cache.c: Likewise.
9862         * sysdeps/generic/dl-sysdep.c: Likewise.
9863         * sysdeps/generic/ldsodefs.h: Likewise.
9864         * sysdeps/generic/libc-start.c: Likewise.
9865         * sysdeps/i386/dl-machine.h: Likewise.
9866         * sysdeps/ia64/dl-fptr.c: Likewise.
9867         * sysdeps/ia64/dl-machine.h: Likewise.
9868         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
9869         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
9870         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9871         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
9872         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9873         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
9874         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
9875         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
9876
9877 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9878
9879         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
9880         to avoid warning
9881         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
9882
9883         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
9884         SHARED version.
9885         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
9886
9887         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
9888
9889 2002-01-29  Ben Collins  <bcollins@debian.org>
9890
9891         * string/bits/string2.h (__mempcpy): Protect size arg for
9892         addition when using __builtin_memcpy.
9893
9894 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9895
9896         * stdlib/Makefile (tests): Add tst-qsort.
9897         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
9898
9899         * manual/signal.texi (Process Signal Mask): Document that
9900         pthread_sigmask, not sigprocmask, must be used in MT programs.
9901         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
9902
9903         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
9904         found.
9905         * misc/Makefile (tests): Add tst-hsearch.
9906         * misc/tst-hsearch.c: New file.
9907
9908 2002-01-18  Wolfram Gloger  <wg@malloc.de>
9909
9910         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
9911         * malloc/malloc.h: Likewise.
9912         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
9913         * malloc/arena.c: New file.
9914         * malloc/hooks.c: New file.
9915         * malloc/tst-mallocstate.c: New file.
9916         * malloc/Makefile: Add new testcase tst-mallocstate.
9917         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
9918
9919 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9920
9921         * stdlib/msort.c: Remove last patch.  The optimization violates the
9922         same rule which qsort.c had problems with.
9923
9924 2002-01-27  Paul Eggert  <eggert@twinsun.com>
9925
9926         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
9927         to a pivot element that lies outside the array to be sorted, as
9928         ISO C99 requires that the comparison function be called only with
9929         addresses of array elements [PR libc/2880].
9930
9931 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9932
9933         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
9934         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
9935
9936         * timezone/asia: Update from tzdata2002b.
9937         * timezone/australasia: Likewise.
9938         * timezone/backward: Likewise.
9939         * timezone/europe: Likewise.
9940         * timezone/leapseconds: Likewise.
9941         * timezone/iso3166.tab: Likewise.
9942         * timezone/zone.tab: Likewise.
9943
9944 2002-01-23  Richard Henderson  <rth@redhat.com>
9945
9946         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
9947
9948 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9949
9950         * string/strxfrm.c: Allocate one more byte for rulearr and clear
9951         this element [PR libc/2855].
9952
9953         * string/strcoll.c: Handle zero-length arguments specially
9954         [PR libc/2856].
9955
9956 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
9957
9958         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
9959         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
9960         short lengths and constant src.
9961         (strcpy): Don't optimize for gcc 3.0+.
9962         (__stpcpy): For gcc 3.0+, don't use
9963         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
9964         for short string literal src.
9965
9966 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
9967
9968         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9969         Set for arm, too.
9970
9971 2001-01-22  Paul Eggert  <eggert@twinsun.com>
9972
9973         * manual/llio.texi (Linked Channels, Cleaning Streams):
9974         Make it clearer that a just-opened input stream might need cleaning.
9975
9976 2002-01-21  H.J. Lu  <hjl@gnu.org>
9977
9978         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
9979         Don't use label at end of compound statement.
9980
9981 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
9982
9983         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
9984         Remove test for negative integer arg; sin_pi does it correctly.
9985
9986 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
9987
9988         * nscd/Makefile (distribute): Filter out xmalloc.c.
9989
9990 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
9991
9992         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
9993         Set offset if read end wasn't the buffer end.
9994         (_IO_file_seekoff_mmap): New function.
9995         (_IO_file_xsgetn_mmap): New function.
9996         (_IO_file_jumps_mmap): Use the two new functions.
9997         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
9998         != end buffer.
9999         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
10000         _IO_file_underflow_mmap.
10001         * libio/iofopen.c: Don't position file descriptor at end of file.
10002         * libio/tst-widetext.c: Improve error messages.
10003         * stdio-common/tst-rndseek.c: Likewise.
10004
10005 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
10006
10007         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
10008         end of enum for !_GNU_SOURCE.
10009         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
10010         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
10011         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
10012         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
10013         values unless _GNU_SOURCE.
10014
10015         * iconvdata/tcvn5712-1.c: Minor cleanups.
10016
10017 2002-01-18  Andreas Schwab  <schwab@suse.de>
10018
10019         * sysdeps/unix/sysv/linux/configure.in
10020         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
10021
10022 2002-01-16  Roger Sayle  <roger@eyesopen.com>
10023
10024         * stdlib/msort.c (msort_with_tmp): Replace implementation with
10025         more efficient "Towers of Hanoi" mergesort.
10026         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
10027         for generic, sizeof(int) and sizeof(long) variants respectively.
10028
10029 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
10030
10031         * manual/syslog.texi (openlog): Describe possible problems with
10032         first parameter.
10033         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
10034
10035         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
10036         * nscd/connections.c (begin_drop_privileges): New function.
10037         (finish_drop_privileges): New function.
10038         (nscd_init): Call the new functions which also install all groups
10039         for the server user.
10040         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
10041         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
10042
10043 2002-01-17  H.J. Lu  <hjl@gnu.org>
10044
10045         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
10046         `const' from `got'.
10047
10048 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10049
10050         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
10051         instructions for pointer operations.
10052         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
10053
10054 2002-01-17  Andreas Jaeger  <aj@suse.de>
10055
10056         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
10057         __uint128_t build-in.
10058
10059         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
10060         PowerPC, sync with 2.2 branch.
10061
10062 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
10063
10064         * posix/getconf.c: Update copyright year.
10065         * nss/getent.c: Likewise.
10066         * nscd/nscd_nischeck.c: Likewise.
10067         * iconv/iconvconfig.c: Likewise.
10068         * iconv/iconv_prog.c: Likewise.
10069         * elf/ldconfig.c: Likewise.
10070         * catgets/gencat.c: Likewise.
10071         * csu/version.c: Likewise.
10072         * elf/ldd.bash.in: Likewise.
10073         * elf/sprof.c (print_version): Likewise.
10074         * locale/programs/locale.c: Likewise.
10075         * locale/programs/localedef.c: Likewise.
10076         * nscd/nscd.c (print_version): Likewise.
10077         * debug/xtrace.sh: Likewise.
10078         * malloc/memusage.sh: Likewise.
10079         * malloc/mtrace.pl: Likewise.
10080
10081 2002-01-16  Andreas Schwab  <schwab@suse.de>
10082
10083         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
10084         reliably remove "-ia64" from rtld name.
10085
10086 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
10087
10088         * iconvdata/gb18030.c: Bug fixes and support for more characters.
10089         Patch by Yu Shao <yshao@redhat.com>.
10090
10091 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10092
10093         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
10094         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
10095         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
10096
10097 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10098
10099         * sysdeps/s390/fpu/libm-test-ulps: Update.
10100
10101 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
10102
10103         * elf/elf.h: Update x86 relocations.
10104
10105 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
10106
10107         * locale/programs/charmap.c (new_width): Check whether byte
10108         sequences for both ends of range have the same length.
10109
10110 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10111
10112         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
10113
10114 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10115
10116         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
10117         string literals.
10118         (__full_ieee754_sqrt): Add __attribute_used__.
10119
10120 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
10121
10122         * sysdeps/generic/group_member.c (__group_member): Also check
10123         groups[0] [PR libc/2781].
10124
10125 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
10126
10127         * Makefile (distribute): Add scripts/cpp.
10128         * elf/Makefile (distribute): Add reldep6mod[01234].c,
10129         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
10130         unwind-dw2-fde.h, and dwarf2.h.
10131         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
10132         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
10133         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
10134         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
10135
10136 2002-01-07  Roland McGrath  <roland@frob.com>
10137
10138         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
10139         volatile on type of ARGC so the compiler doesn't get clever.
10140
10141 2002-01-07  Andreas Jaeger  <aj@suse.de>
10142
10143         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
10144         * sysdeps/i386/bits/byteswap.h: Likewise.
10145         * sysdeps/ia64/bits/byteswap.h: Likewise.
10146         * sysdeps/m68k/bits/byteswap.h: Likewise.
10147         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
10148         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
10149
10150 2002-01-02  Bruno Haible  <bruno@clisp.org>
10151
10152         * intl/plural.y: Fix %expect count.
10153
10154 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
10155
10156         * elf/Makefile (routines, shared-only-routines): Add
10157         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
10158         * elf/elf.h (PT_GNU_EH_FRAME): Define.
10159         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
10160         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
10161         Optimize if .eh_frame section contains no FDEs.
10162         (__register_frame, __deregister_frame_info_bases,
10163         __deregister_frame): Likewise.
10164         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
10165         DW_CFA_restore handling.
10166
10167 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
10168
10169         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
10170
10171         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
10172         for x < 0.25 and restore original range reduction method.
10173         (__ieee754_lgammal_r): Make sure signgam is set before returning.
10174
10175 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
10176
10177         * libio/fileops.c (_IO_file_underflow_mmap): New function.
10178         (_IO_file_close_mmap): New function.
10179         (_IO_file_jumps_mmap): New variable.
10180         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
10181         trying to convert rest of byte buffer.
10182         (_IO_wfile_underflow_mmap): New function.
10183         (_IO_wfile_jumps_mmap): New variable.
10184         * libio/iofopen.c (__fopen_maybe_mmap): New function.
10185         (__fopen_internal): New function.  Split out from _IO_new_fopen.
10186         (_IO_new_fopen): Call __fopen_internal.
10187         * libio/iofopen64.c: Just call __fopen_internal.
10188         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
10189         successfully.
10190         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
10191         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
10192         _IO_file_close_mmap.
10193
10194         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
10195         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
10196
10197         * stdio-common/Makefile (tests): Add tst-rndseek.
10198         * stdio-common/tst-rndseek.c: New file.
10199
10200 2002-01-05  Roland McGrath  <roland@frob.com>
10201
10202         * config.h.in (HAVE_MIG_RETCODE): New #undef.
10203         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
10204         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
10205         * sysdeps/mach/hurd/configure: Regenerated.
10206
10207 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
10208
10209         * elf/elf.h: Add more TLS definitions.
10210
10211 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
10212
10213         * include/features.h (__GLIBC_MINOR__): Bump to 3.
10214
10215 2002-01-02  Roland McGrath  <roland@frob.com>
10216
10217         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
10218         __sigisemptyset.  Don't use MASK uninitialized.
10219
10220         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
10221         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
10222         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
10223         __sigdelset, __sigaddset, __sigorset.
10224
10225         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
10226         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
10227
10228         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
10229         _hurd_ports is null.
10230
10231         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
10232         for old CMU and new OSF Mach interface flavors.
10233         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
10234         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10235
10236         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
10237
10238         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
10239         Pass extra arguments to task_create for OSF variant.
10240         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10241
10242         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
10243         conditional on [HAVE_AUX_VECTOR].
10244
10245         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
10246         mach_msg_timeout_t as type of final argument.
10247
10248         * hurd/privports.c (__get_privileged_ports):
10249         Change host_priv_t to mach_port_t in argument type.
10250         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
10251         Update decls.
10252
10253         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
10254         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
10255         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
10256         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
10257         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
10258         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
10259
10260 2002-01-01  Roland McGrath  <roland@frob.com>
10261
10262         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
10263
10264 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
10265
10266         * include/stdlib.h: Define inlines for the _l variants of the strto*
10267         functions.
10268
10269 2002-01-01  Roland McGrath  <roland@frob.com>
10270
10271         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
10272
10273         * mach/Machrules (MIG): Set CPP as well as CC.
10274
10275 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
10276
10277         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
10278         locale to parse /proc/loadavg [PR libc/2760].
10279
10280 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
10281
10282         * elf/dl-conflict.c: Include sys/param.h.
10283         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
10284         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
10285         warning.
10286         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
10287         literals to avoid warnings.
10288
10289 2001-12-31  Andreas Jaeger  <aj@suse.de>
10290
10291         * configure.in: Don't check for gsed since we do not use it anywhere.
10292
10293 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10294
10295         * io/fts.c: Update from BSD to fix memory leaks.
10296
10297 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10298
10299         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
10300         * elf/chroot_canon.c: Likewise.
10301         * elf/dl-object.c: Likewise.
10302         * iconv/iconv_charmap.c: Likewise.
10303         * iconv/iconv_prog.c: Likewise.
10304         * libio/iogetdelim.c: Likewise.
10305         * locale/lc-time.c: Likewise.
10306         * stdlib/canonicalize.c: Likewise.
10307         * sunrpc/svc.c: Likewise.
10308         * sysdeps/generic/glob.c: Likewise.
10309
10310 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10311
10312         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
10313         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
10314         remove high order bit from the program counter.
10315         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
10316
10317 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10318
10319         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
10320         unnecessary code and add missing reloc types.
10321         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
10322         case for reloc type R_390_NONE.
10323
10324 2001-12-28  Andreas Jaeger  <aj@suse.de>
10325
10326         * io/bug-ftw3.c: Include string.h for prototypes.
10327
10328         * crypt/md5test.c (main): Remove unused variable.
10329
10330         * dlfcn/modstatic.c: Add prototype to avoid warning.
10331
10332 2001-12-26  Roland McGrath  <roland@frob.com>
10333
10334         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
10335         check only (SS->pending & MASK) for the signal to return.
10336         From Jeroen Dekkers <jeroen@dekkers.cx>.
10337
10338 2001-12-22  Roland McGrath  <roland@frob.com>
10339
10340         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
10341         Use preprocessor #if conditionals instead of `if' to avoid
10342         warnings about divide by zero in dead code.
10343
10344         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
10345         _hurd_port_init, and __hurd_self_sigstate.
10346
10347         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
10348
10349 2001-12-21  Andreas Jaeger  <aj@suse.de>
10350
10351         * elf/dblloadmod1.c: Add prototype to avoid warning.
10352         * elf/dblloadmod2.c: Likewise.
10353         * elf/dblloadmod3.c: Likewise.
10354         * elf/reldepmod5.c: Likewise.
10355         * elf/reldepmod6.c: Likewise.
10356
10357         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
10358         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
10359         used on all architectures.
10360
10361         * sunrpc/svc_tcp.c: Add noreturn attribute for
10362         svctcp_rendezvous_abort.
10363         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
10364
10365         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
10366         to avoid warning.
10367
10368 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
10369
10370         * manual/llio.texi (aio_fsync): Fix a typo.
10371         Patch by Tammy Fox <tfox@redhat.com>.
10372
10373 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
10374
10375         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
10376         stack bias from child stack pointer before passing it to clone syscall.
10377
10378 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
10379
10380         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
10381         _SC_TZNAME_MAX.
10382         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
10383         Reported by Thorsten Kukuk <kukuk@suse.de>.
10384
10385         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
10386         add some casts.
10387
10388         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
10389
10390 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
10391
10392         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
10393         conforming: return EBADF if file descriptor is invalid and EINVAL
10394         if file descriptor is no valid tty.
10395         * login/tst-grantpt.c: New file.
10396         * login/Makefile (tests): Add tst-grantpt.
10397
10398 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
10399
10400         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
10401         different than implemented in last patch.
10402         * io/bug-ftw3.c: Adjust test for changed handling of
10403         inaccessibility of toplevel dir.
10404
10405 2001-12-16  Roland McGrath  <roland@frob.com>
10406
10407         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
10408         * grp/initgroups.c (internal_getgrouplist): Likewise.
10409
10410         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
10411         `default:' to silence new GCC warning.
10412         Rewrite cast of lvalue to silence new GCC warning.
10413
10414         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
10415
10416         * sysdeps/mach/hurd/spawni.c: New file, by me with a
10417         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
10418
10419 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
10420
10421         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
10422         Patch by Stephen R. van den Berg.
10423
10424         * crypt/md5.h: Define md5_uintptr.
10425
10426 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10427
10428         * libio/tst_swprintf.c (main): Add test for string argument with
10429         zero precision.
10430         * stdio-common/Makefile (tests): Add tst-sprintf.
10431         * stdio-common/tst-sprintf.c: New file.
10432
10433 2001-12-13  Andreas Schwab  <schwab@suse.de>
10434
10435         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
10436         zero precision with wide character string format.
10437
10438 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
10439
10440         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
10441         but have a user supplied buffer, return the empty buffer, not NULL.
10442
10443 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10444
10445         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
10446         Patch by Eric Sharkey <sharkey@netrics.com>.
10447
10448         * crypt/md5test.c (main): Add test for multiple calls to
10449         __md5_process_bytes to itererate over input string.
10450
10451 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
10452
10453         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
10454         from __nis_findfastest.  Take timeout value from parameter.
10455         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
10456         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
10457         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
10458
10459 2001-12-12  Andreas Jaeger  <aj@suse.de>
10460
10461         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
10462         combreloc test so that it works in this case.
10463
10464         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
10465
10466 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
10467
10468         * sysdeps/sh/Makefile: New file.
10469         * sysdeps/sh/_mcount.S: New file.
10470         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
10471         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
10472
10473 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10474
10475         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
10476         limitation [PR libc/2564].
10477
10478 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
10479
10480         * elf/Makefile (dl-routines): Add conflict.
10481         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
10482         (ld.so): Add _begin local symbol.
10483         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
10484         Define.
10485         * elf/dl-deps.c (_dl_build_local_scope): New function.
10486         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
10487         of all libraries.
10488         * elf/do-rel.h (VALIDX): Define.
10489         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
10490         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
10491         can be skipped.
10492         * elf/dl-conflict.c: New file.
10493         * elf/dl-lookup.c (_dl_debug_bindings): New function.
10494         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
10495         non-NULL.
10496         (_dl_lookup_symbol_skip): Likewise.
10497         (_dl_lookup_versioned_symbol): Likewise.
10498         (_dl_lookup_versioned_symbol_skip): Likewise.
10499         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
10500         define to ElfW(Rel).
10501         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
10502         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
10503         ranges.
10504         Don't adjust address dynamic tags if l_addr is 0.
10505         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
10506         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
10507         (VALIDX, ADDRIDX): Define.
10508         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
10509         (dl_main): Print library list for LD_TRACE_PRELINKING.
10510         If prelinking information can be used, skip relocating libraries and
10511         call _dl_resolve_conflicts instead.
10512         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
10513         * elf/dl-load.c (_dl_map_object): Don't create fake libs
10514         if LD_TRACE_PRELINKING.
10515         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
10516         + DT_ADDRNUM.
10517         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
10518         (DL_DEBUG_PRELINK): Define.
10519         (_dl_resolve_conflicts): Add prototype.
10520
10521         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
10522         .plt for prelinked libraries where prelinking info cannot be used.
10523         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
10524         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
10525         * sysdeps/arm/bits/link.h: New file.
10526         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
10527         content of .got[1].
10528         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10529         (ELF_MACHINE_PLT_REL): Define.
10530         (elf_machine_rela, elf_machine_rela_relative): New functions.
10531         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
10532         of adjusting it if prelinked and prelinking cannot be used.
10533         * sysdeps/i386/bits/link.h: New file.
10534         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
10535         content of .got[1].
10536         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10537         (ELF_MACHINE_PLT_REL): Define.
10538         (elf_machine_rela, elf_machine_rela_relative): New functions.
10539         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
10540         of adjusting it if prelinked and prelinking cannot be used.
10541         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
10542         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
10543         to find out map for R_PPC_JMP_SLOT relocs.
10544         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
10545         (OPCODE_BA): Define.
10546         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10547         libraries where prelinking info cannot be used.
10548         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
10549         (elf_machine_fixup_plt): Call sparc_fixup_plt.
10550         (elf_machine_rela): Set value to 0 if relocating conflicts.
10551         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
10552         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
10553         (sparc64_fixup_plt): Fix a typo.
10554         (elf_machine_rela): Set value to 0 if relocating conflicts.
10555         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
10556         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10557         libraries where prelinking info cannot be used.
10558         * sysdeps/sh/bits/link.h: New file.
10559         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
10560         content of .got[1].
10561         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
10562         of adjusting it if prelinked and prelinking cannot be used.
10563         * sysdeps/s390/s390-32/bits/link.h: New file.
10564         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
10565         Save original content of .got[1].
10566         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10567         of adjusting it if prelinked and prelinking cannot be used.
10568         * sysdeps/s390/s390-64/bits/link.h: New file.
10569         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
10570         Save original content of .got[1].
10571         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10572         of adjusting it if prelinked and prelinking cannot be used.
10573         * sysdeps/x86_64/bits/link.h: New file.
10574         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
10575         Save original content of .got[1].
10576         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
10577         of adjusting it if prelinked and prelinking cannot be used.
10578
10579 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10580
10581         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
10582         where appropriate instead of numbers.  Little optimizations.
10583
10584 2001-12-10  Roland McGrath  <roland@frob.com>
10585
10586         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
10587         set it.
10588
10589         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
10590         set to GLIBC_2.2.5, not GLIBC_2.2.4.
10591
10592         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
10593         Fix conditionals so this is set by default for stdio and not for libio.
10594         * sysdeps/mach/hurd/configure: Regenerated.
10595
10596 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
10597
10598         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
10599
10600 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
10601
10602         * io/Makefile (tests): Add bug-ftw3.
10603         * io/bug-ftw3.c: New file.
10604
10605         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
10606         matches and GLOB_NOCHECK is set.
10607         * posix/globtest.sh: Correct expected result for NOCHECK test.
10608
10609         * po/ca.po: Update from translation team.
10610
10611 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
10612
10613         Implement transliteration of characters in strings of the locale
10614         definitions.
10615         * locale/programs/linereader.c: Adjust for additional parameter to
10616         lr_token.
10617         (get_string): If character <Uxxxx> is not found try to transliterate
10618         it.
10619         * locale/programs/ld-ctype.c: Adjust for additional parameter to
10620         lr_token.  Add const to charmap parameter of all functions.
10621         (find_translit, find_translit2): New functions.
10622         * locale/programs/charmap.c: Adjust for additional parameter to
10623         lr_token.
10624         * locale/programs/repertoire.c: Likewise.
10625         * locale/programs/linereader.h: Likewise.
10626         * locale/programs/ld-address.c: Likewise.  Add const to charmap
10627         parameter of all functions.
10628         * locale/programs/ld-collate.c: Likewise.
10629         * locale/programs/ld-identification.c: Likewise.
10630         * locale/programs/ld-measurement.c: Likewise.
10631         * locale/programs/ld-messages.c: Likewise.
10632         * locale/programs/ld-monetary.c: Likewise.
10633         * locale/programs/ld-name.c: Likewise.
10634         * locale/programs/ld-numeric.c: Likewise.
10635         * locale/programs/ld-paper.c: Likewise.
10636         * locale/programs/ld-paper.c: Likewise.
10637         * locale/programs/ld-telephone.c: Likewise.
10638         * locale/programs/ld-time.c: Likewise.
10639         * locale/programs/locfile.c: Likewise.
10640         * locale/programs/localedef.c: Likewise.
10641         * locale/programs/localedef.h: Likewise.
10642         * locale/programs/locfile.h: Likewise.  Add declaration for
10643         find_translit.
10644         * locale/programs/simple-hash.c: Add const to first parameter of
10645         find_entry, iterate_table, and lookup.
10646         * locale/programs/simple-hash.h: Likewise.
10647         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
10648         instead.
10649         * include/locale.h: Define __LC_LAST.
10650         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
10651
10652 2001-12-07  Geoff Keating  <geoffk@redhat.com>
10653
10654         * sysdeps/powerpc/Dist: Update for recent FP changes.
10655         * sysdeps/powerpc/fpu/Dist: Likewise.
10656
10657 2001-12-07  Andreas Schwab  <schwab@suse.de>
10658
10659         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
10660
10661 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10662
10663         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
10664         save/restore functions here.
10665         (libm-support): Don't define these functions here.
10666         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
10667         functions here.
10668         * sysdeps/powerpc/fe_nomask.c: Move to...
10669         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
10670         * sysdeps/powerpc/fprrest.S: Move to...
10671         * sysdeps/powerpc/fpu/fprrest.S: ... here.
10672         * sysdeps/powerpc/fprsave.S: Move to...
10673         * sysdeps/powerpc/fpu/fprsave.S: ... here.
10674
10675 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10676
10677         * sysdeps/unix/sysv/linux/opensock.c: New file.
10678
10679 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10680
10681         * config.make.in (with-fp): Define from configure.
10682         * configure.in: Substitute with_fp.
10683         * configure: Regenerate.
10684         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
10685         specified, and don't change FPU environment.
10686
10687 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10688
10689         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
10690         * assert/assert.c: Check result of __asprintf call and don't use
10691         string if it failed.
10692         * assert/assert-perr.c: Likewise.
10693         * inet/rcmd.c: Likewise.
10694         * locale/programs/localedef.c (main): Check result of
10695         construct_output_path and exit if it failed.
10696         (construct_output_path): Check result of asprintf and mkdir calls and
10697         fail if they failed.
10698         * posix/getopt.c: Check result of __asprintf calls and fail if
10699         they failed.
10700         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
10701
10702 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10703
10704         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
10705         patch.
10706         * sysdeps/generic/strncase.c: Likewise.
10707         * string/tester.c: Add tests for strcasecmp and strncasecmp.
10708
10709 2001-12-05  Geoff Keating  <geoffk@redhat.com>
10710
10711         * scripts/cpp: Test the exit status from 'type', not 'awk'.
10712
10713         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
10714         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
10715         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
10716         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
10717         * sysdeps/powerpc/fclrexcpt.c: Move to...
10718         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
10719         * sysdeps/powerpc/fpu_control.h: Move to...
10720         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
10721
10722 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10723
10724         * iconvdata/ibm1129.h: Remove duplicate mappings.
10725         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
10726         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
10727         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10728
10729         * timezone/zic.c: Fix handling of turnaround times.
10730         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
10731
10732 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
10733
10734         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
10735         overflow problem.
10736
10737 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10738
10739         * posix/regex.c: For use outside glibc defined bounded pointer
10740         macros here.  Patch by Jim Meyering <jim@meyering.net>.
10741
10742         * iconvdata/Makefile (modules): Add TCVN5712-1.
10743         * iconvdata/TESTS: Add TCVN5712-1.
10744         * iconvdata/gconv-modules: Likewise.
10745         * iconvdata/tcvn5712-1.c: New file.
10746         * iconvdata/testdata/TCVN-5712: New file.
10747         * iconvdata/testdata/TCVN-5712..UTF8: New file.
10748
10749 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
10750
10751         * iconvdata/cp1258.c: Optimize conversion from UCS4.
10752
10753 2001-12-02  Roland McGrath  <roland@frob.com>
10754
10755         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
10756
10757         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
10758         Reported by Jeff Bailey <jbailey@nisa.net>.
10759
10760         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
10761         Reported by Jeff Bailey <jbailey@nisa.net>.
10762
10763         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
10764         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
10765         Reported by Jeff Bailey <jbailey@nisa.net>.
10766
10767 2001-12-01  Roland McGrath  <roland@frob.com>
10768
10769         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
10770         missing backslash in test arguments.
10771         * sysdeps/mach/hurd/configure: Regenerated.
10772
10773 2001-11-26  Roland McGrath  <roland@frob.com>
10774
10775         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
10776         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
10777
10778 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
10779
10780         * iconvdata/Makefile (modules): Add ARMSCII-8.
10781         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
10782         * iconvdata/armscii-8.c: New file.
10783
10784 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
10785
10786         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
10787         don't match, fix {{a,b},c} globbing, clean up.
10788         Patch by Flavio Veloso <flaviovs@magnux.com>.
10789         * posix/globtest.sh: Add new tests.
10790
10791 2001-11-29  Andreas Jaeger  <aj@suse.de>
10792
10793         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
10794         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
10795
10796         * sysdeps/generic/abort.c: Include libioP.h for
10797         _IO_flush_all_lockp prototype.
10798
10799 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
10800
10801         * posix/regex.h: Define __restrict_arr correctly.
10802
10803 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10804
10805         * iconvdata/ibm1163.c: New file.
10806         * iconvdata/ibm1163.h: New file.
10807         * iconvdata/ibm1164.c: New file.
10808         * iconvdata/ibm1164.h: New file.
10809         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
10810         * iconvdata/Makefile: Likewise.
10811         * iconvdata/testdata/IBM1163: New file.
10812         * iconvdata/testdata/IBM1163..UTF8: New file.
10813         * iconvdata/testdata/IBM1164: New file.
10814         * iconvdata/testdata/IBM1164..UTF8: New file.
10815         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10816
10817         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
10818         * iconvdata/ibm1124.h: Likewise.
10819         * iconvdata/ibm1132.h: Likewise.
10820         * iconvdata/ibm1133.h: Likewise.
10821         * iconvdata/ibm1160.h: Likewise.
10822         * iconvdata/ibm1161.h: Likewise.
10823         * iconvdata/ibm1162.h: Likewise.
10824         * iconvdata/ibm856.h: Likewise.
10825         * iconvdata/ibm922.h: Likewise.
10826         * iconvdata/ibm930.h: Likewise.
10827         * iconvdata/ibm932.h: Likewise.
10828         * iconvdata/ibm933.h: Likewise.
10829         * iconvdata/ibm935.h: Likewise.
10830         * iconvdata/ibm937.h: Likewise.
10831         * iconvdata/ibm939.h: Likewise.
10832         * iconvdata/ibm943.h: Likewise.
10833         * iconvdata/ibm930.c: Pretty printing.
10834         * iconvdata/ibm937.c: Avoid access accross array boundary.
10835
10836         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
10837         the current locale's codeset.
10838         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
10839         empty input string.
10840         * iconv/iconv_prog.c: Pass empty strings as default value for to-
10841         and from-charset.  Don't determine locale's charset here.
10842
10843         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
10844         as the old _IO_flush_all but lock only if parameter is nonzero.
10845         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
10846         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
10847         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
10848         if libio is used [PR libc/2575].
10849
10850 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
10851
10852         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
10853         __signbitl): Only define for ISO C99.
10854
10855 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10856
10857         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
10858         herrnop to NETDB_INTERNAL if we run out of buffer space.
10859
10860 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10861
10862         * nss/nss_files/files-XXX.c (internal_getent): Correct input
10863         overflow test for platforms with signed char.
10864         Reported by Andrew Haley <aph@cambridge.redhat.com>.
10865
10866 2001-11-28  Bruno Haible  <bruno@clisp.org>
10867
10868         * locale/programs/simple-hash.c (lookup_2): Remove function.
10869         (insert_entry_2): Call lookup instead of lookup_2.
10870
10871 2001-03-04  Bruno Haible  <bruno@clisp.org>
10872
10873         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
10874
10875 2001-10-31  Bruno Haible  <bruno@clisp.org>
10876
10877         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
10878
10879 2001-03-21  Bruno Haible  <bruno@clisp.org>
10880
10881         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
10882         chokes on empty macro arguments.
10883         * intl/plural.y: Add #pragma for alloca on AIX 3.
10884
10885 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10886
10887         * intl/dcigettext.c (guess_category_value): Only implement for
10888         glibc.  Otherwise rely on function _nl_locale_name which isn't
10889         present in the glibc sources.
10890
10891 2001-09-24  Bruno Haible  <bruno@clisp.org>
10892
10893         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
10894         transliteration when building on a glibc system but outside glibc.
10895
10896 2001-09-22  Bruno Haible  <bruno@clisp.org>
10897
10898         * intl/plural-eval.c: New file, extracted from dcigettext.c.
10899         * intl/dcigettext.c (plural_eval): Remove function, moved to
10900         intl/plural-eval.c.
10901         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
10902         Include plural-eval.c.
10903
10904 2001-09-22  Bruno Haible  <bruno@clisp.org>
10905
10906         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
10907         don't start with a digit; nplurals must be positive.
10908
10909 2001-09-02  Bruno Haible  <bruno@clisp.org>
10910
10911         * intl/plural-exp.h: New file, extracted from gettextP.h.
10912         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
10913         * intl/gettextP.h (struct expression, struct parse_args,
10914         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
10915         * intl/loadmsgcat.c: Include plural-exp.h.
10916         (PLURAL_PARSE): Move macro to plural-exp.h.
10917         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
10918         plural-exp.c.
10919         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
10920         EXTRACT_PLURAL_EXPRESSION.
10921         (_nl_unload_domain): Update.
10922         * intl/dcigettext.c: Include plural-exp.h.
10923         * intl/plural.y: Include plural-exp.h, not gettextP.h.
10924         (FREE_EXPRESSION): Move macro to plural-exp.h.
10925         * intl/Makefile (routines): Add plural-exp.
10926         (distribute): Add plural-exp.h.
10927
10928 2001-07-28  Bruno Haible  <bruno@clisp.org>
10929
10930         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
10931         isdigit, tolower argument to 'unsigned char'.
10932         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
10933         'unsigned char'.
10934         * intl/localealias.c (read_alias_file): Cast isspace argument to
10935         'unsigned char'.
10936
10937 2001-10-20  Bruno Haible  <bruno@clisp.org>
10938
10939         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
10940         anyway.)
10941         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
10942         with the variable 'index' in plural_lookup.
10943         * intl/l10nflist.c (strchr): Likewise.
10944         * intl/localealias.c (strchr): Likewise.
10945
10946         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
10947         * intl/bindtextdom.c: Likewise.
10948         * intl/dcigettext.c: Likewise.
10949         * intl/dgettext.c: Likewise.
10950         * intl/dngettext.c: Likewise.
10951         * intl/explodename.c: Likewise.
10952         * intl/finddomain.c: Likewise.
10953         * intl/gettext.c: Likewise.
10954         * intl/l10nflist.c: Likewise.
10955         * intl/loadmsgcat.c: Likewise.
10956         * intl/localealias.c: Likewise.
10957         * intl/ngettext.c: Likewise.
10958         * intl/textdomain.c: Likewise.
10959         * intl/gettext.h: Assume <limits.h> exists.
10960
10961 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10962
10963         * stdio-common/Makefile (tests): Add scanf11.
10964         * stdio-common/scanf11.c: New file.
10965
10966 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10967
10968         * version.h (RELEASE): Define as development.
10969         (VERSION): Set to 2.2.90.
10970
10971 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10972
10973         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
10974         * nis/nss_nis/nis-grp.c: Likewise.
10975         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10976
10977         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
10978         * nis/nss_nis/nis-pwd.c: Likewise.
10979         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10980
10981         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
10982         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10983         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10984
10985         * nscd/grpcache.c: Use strtoul instead of atol.
10986         * nscd/pwdcache.c: Likewise.
10987         * nss/getent.c: Likewise.
10988
10989 2001-11-27  Paul Eggert  <eggert@twinsun.com>
10990
10991         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10992         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10993
10994 2001-11-19  Bruno Haible  <bruno@clisp.org>
10995
10996         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
10997         90%.
10998         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
10999         improves the quality of the hash function, especially for short
11000         strings.
11001
11002 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
11003
11004         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
11005         are found call conv_error and not input_error [PR libc/2669].
11006
11007         * math/bits/mathcalls.h: Mark ceil and floor as const.
11008         Reported by David Mosberger.
11009
11010 2001-11-21  Jim Meyering  <meyering@lucent.com>
11011
11012         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
11013         Define to be __-prefixed.
11014         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
11015
11016 2001-11-26  Andreas Jaeger  <aj@suse.de>
11017
11018         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
11019         avoid warning.
11020
11021 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
11022
11023         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
11024         initialization.
11025
11026         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
11027         unused variables.  Fix threshold for returning 1.0.
11028
11029         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
11030         argument.
11031
11032         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
11033         remove unused variables.
11034
11035         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
11036
11037         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
11038         include local math header files.
11039
11040 2001-11-22  Andreas Jaeger  <aj@suse.de>
11041
11042         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
11043         avoid warning.
11044
11045 2001-11-21  Andreas Jaeger  <aj@suse.de>
11046
11047         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
11048
11049         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
11050         sys/debugreg.h
11051
11052 2001-11-15  Andreas Jaeger  <aj@suse.de>
11053
11054         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
11055         compilers that support it.
11056
11057         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
11058         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
11059         * stdlib/stdlib.h: Likewise.
11060
11061 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
11062
11063         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
11064         statement with gotos.
11065         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
11066
11067 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
11068
11069         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
11070
11071 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
11072
11073         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
11074
11075 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
11076             H.J. Lu  <hjl@gnu.org>
11077
11078         * Versions.def (libc): Add GCC_3.0.
11079         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
11080         if gcc supports this flag.
11081         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
11082         (gcc3): Allow glibc to be compiled with gcc 3.x.
11083         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
11084         * config.make.in (static-libgcc, unwind-find-fde): Add.
11085         * Makerules (build-shlib-helper, build-module-helper): Use it.
11086         * scripts/versions.awk: Make sure GLIBC_ versions come first.
11087         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
11088         necessary.
11089         (_fini): Call __deregister_frame_info_bases if
11090         __register_frame_info_bases was used to register.
11091         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
11092         for GLIBC_2.0.
11093         (__register_frame_info_bases, __register_frame_info_table_bases,
11094         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
11095         * elf/Makefile (routines): Add unwind-dw2-fde.
11096         (shared-only-routines): Add unwind-dw2-fde.
11097         * sysdeps/alpha/gccframe.h: New file.
11098         * sysdeps/arm/gccframe.h: New file.
11099         * sysdeps/generic/framestate.c: New file.
11100         * sysdeps/generic/dwarf2.h: New file.
11101         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
11102         * sysdeps/generic/unwind-dw2-fde.c: New file.
11103         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
11104         * sysdeps/generic/unwind-dw2-fde.h: New file.
11105         * sysdeps/generic/unwind-dw2.c: New file.
11106         * sysdeps/generic/unwind-pe.h: New file.
11107         * sysdeps/generic/unwind.h: New file.
11108         * sysdeps/hppa/gccframe.h: New file.
11109         * sysdeps/i386/gccframe.h: New file.
11110         * sysdeps/m68k/gccframe.h: New file.
11111         * sysdeps/mips/gccframe.h: New file.
11112         * sysdeps/powerpc/gccframe.h: New file.
11113         * sysdeps/s390/gccframe.h: New file.
11114         * sysdeps/sh/gccframe.h: New file.
11115         * sysdeps/sparc/gccframe.h: New file.
11116         * sysdeps/vax/gccframe.h: New file.
11117         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
11118         Set on all architectures except ia64.
11119         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
11120         for i386.
11121         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
11122         __deregister_frame_info): Move to elf/Versions.
11123         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
11124         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
11125         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
11126         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
11127         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
11128         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
11129         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
11130         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
11131         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
11132         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
11133         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
11134         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
11135         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
11136         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
11137         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
11138         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
11139         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
11140         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
11141
11142 2001-11-15  Jeff Law  <law@redhat.com>
11143
11144         * posix/regex.c (uintptr_t): Do not provide a definition if the
11145         system provided one.
11146
11147 2001-11-13  Roland McGrath  <roland@frob.com>
11148
11149         * stdio-common/tmpfile.c: Moved to ...
11150         * sysdeps/generic/tmpfile.c: ... here.
11151         * sysdeps/mach/hurd/tmpfile.c: New file.
11152
11153         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
11154         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
11155         (fopenport): Define as weak alias.
11156
11157         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
11158         * libio/libioP.h: ... to here.
11159
11160 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
11161
11162         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
11163         program header twice.  Construct list with the needed information.
11164
11165 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
11166
11167         * po/ca.po: Update from translation team.
11168
11169         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
11170         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
11171         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
11172         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11173
11174 2001-11-10  Andreas Jaeger  <aj@suse.de>
11175
11176         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
11177         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
11178         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11179
11180 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
11181
11182         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
11183         correctly.
11184         * elf/dl-load.c (is_dst): New function.
11185         (_dl_dst_count): Use is_dst to check for DST variable.
11186         (_dl_dst_substitute): Likewise.
11187
11188 2001-11-09  Roland McGrath  <roland@frob.com>
11189
11190         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
11191         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
11192         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
11193         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
11194         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
11195         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
11196         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
11197         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
11198         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
11199         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
11200         * sysdeps/mach/hurd/powerpc/Dist: New file.
11201
11202         * hurd/privports.c (__get_privileged_ports):
11203         Only contact the proc server if necessary for this call.
11204         Suggested by Neal H Walfield <neal@cs.uml.edu>.
11205         Check error return for mach_port_mod_refs.
11206
11207 2001-11-09  Andreas Schwab  <schwab@suse.de>
11208
11209         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
11210
11211 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
11212
11213         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
11214         object is always the last in the list.
11215         (_dl_map_object_from_fd): Delete code to remove from object list
11216         when DF_1_NOOPEN is seen.  This is done in lose.
11217
11218 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
11219
11220         * elf/dl-object.c (_dl_new_object): Various small optimizations.
11221
11222 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
11223
11224         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
11225         HWCAP_CHECK macro code.
11226
11227         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
11228         Now returns MAP_FAILED on error.
11229         * elf/rtld.c: Adjust caller.
11230         * sysdeps/generic/dl-cache.c: Likewise.
11231         * sysdeps/generic/ldsodefs.h: Adjust description.
11232
11233         * elf/dl-version.c (match_symbol): Optimize error handling for size.
11234         (_dl_check_map_versions): Likewise.
11235
11236 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11237
11238         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
11239         _dl_signal_error directly, always use lose.  Set fd to -1 after
11240         file is closed.
11241         (lose): Don't call close if fd == -1.
11242
11243 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
11244
11245         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
11246          Also fix typo @code {mbsinit} to @code{mbsinit}.
11247
11248 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11249
11250         * elf/dl-profile.c: Replace state variable with simple flag named
11251         running.  Remove commented-out code.
11252
11253         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
11254         (_dl_init_paths): Likewise.
11255         (_dl_map_object_from_fd): Likewise.
11256         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11257
11258 2001-11-06  Roland McGrath  <roland@frob.com>
11259
11260         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
11261         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
11262
11263         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
11264         sysdeps/powerpc/elf/sysdep.h.
11265         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
11266
11267 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11268
11269         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
11270         speed.
11271         (process_envvars): Some more optimizations.
11272         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
11273
11274         * elf/elf.h: Add dynamic tag definitions for prelinking.
11275
11276         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
11277         Rewrite code to remove environment varables for SUID binaries.
11278         Small optimization in LD_PROFILE handling.
11279         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
11280         changes.
11281         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
11282
11283         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
11284
11285         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
11286         strings.  Change type of second parameter.
11287         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
11288         for last change.
11289
11290         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
11291
11292 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11293
11294         * manual/string.texi: Fix typos.
11295         * manual/examples/argp-ex2.c: Likewise.
11296
11297 2001-11-05  Roland McGrath  <roland@frob.com>
11298
11299         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
11300         the more-specific unix/sysv/linux/powerpc file and breaks everything.
11301         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
11302         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
11303         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
11304         here, put under [__ELF__].
11305
11306 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11307
11308         * manual/charset.texi: Extensive editing work.
11309         * manual/nss.texi: Likewise.
11310         Changes by Dennis Grace <dgrace@us.ibm.com>.
11311
11312 2001-11-04  Roland McGrath  <roland@frob.com>
11313
11314         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
11315         parameter to dir_mkfile.
11316
11317 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
11318
11319         * string/bits/string2.h (__strndup): If n is smaller than len, set
11320         len to n + 1.
11321         * string/tester.c (test_strndup): New function.
11322         (main): Call it.
11323
11324 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
11325
11326         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
11327
11328         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
11329         * scripts/cpp: New file.
11330
11331         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
11332         for rtld_search_dirs content.  Minor optimizations.
11333
11334 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11335
11336         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
11337         avoiding unnecessary duplication.
11338
11339 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
11340
11341         * elf/dl-load.c (_dl_map_object): If library was found using
11342         LD_LIBRARY_PATH, don't try RUNPATH list.
11343
11344 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11345
11346         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
11347         Correct second argument of register_dump call.
11348         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
11349         Likewise.
11350
11351 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11352
11353         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
11354         modules.
11355         * iconvdata/TESTS: Likewise.
11356         * iconvdata/gconv-modules: Likewise.
11357         * iconvdata/ibm1132.c: New file.
11358         * iconvdata/ibm1132.h: New file.
11359         * iconvdata/ibm1133.c: New file.
11360         * iconvdata/ibm1133.h: New file.
11361         * iconvdata/ibm1162.c: New file.
11362         * iconvdata/ibm1162.h: New file.
11363         * iconvdata/testdata/IBM1132: New file.
11364         * iconvdata/testdata/IBM1132..UTF8: New file.
11365         * iconvdata/testdata/IBM1133: New file.
11366         * iconvdata/testdata/IBM1133..UTF8: New file.
11367         * iconvdata/testdata/IBM1162: New file.
11368         * iconvdata/testdata/IBM1162..UTF8: New file.
11369         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
11370
11371         * string/string.h: Fix typo in comment.
11372         * wcsmbs/wchar.h: Likewise.
11373
11374 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11375
11376         * manual/getopt.texi (getopt_long, getopt_long_only): Include
11377         const in type of longopts parameter.
11378
11379 2001-10-29  Andreas Jaeger  <aj@suse.de>
11380
11381         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
11382
11383 2001-10-29  Kevin Ryde  <user42@zip.com.au>
11384
11385         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
11386         output, clarify `#' behaviour on 0.
11387         (Floating-Point Conversions): Clarify that %g only uses %e when
11388         the exponent would be greater than 1.
11389
11390 2001-10-28  Roland McGrath  <roland@frob.com>
11391
11392         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
11393         * sysdeps/mach/powerpc/machine-sp.h: New file.
11394         * sysdeps/mach/powerpc/sysdep.h: New file.
11395         * sysdeps/mach/powerpc/thread_state.h: New file.
11396
11397         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
11398         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
11399         expect to need the same thing on every platform.
11400
11401         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
11402         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
11403
11404         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
11405         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
11406         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
11407         Move all these assembly-related definitions to ...
11408         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
11409
11410         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
11411         by Peter Bruin <pjbruin@dds.nl>.
11412
11413         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
11414         packing results for a `poll' call.
11415
11416 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11417
11418         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
11419         correctly.
11420         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
11421         bracket expression.
11422
11423         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11424         nrules value.
11425         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
11426
11427 2001-10-24  H.J. Lu  <hjl@gnu.org>
11428
11429         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
11430         Use __BEGIN_DECLS/__END_DECLS around prototypes.
11431         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
11432
11433 2001-10-21  Jim Meyering  <meyering@lucent.com>
11434
11435         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
11436         this code would end up calling gettext even in packages built
11437         with --disable-nls.
11438         * posix/getopt.c (_): Likewise.
11439         * posix/regex.c (_): Likewise.
11440
11441 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11442
11443         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
11444         lookup not ip6.int.
11445         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
11446         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
11447
11448 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11449
11450         * misc/sys/cdefs.h (__attribute_used__): Define.
11451         * elf/rtld.c (_dl_start): Add __attribute_used__.
11452         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
11453
11454 2001-10-25  Andreas Schwab  <schwab@suse.de>
11455
11456         * stdlib/a64l.c: Expect least significant digit first.
11457         * stdlib/l64a.c: Produce least significant digit first.
11458         * stdlib/Makefile (tests): Add test-a64l.
11459         * stdlib/test-a64l.c: New file.
11460         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
11461
11462 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
11463
11464         * po/sk.po: Update from translation team.
11465
11466 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
11467
11468         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
11469
11470 2001-10-18  Andreas Schwab  <schwab@suse.de>
11471
11472         * math/libm-test.inc (print_ulps): Print ulp values rounded to
11473         next whole number.
11474         (print_function_ulps): Likewise.
11475         (print_complex_function_ulps): Likewise.
11476         (print_max_error): Likewise.
11477         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
11478
11479 2001-10-16  Andreas Schwab  <schwab@suse.de>
11480
11481         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
11482         implementation.
11483
11484         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
11485         BSD_SETJMP or BSD__SETJMP is defined, resp.
11486         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
11487         a tail call to __sigsetjmp that would require extending the
11488         caller's frame.
11489         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
11490         * sysdeps/m68k/bsd-setjmp.S: Deleted.
11491         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
11492         Reported by Jes Sorensen <jes@trained-monkey.org>.
11493
11494 2001-10-16  Andreas Jaeger  <aj@suse.de>
11495
11496         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
11497         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
11498         close PR libc/2589.
11499
11500 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
11501
11502         * po/ca.po: New file.  Contributed by the translation team.
11503
11504 2001-10-15  Ralf Baechle  <ralf@gnu.org>
11505
11506         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
11507         a varargs prototype.  Remove dependency from kernel header files.
11508
11509         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
11510         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
11511
11512 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11513
11514         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
11515         to generate hexadecimal identifier.
11516         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
11517
11518 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
11519
11520         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
11521
11522 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11523
11524         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
11525         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
11526         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11527
11528         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
11529         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11530         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
11531         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
11532         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
11533         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
11534
11535         * timezone/africa: Update from tzdata2001d.
11536         * timezone/asia: Likewise.
11537         * timezone/australasia: Likewise.
11538         * timezone/backward: Likewise.
11539         * timezone/europe: Likewise.
11540         * timezone/leapseconds: Likewise.
11541         * timezone/northamerica: Likewise.
11542         * timezone/southamerica: Likewise.
11543         * timezone/zone.tab: Likewise.
11544
11545 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11546
11547         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
11548         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
11549
11550 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
11551
11552         * elf/elf.h (PT_TLS): New definition.
11553
11554 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
11555
11556         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
11557         bits/errno.h
11558
11559 2001-10-07  Roland McGrath  <roland@frob.com>
11560
11561         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
11562
11563 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
11564
11565         * elf/elf.h: Add more ELFOSABI_* constants.
11566
11567 2001-10-04  Ben Collins  <bcollins@debian.org>
11568
11569         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
11570         decleration of __need_wchar_t.
11571
11572 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
11573
11574         * string/bits/string2.h (__strsep_g): Add prototype.
11575         (__strsep): Use it.
11576         * string/Versions (__strsep): Remove.
11577         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
11578
11579 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
11580
11581         * manua/llio.texi: Clarify file references added by mmap.
11582         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
11583
11584 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
11585
11586         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
11587         Add sc_loadrs and sc_rbs_bas to match current kernel.
11588
11589 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11590
11591         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
11592
11593         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
11594
11595 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11596
11597         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
11598         object has been bumped because of relocation dependency, avoid
11599         duplicates in l_scope.
11600         (show_scope): Fix typos.
11601         * elf/Makefile: Add rules to build and run reldep6.
11602         * elf/reldep6.c: New file.
11603         * elf/reldep6mod0.c: New file.
11604         * elf/reldep6mod1.c: New file.
11605         * elf/reldep6mod2.c: New file.
11606         * elf/reldep6mod3.c: New file.
11607         * elf/reldep6mod4.c: New file.
11608
11609 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
11610
11611         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
11612         sparc64_fixup_plt.
11613         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
11614         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
11615         for non-lazy binding. Fix .plt[32768+] handling.
11616         (elf_machine_plt_value): Don't add addend.
11617         (elf_machine_rela): Call sparc64_fixup_plt instead of
11618         elf_machine_fixup_plt.
11619         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
11620         dynamic linker at 0xfffff800XXXXXXXX.
11621
11622         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
11623
11624 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
11625
11626         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
11627
11628 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
11629
11630         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
11631         declare __cmsg_data field if its size would be bigger than 0.
11632         (CMSG_DATA): Adjust accordingly.
11633         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
11634         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
11635         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
11636         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
11637         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11638         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11639         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11640
11641 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
11642
11643         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
11644         * iconvdata/testdata/IBM1160: New file.
11645         * iconvdata/testdata/IBM1160..UTF8: New file.
11646         * iconvdata/testdata/IBM1161: New file.
11647         * iconvdata/testdata/IBM1161..UTF8: New file.
11648         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11649
11650 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11651
11652         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
11653         UL_SETFSIZE computations better.
11654
11655         * rt/Makefile: Remove use of filter for librt again.
11656
11657         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
11658         UL_SETFSIZE computations better.
11659
11660         * string/Versions: Export __strsep for GLIBC_2.2.5.
11661         * string/bits/string2.h: Define all __STRING_INLINE functions if
11662         _FORCE_INLINES is defined.
11663         Use int instead of char of parameter types.
11664         (__strsep): Don't use __strsep_g.  Don't define it.
11665         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
11666         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
11667         __strcpy_small.
11668         (__stpcpy_a_small): Renamed from __stpcpy_small.
11669         (__strcspn_c1): Don't define if _FORCE_INLINES.
11670         (__strspn_c1): Likewise.
11671
11672 2001-09-22  Ben Collins  <bcollins@debian.org>
11673
11674         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
11675         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
11676         * sysdeps/ia64/bits/sigaction.h: Likewise.
11677         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
11678
11679 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
11680
11681         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
11682
11683 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
11684
11685         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
11686
11687 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11688
11689         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
11690
11691 2001-09-20  H.J. Lu  <hjl@gnu.org>
11692
11693         * include/dlfcn.h (__RTLD_SPROF): New definiton.
11694         * elf/dl-open.c (dl_open_worker): Return immediately after loading
11695         for __RTLD_SPROF.
11696         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
11697         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
11698
11699 2001-09-20  H.J. Lu  <hjl@gnu.org>
11700
11701         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
11702         don't add 1.
11703
11704 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11705
11706         * nss/getent.c: Accept -s parameter to overwrite rules in
11707         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
11708
11709         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
11710         with as many ".0" as necessary to form a complete address
11711         inet_network understands.
11712
11713         * nss/getent.c: Various cleanups.  Use simpler and fewer function
11714         calls.
11715
11716 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11717
11718         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
11719         _JMPBUF_UNWINDS.
11720         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
11721
11722 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11723
11724         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
11725         IBM1161.
11726         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
11727         * iconvdata/ibm1160.c: New file.
11728         * iconvdata/ibm1160.h: New file.
11729         * iconvdata/ibm1161.c: New file.
11730         * iconvdata/ibm1161.h: New file.
11731         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11732
11733 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
11734
11735         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
11736         difference between base address and first PT_LOAD's virtual address,
11737         not the base address.
11738
11739 2001-09-11  Tom Rix  <trix@redhat.com>
11740
11741         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
11742         ifdef for __getopt_clean_environment.
11743         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
11744
11745 2001-09-22  Andreas Jaeger  <aj@suse.de>
11746
11747         * elf/reldep4.c (main): Add proper prototype to fix warning.
11748
11749         * elf/reldep5.c (main): Remove unused variable.
11750
11751         * math/math_private.h: Add prototypes.
11752
11753 2001-09-21  Andreas Jaeger  <aj@suse.de>
11754
11755         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
11756         * sysdeps/x86_64/Dist: New file.
11757         * sysdeps/x86_64/soft-fp/Dist: New file.
11758
11759         * sysdeps/gnu/Dist: Remove eval.c.
11760
11761 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
11762
11763         * malloc/memusage.c (realloc): Don't count already allocated
11764         memory in the sums.
11765         (me): Always use dlsym() to find the real implementations.
11766
11767         * malloc/memusage.sh: Make -n option actually do something.
11768
11769 2001-09-20  Andreas Jaeger  <aj@suse.de>
11770
11771         * elf/elf.h (R_390_NUM): Correct value.
11772
11773         * Versions.def: Add missing versions 2.2.3 for libthread_db and
11774         libpthread.
11775
11776         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
11777         for x86-64, install x86-64 into */lib64.
11778
11779         * shlib-versions: Add x86-64.
11780
11781         * elf/elf.h: Add x86-64 relocations.
11782
11783 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
11784
11785         * po/fr.po: Update from translation team.
11786
11787 2001-09-19  Andreas Jaeger  <aj@suse.de>
11788
11789         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
11790         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
11791         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
11792         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
11793         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
11794         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
11795         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
11796         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
11797         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
11798         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
11799         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
11800         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
11801         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
11802         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
11803         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
11804         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
11805         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
11806         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
11807         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
11808         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
11809         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
11810         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
11811         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
11812         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
11813         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
11814         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
11815         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
11816         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
11817         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
11818         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
11819         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
11820         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
11821         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
11822         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
11823         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
11824         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
11825         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
11826         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
11827         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
11828         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
11829         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
11830         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
11831         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
11832         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
11833         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
11834         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
11835         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
11836         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
11837         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
11838         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
11839         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
11840         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
11841         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
11842         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
11843         * sysdeps/unix/x86_64/sysdep.S: New file.
11844         * sysdeps/unix/x86_64/sysdep.h: New file.
11845         * sysdeps/x86_64/Implies: New file.
11846         * sysdeps/x86_64/Makefile: New file.
11847         * sysdeps/x86_64/Versions: New file.
11848         * sysdeps/x86_64/__longjmp.S: New file.
11849         * sysdeps/x86_64/abort-instr.h: New file.
11850         * sysdeps/x86_64/atomicity.h: New file.
11851         * sysdeps/x86_64/bits/endian.h: New file.
11852         * sysdeps/x86_64/bits/setjmp.h: New file.
11853         * sysdeps/x86_64/bits/string.h: New file.
11854         * sysdeps/x86_64/bp-asm.h: New file.
11855         * sysdeps/x86_64/bsd-_setjmp.S: New file.
11856         * sysdeps/x86_64/bsd-setjmp.S: New file.
11857         * sysdeps/x86_64/dl-machine.h: New file.
11858         * sysdeps/x86_64/elf/initfini.c: New file.
11859         * sysdeps/x86_64/elf/start.S: New file.
11860         * sysdeps/x86_64/ffs.c: New file.
11861         * sysdeps/x86_64/ffsll.c: New file.
11862         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
11863         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
11864         * sysdeps/x86_64/fpu/e_acosl.c: New file.
11865         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
11866         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
11867         * sysdeps/x86_64/fpu/e_expl.c: New file.
11868         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
11869         * sysdeps/x86_64/fpu/e_log10l.S: New file.
11870         * sysdeps/x86_64/fpu/e_log2l.S: New file.
11871         * sysdeps/x86_64/fpu/e_logl.S: New file.
11872         * sysdeps/x86_64/fpu/e_powl.S: New file.
11873         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
11874         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
11875         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
11876         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
11877         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
11878         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
11879         * sysdeps/x86_64/fpu/fegetenv.c: New file.
11880         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
11881         * sysdeps/x86_64/fpu/fegetround.c: New file.
11882         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
11883         * sysdeps/x86_64/fpu/fesetenv.c: New file.
11884         * sysdeps/x86_64/fpu/fesetround.c: New file.
11885         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
11886         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
11887         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
11888         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
11889         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
11890         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
11891         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
11892         * sysdeps/x86_64/fpu/s_atanl.c: New file.
11893         * sysdeps/x86_64/fpu/s_cosl.S: New file.
11894         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
11895         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
11896         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
11897         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
11898         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
11899         * sysdeps/x86_64/fpu/s_logbl.c: New file.
11900         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
11901         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
11902         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
11903         * sysdeps/x86_64/fpu/s_rintl.c: New file.
11904         * sysdeps/x86_64/fpu/s_significandl.c: New file.
11905         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
11906         * sysdeps/x86_64/fpu/s_sinl.S: New file.
11907         * sysdeps/x86_64/fpu/s_tanl.S: New file.
11908         * sysdeps/x86_64/gmp-mparam.h: New file.
11909         * sysdeps/x86_64/hp-timing.c: New file.
11910         * sysdeps/x86_64/hp-timing.h: New file.
11911         * sysdeps/x86_64/htonl.S: New file.
11912         * sysdeps/x86_64/memusage.h: New file.
11913         * sysdeps/x86_64/setjmp.S: New file.
11914         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
11915         * sysdeps/x86_64/stackinfo.h: New file.
11916         * sysdeps/x86_64/sysdep.h: New file.
11917         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
11918
11919         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
11920         L Moshier.
11921
11922 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11923
11924         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
11925         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
11926
11927 2001-09-18  Andreas Schwab  <schwab@suse.de>
11928
11929         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
11930         list, now that l_scope is a pointer.
11931
11932         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
11933         scope list.
11934
11935 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11936
11937         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
11938         (elf_machine_rela_relative): Add a missing declaration.
11939
11940 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
11941
11942         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
11943         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
11944         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
11945         ldd-rewrite scripts.
11946
11947 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11948
11949         * elf/ldd.bash.in: Update copyright message.
11950
11951 2001-09-17  H.J. Lu  <hjl@gnu.org>
11952
11953         * hurd/hurdmalloc.c (bcopy): Removed.
11954         (realloc): Replace bcopy with memcpy.
11955         * hurd/path-lookup.c (file_name_path_scan): Likewise.
11956         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
11957         * sunrpc/rpcinfo.c (pmapdump): Likewise.
11958
11959         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
11960         (gethostbyaddr): Likewise.
11961         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
11962
11963 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11964
11965         * sysdeps/gnu/eval.c: Removed.
11966
11967 2001-09-18  Andreas Jaeger  <aj@suse.de>
11968
11969         * sysdeps/i386/fpu/s_logbl.S: Move to ...
11970         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
11971
11972         * sysdeps/i386/fpu/s_rintl.S: Move to ...
11973         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
11974
11975         * sysdeps/i386/fpu/s_significandl.S: Move to ...
11976         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
11977
11978 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
11979
11980         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11981         nrules value.
11982
11983 2001-09-14  H.J. Lu  <hjl@gnu.org>
11984
11985         * sysdeps/mips/fpu/libm-test-ulps: Updated.
11986
11987 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
11988
11989         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
11990         Patch by Florian La Roche <laroche@redhat.com>.
11991
11992         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
11993
11994         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
11995         ETHER_CRC_LEN.
11996
11997 2001-09-14  Andreas Schwab  <schwab@suse.de>
11998
11999         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
12000         Sumner <bls@sgi.com>.
12001         * posix/execlp.c: Likewise.
12002
12003 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
12004
12005         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
12006         is already found earlier in the search scope.
12007
12008 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
12009
12010         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
12011         filter.
12012
12013 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
12014
12015         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
12016
12017 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
12018
12019         * config.h.in: Enforce optimization to be used.
12020         * Makeconfig (preprocess-versions): Define ASSEMBLER.
12021         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
12022         * posix/Makefile (annexc-CFLAGS): Define to -O.
12023         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
12024
12025 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
12026
12027         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
12028         Patch by Stephan Kulow.
12029
12030 2001-09-08  Ben Collins  <bcollins@debian.org>
12031
12032         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
12033         usage of RESOLVE() (r_type, not reloc->r_type).
12034
12035 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
12036
12037         * elf/dl-object.c: Avoid allocating extra memory block for name.
12038         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
12039         allocated separately.
12040         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12041
12042 2001-09-08  H.J. Lu  <hjl@gnu.org>
12043
12044         * po/zh_TW.po: Fix a typo.
12045
12046 2001-09-07  Tom Rix  <trix@redhat.com>
12047
12048         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
12049
12050 2001-08-26  Tom Rix  <trix@redhat.com>
12051
12052         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
12053         command line options.
12054         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
12055         * sysdeps/unix/sysv/aix/start.c: Removed.
12056         * sysdeps/unix/sysv/aix/start-libc.c: New file.
12057         * sysdeps/unix/sysv/aix/init-first.c: New file.
12058         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
12059
12060 2001-09-08  Ben Collins  <bcollins@debian.org>
12061
12062         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
12063         * sysdeps/generic/dl-machine.h: Likewise.
12064         * sysdeps/hppa/dl-fptr.c: Likewise.
12065         * sysdeps/ia64/dl-fptr.c: Likewise.
12066         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
12067         * sysdeps/mips/dl-machine.h: Likewise.
12068         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12069         * sysdeps/powerpc/dl-machine.c: Likewise.
12070
12071 2001-09-07  Ben Collins  <bcollins@debian.org>
12072
12073         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
12074
12075         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
12076
12077 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
12078
12079         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
12080         dependencies if necessary.
12081
12082         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
12083         loaded directly) determine length if l_initfini list by iterating
12084         over its elements.  Minor optimizations.
12085         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
12086         for dependency objects.
12087         If object was already loaded check whether any of the dependencies
12088         is already on the relocation dependency list.  If yes, remove the
12089         latter.  Minor optimizations.
12090         * elf/dl-lookup.c (add_dependency): Add check for self reference of
12091         maps here.  Search l_initfini list only if the object was loaded
12092         directly and not only as a dependency.
12093         (_dl_lookup_symbol): Add relocation dependency also if object
12094         is not in global scope.  Remove test for self-reference here.
12095         (_dl_lookup_versioned_symbol): Likewise.
12096         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
12097         element of first name record.
12098         * elf/loadtest.c: Add some more test to recognize early if an object
12099         wasn't unloaded.
12100         * elf/Makefile: Add rules to build and run reldep5.
12101         * elf/reldep5.c: New file.
12102         * elf/reldepmod5.c: New file.
12103         * elf/reldepmod6.c: New file.
12104
12105         * elf/reldep2.c: Fix typo.
12106
12107 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
12108
12109         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
12110         elements.  Change l_scope to be a pointer only.
12111         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
12112         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
12113         here add searchlist of newly open file to the dependency's scope.
12114         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
12115         only searchlist from its scope.  Free own scope array if necessary.
12116         * elf/Makefile (tests): Add dblload and dblunload now.
12117
12118 2001-09-06  Andreas Jaeger  <aj@suse.de>
12119
12120         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
12121         Stephen L Moshier.
12122
12123 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
12124
12125         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
12126         they both fail.
12127         * elf/dblload.c: New file.
12128         * elf/dblloadmod1.c: New file.
12129         * elf/dblloadmod2.c: New file.
12130         * elf/dblloadmod3.c: New file.
12131         * elf/dblunload.c: New file.
12132
12133 2001-09-04  Richard Henderson  <rth@redhat.com>
12134
12135         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
12136         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
12137
12138 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
12139
12140         Correct very misleading message for error in failed runtime relocation.
12141         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
12142         place of the error.
12143         (_dl_signal_cerror): Likewise.
12144         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
12145         * elf/dl-close.c: Likewise.
12146         * elf/dl-deps.c: Likewise.
12147         * elf/dl-load.c: Likewise.
12148         * elf/dl-lookup.c: Likewise.
12149         * elf/dl-open.c: Likewise.
12150         * elf/dl-reloc.c: Likewise.
12151         * elf/dl-sym.c: Likewise.
12152         * elf/dl-version.c: Likewise.
12153         * sysdeps/generic/dl-sysdep.c: Likewise.
12154
12155 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
12156
12157         * iconv/strtab.c (strtabinit): Initialize null Strent.
12158         (newstring): Move len == 0 handling...
12159         (strtabadd): ...here.
12160         If len == 1, return null Strent.
12161         When inserting a suffix of an existing string, check if
12162         it is not equal to some suffix already recorded.
12163         Copy left and right members over if adding longer string.
12164
12165 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
12166
12167         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
12168
12169         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
12170         (__syscall_gethostname): Add prototype.
12171
12172 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
12173
12174         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
12175
12176 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
12177
12178         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
12179
12180 2001-08-27  Roland McGrath  <roland@frob.com>
12181
12182         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
12183         short, copy that much into NAME anyway before returning error.
12184
12185 2001-09-01  Richard Henderson  <rth@redhat.com>
12186
12187         * sysdeps/alpha/elf/Dist: Remove file.
12188         * sysdeps/alpha/elf/Makefile: Remove file.
12189         * sysdeps/alpha/elf/crtbegin.S: Remove file.
12190         * sysdeps/alpha/elf/crtend.S: Remove file.
12191         * sysdeps/alpha/elf/initfini.c: New file.
12192
12193 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
12194
12195         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
12196         * iconv/tst-iconv3.c: Likewise.
12197
12198 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
12199
12200         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
12201
12202 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
12203
12204         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
12205         export it.
12206         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
12207         * iconv/iconv_prog.c (insert_cache): New function.
12208         (print_known_names): If cache is used call insert_cache to use the
12209         information from the cache [PR libc/2509].
12210
12211 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
12212
12213         * time/strptime.c (strptime_internal): Recognize 'l' format and
12214         handle it like 'I' for symmetry with strftime.
12215
12216 2001-08-31  Richard Henderson  <rth@redhat.com>
12217
12218         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
12219         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
12220         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
12221         (print_statistics): Make scalar unsigned long long.
12222         * sysdeps/alpha/hp-timing.h: New file.
12223
12224 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
12225
12226         * stdio-common/perror.c (perror): Save errno early, pass it
12227         down to perror_internal.
12228         (perror_internal): Add errnum argument.
12229
12230 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
12231
12232         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
12233         Don't add old memory content for R_ALPHA_REFQUAD.
12234
12235 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12236
12237         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
12238         memory correctly.
12239
12240         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
12241         instead of open, __close instead of close, __getpagesize instead
12242         of getpagesize.
12243
12244         * string/argz-stringify.c (__argz_stringify): Use __strnlen
12245         instead of strnlen.
12246         * include/string.h (strndupa): Redefine here to use __strnlen
12247         instead of strnlen.
12248         * string/strndup.c (__strndup): Use __strnlen not strnlen.
12249
12250         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
12251         connected).
12252
12253 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12254
12255         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
12256         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
12257         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
12258         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
12259         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
12260         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
12261         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
12262
12263 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12264
12265         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
12266
12267 2001-08-30  Andreas Jaeger  <aj@suse.de>
12268
12269         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
12270         contributed Stephen L Moshier.
12271
12272 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12273
12274         * sunrpc/etc.rpc (sgi_fam): Add.
12275
12276 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12277
12278         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
12279
12280 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12281
12282         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
12283         first is from a previous call.
12284         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
12285
12286 2001-08-29  Andreas Schwab  <schwab@suse.de>
12287
12288         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
12289
12290 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12291
12292         * config.make.in (INSTALL_SCRIPT): Define.
12293         * Makeconfig (INSTALL_SCRIPT): Define.
12294         * Makerules (do-install-script): New macro to install scripts using
12295         INSTALL_SCRIPT.
12296         (install-bin-script): New rule to install scripts with
12297         do-install-script.
12298         (install-bin-script-nosubdir): New rule.
12299         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
12300         (distinfo-vars): Add $(install-bin-script).
12301         * Rules (others): Likewise.
12302         * Makefile (glibcbug): Install with install-bin-script.
12303         * debug/Makefile (xtrace): Likewise.
12304         (catchsegv): Likewise.
12305         * elf/Makefile (ldd): Likewise.
12306         * malloc/Makefile (mtrace): Likewise.
12307         * timezone/Makefile (tzselect): Likewise.
12308
12309 2001-08-29  H.J. Lu  <hjl@gnu.org>
12310
12311         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
12312         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
12313         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
12314
12315 2001-08-29  Andreas Schwab  <schwab@suse.de>
12316
12317         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
12318
12319 2001-08-28  H.J. Lu  <hjl@gnu.org>
12320
12321         * Makeconfig (combreloc-LDFLAGS): New variable.
12322         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
12323         * config.make.in (have-z-combreloc): New variable.
12324         * configure.in: Substitute libc_cv_z_combreloc.
12325
12326 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12327
12328         * po/sv.po: Update from translation team.
12329         * po/fr.po: Likewise.
12330         * po/da.po: Likewise.
12331
12332 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12333
12334         * Makerules: Fix a typo: MD% -> MD5.
12335
12336 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
12337
12338         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
12339         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
12340
12341 2001-08-28  Andreas Jaeger  <aj@suse.de>
12342
12343         * manual/libc-texinfo.sh: Add entry about free manuals.
12344
12345         * manual/contrib.texi (Contributors): Fix cross reference.
12346
12347         * manual/libc.texinfo (Copying): Include freemanuals.
12348
12349         * manual/Makefile (appendices): Add freemanuals.
12350
12351         * manual/freemanuals.texi: New file.
12352         Patch by Brian Youmans <3diff@gnu.org>.
12353
12354         * manual/libm-err-tab.pl: Pretty print more platforms, print a
12355         smaller table.
12356
12357         * manual/math.texi (Errors in Math Functions): Fix grammar, start
12358         table on separate page.
12359         Patch by Brian Youmans <3diff@gnu.org>.
12360
12361 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12362
12363         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
12364         the connection went down after we first used it try to connect
12365         again and resend the message before printing to the console.
12366         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
12367
12368 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12369
12370         * string/tst-strlen.c (main): Test strnlen (, -1) too.
12371         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
12372         bit set.
12373
12374 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12375
12376         * iconv/strtab.c (searchstring): Use correct length for comparison.
12377         (strtabadd): Account total size correct if new string has old string as
12378         substring.
12379
12380 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12381
12382         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
12383
12384 2001-08-27  Andreas Jaeger  <aj@suse.de>
12385
12386         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
12387
12388         * math/libm-test.inc (j0_test): Add extra tests.
12389         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
12390         not x, in Hankel approximation.
12391         Patches by Stephen L Moshier.
12392
12393 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12394
12395         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
12396         link_map.
12397
12398         * configure.in: Fix test for .rela.dyn section.
12399
12400         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
12401
12402 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12403
12404         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
12405         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
12406         Pass type_class to _dl_lookup_*.
12407         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
12408         Pass around just type_class instead of noexec, noplt pair.
12409         (_dl_lookup_versioned_symbol): Likewise.
12410         (_dl_lookup_symbol_skip): Pass around just type_class instead of
12411         noexec, noplt pair.
12412         (_dl_lookup_versioned_symbol_skip): Likewise.
12413         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
12414         * elf/do-lookup.h (do_lookup): Likewise.
12415         * include/link.h (struct link_map): Replace noexec and noplt fields
12416         in l_lookup_cache with type_class field.
12417         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
12418         ELF_RTYPE_CLASS_COPY): Define.
12419         Adjust prototypes for _dl_lookup_symbol and
12420         _dl_lookup_versioned_symbol.
12421         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
12422         elf_machine_lookup_noexec_p): Remove.
12423         (elf_machine_type_class): Define.
12424         * sysdeps/arm/dl-machine.h: Likewise.
12425         * sysdeps/hppa/dl-machine.h: Likewise.
12426         * sysdeps/cris/dl-machine.h: Likewise.
12427         * sysdeps/i386/dl-machine.h: Likewise.
12428         * sysdeps/ia64/dl-machine.h: Likewise.
12429         * sysdeps/m68k/dl-machine.h: Likewise.
12430         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12431         * sysdeps/mips/dl-machine.h: Likewise.
12432         * sysdeps/powerpc/dl-machine.h: Likewise.
12433         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12434         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12435         * sysdeps/sh/dl-machine.h: Likewise.
12436         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12437         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12438
12439 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12440
12441         * manual/message.texi (Advanced gettext functions): Change
12442         description of plural forms for Slovak.
12443         Reported by Marcel Telka <marcel@telka.sk>.
12444
12445         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
12446         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
12447
12448 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12449
12450         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
12451         typo.  Patch by Florian La Roche <laroche@redhat.com>.
12452
12453 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12454
12455         * include/link.h (struct link_map): Add l_lookup_cache element.
12456         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
12457         (RESOLVE_MAP): Likewise.
12458         (_dl_relocate_object): Remove cache initialization.
12459         * elf/dl-lookup.c: Rip out cache handling code.
12460         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
12461         declarations.
12462
12463         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
12464         remove some __builtin_expect.
12465         (_dl_lookup_versioned_symbol): Likewise.
12466
12467         * config.h.in: Add HAVE_Z_COMBRELOC.
12468         * configure.in: Add test for -z combreloc.
12469
12470         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
12471         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
12472         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
12473         case to almost no code.
12474
12475 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
12476
12477         * po/tr.po: Update from translation team.
12478
12479 2001-08-24  Andreas Jaeger  <aj@suse.de>
12480
12481         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
12482         make clean works.
12483
12484 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12485
12486         * elf/rtld.c (print_statistics): Printf % after percent values.
12487         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
12488
12489         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
12490         don't have to compute the hash value and initialize current_value.
12491         Move reference_name variable to where it is needed.
12492         (_dl_lookup_versioned_symbol): Likewise.
12493
12494 2001-08-24  Roland McGrath  <roland@frob.com>
12495
12496         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
12497         Just test that strerror returns non-null for a few errno codes.
12498
12499 2001-08-23  Roland McGrath  <roland@frob.com>
12500
12501         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
12502         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
12503
12504         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
12505
12506         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
12507         __mach_reply_port.
12508
12509 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12510
12511         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
12512         returns NULL.
12513
12514         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
12515         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
12516         doesn't do it.
12517         * elf/rtld.c: Include <sys/param.h>.
12518         * elf/dl-reloc.c: Likewise.
12519
12520 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12521
12522         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
12523         empty to prevent junk from being generated.
12524         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
12525
12526 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12527
12528         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
12529         records.  Rename endrel to relative, initialize it to r, and use it
12530         in elf_machine_rel_relative calls.  Point r after relative relocs.
12531
12532 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12533
12534         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
12535         of R_386_NONE.
12536
12537 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12538
12539         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
12540         necessary.  Undefine newly defined macros at the end.
12541         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
12542         Rename from elf_machine_rel_relative.
12543         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
12544         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
12545         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
12546         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
12547         Likewise.
12548         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
12549         Likewise.
12550         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
12551         Fix argument types.
12552         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
12553         Fix argument types.
12554         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
12555         Likewise.  Fix argument types.
12556         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
12557         Likewise.  Fix argument types.
12558         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
12559         Fix argument types.
12560         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
12561         ElfW(Rel) in argument.
12562         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
12563         function.
12564
12565 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
12566
12567         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
12568
12569 2001-08-24  Andreas Jaeger  <aj@suse.de>
12570
12571         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
12572         Stephen L Moshier <moshier@mediaone.net>.
12573
12574 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12575
12576         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
12577         first if RELCOUNT is set.
12578
12579         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
12580         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
12581         elf_machine_rel_relative.
12582         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
12583         Minor optimizations.
12584         * sysdeps/arm/dl-machine.h: Likewise.
12585         * sysdeps/cris/dl-machine.h: Likewise.
12586         * sysdeps/hppa/dl-machine.h: Likewise.
12587         * sysdeps/i386/dl-machine.h: Likewise.
12588         * sysdeps/ia64/dl-machine.h: Likewise.
12589         * sysdeps/m68k/dl-machine.h: Likewise.
12590         * sysdeps/mips/dl-machine.h: Likewise.
12591         * sysdeps/powerpc/dl-machine.h: Likewise.
12592         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12593         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12594         * sysdeps/sh/dl-machine.h: Likewise.
12595         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12596         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12597
12598 2001-08-23  Roland McGrath  <roland@frob.com>
12599
12600         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
12601
12602         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
12603         sysdeps/mach version.  Implement counting ("recursive") mutexes
12604         on top of cthreads mutexes.
12605         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
12606
12607         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
12608         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
12609         (__libc_cleanup_region_start, __libc_cleanup_region_end,
12610         __libc_clean_end): Define these to call the cleanup function after
12611         normal exit when they're supposed to.
12612
12613         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
12614         Take new first arg DOIT, a boolean saying whether to really install
12615         any cleanup handler.
12616         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
12617         (__libc_cleanup_end): Likewise.
12618         * sysdeps/generic/bits/libc-lock.h: Same changes.
12619         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
12620         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
12621         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
12622         Likewise.
12623         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
12624         * sysdeps/generic/bits/stdio-lock.h
12625         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
12626
12627 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12628
12629         * elf/ldconfig.c (search_dir): Remove stale symlinks.
12630
12631 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12632
12633         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
12634         functions.
12635         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
12636         lookups in cache.
12637         (_dl_lookup_versioned_symbol): Likewise.
12638         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
12639         relocation lookup.
12640         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
12641         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
12642         (lookup_cache, lookup_cache_versioned): Add declarations.
12643
12644 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12645
12646         * stdlib/tst-random.c (main): Swap parameters in fail call.
12647         Patch by Pete Bevin <pete@petebevin.com>.
12648
12649 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12650
12651         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
12652
12653 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12654
12655         * malloc/obstack.c: Indent preprocessor directives.
12656         Patch by Jim Meyering <meyering@ascend.com>.
12657
12658         * po/ja.po: Update from translation team.
12659
12660 2001-08-23  Roland McGrath  <roland@frob.com>
12661
12662         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
12663
12664         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
12665         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
12666
12667 2001-08-22  Roland McGrath  <roland@frob.com>
12668
12669         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
12670         __libc_lock_define_recursive.
12671         * elf/dl-open.c: Don't declare it here any more.
12672         * elf/dl-close.c: Likewise.
12673         * elf/dl-lookup.c: Likewise.
12674         * elf/dl-iteratephdr.c: Likewise.
12675         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
12676         __libc_lock_unlock_recursive.
12677         * elf/dl-close.c (_dl_close): Likewise
12678         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
12679         * elf/dl-open.c (_dl_open): Likewise
12680
12681         * sysdeps/generic/bits/libc-lock.h
12682         (__libc_lock_define_recursive): New macro.
12683         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
12684         (_IO_lock_lock): Use __libc_lock_lock_recursive.
12685         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
12686
12687         * conform/conformtest.pl (checknamespace): Sort the output list.
12688
12689         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
12690         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
12691         definitions conditional on [__USE_XOPEN].
12692
12693         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
12694         these unconditionally, not only use [__USE_BSD], so as to match
12695         the sysdeps/unix/sysv/linux files.
12696
12697 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12698
12699         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
12700         avoid warnings.
12701
12702         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
12703         DL_LOOKUP_ADDRESS.
12704
12705 2001-08-22  Roland McGrath  <roland@frob.com>
12706
12707         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
12708         conditionalization of sa_handler/sa_sigaction member types to
12709         match the sysdeps/unix/sysv/linux file.
12710
12711 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12712
12713         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
12714         symbol sizes a bit better.
12715
12716         * sysdeps/ia64/strncpy.S: Complete rewrite.
12717         Contributed by Jakub Jelinek <jakub@redhat.com>.
12718
12719         * string/stratcliff.c (main): Add strncpy test.
12720
12721 2001-08-22  Roland McGrath  <roland@frob.com>
12722
12723         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
12724         and don't declare unsetenv or _environ directly.
12725         (unsetenv): Return int, not void.  Use __environ instead of _environ.
12726
12727 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
12728
12729         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
12730         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
12731         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
12732         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
12733         test for cmsg struct size.
12734
12735 2001-04-23  Paul Eggert  <eggert@twinsun.com>
12736
12737         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
12738         Rename __argc to ___argc in prototypes to avoid compatibility
12739         problems with systems that reserve the identifier "__argc".
12740         Similarly for __argv.
12741
12742 2001-08-21  Roland McGrath  <roland@frob.com>
12743
12744         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
12745
12746         * mach/Makefile (tests): Removed.
12747         * mach/hello.c: File removed.
12748
12749 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12750
12751         * po/sv.po: Update from translation team.
12752
12753         * stdio-common/vfscanf.c: Fix handling of %l[].
12754         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
12755
12756         * libio/Makefile (tests): Add tst-sscanf.
12757         * libio/tst-sscanf.c: New file.
12758
12759         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
12760         * malloc/mtrace.c (tr_where): dli_sname always points to a
12761         non-empty string if != NULL.
12762         Reported by Tim Janik <timj@gtk.org>.
12763
12764 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
12765
12766         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
12767         buf.  Free resources on failure.
12768         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
12769         (makefd_xprt): Likewise.
12770         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
12771         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
12772         * sunrpc/auth_unix.c (authunix_create): Likewise.
12773
12774 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
12775
12776         * string/strnlen.c: Remove.
12777         * sysdeps/generic/strnlen.c: New file.
12778         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
12779
12780 2001-08-21  Roland McGrath  <roland@frob.com>
12781
12782         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
12783         as a macro, not an extern inline function.
12784
12785         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
12786         * Versions.def (libc): Add GLIBC_2.2.5 set.
12787         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
12788         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
12789
12790 2001-08-20  Roland McGrath  <roland@frob.com>
12791
12792         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
12793         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
12794
12795 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12796
12797         * string/bits/string2.h: Remove strnlen optimization here.
12798         * sysdeps/i386/i486/bits/string.h: Add it here.
12799
12800 2001-08-21  Wolfram Gloger  <wg@malloc.de>
12801
12802         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
12803
12804 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12805
12806         * po/gl.po: Update from translation team.
12807
12808 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12809
12810         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
12811         * misc/err.c (convert_and_print): Likewise.
12812
12813         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
12814         function calls.
12815
12816 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12817
12818         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
12819         change of the gregset_t type.
12820         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12821
12822 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12823
12824         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
12825
12826 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12827
12828         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
12829
12830         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
12831
12832 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
12833
12834         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
12835         before calling the cthreads initialization code.
12836
12837 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12838
12839         * argp/argp-help.c: Fix two problems introduced in last change.
12840
12841         * include/dirent.h: Include <dirstream.h> first.
12842
12843 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
12844
12845         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
12846
12847         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
12848         * sunrpc/xdr_rec.c: Likewise.
12849         * sunrpc/xdr_mem.c: Likewise.
12850         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
12851         * sunrpc/rpc_cmsg.c: Likewise.
12852         * sunrpc/getrpcport.c (getrpcport): Likewise.
12853         * sunrpc/clnt_simp.c (callrpc): Likewise.
12854         * sunrpc/clnt_gen.c (clnt_create): Likewise.
12855         * string/envz.c: Likewise.
12856
12857         * po/ko.po: Update from translation team.
12858
12859         * argp/argp-help.c: Handle wide oriented stderr stream.
12860
12861 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
12862
12863         * sysdeps/generic/strtol.c: Little optimizations.  Add some
12864         __builtin_expect.
12865
12866         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
12867
12868         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
12869         * wcsmbs/wcwidth.c (wcwdith): Likewise.
12870         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
12871
12872         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
12873
12874         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
12875
12876         * time/time.h (struct timespec): Use __time_t for tv_sec element.
12877
12878         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
12879         wchar_t for function declarations and defintions.
12880
12881         * misc/sys/select.h: Define __need_time_t before including <time.h>.
12882         Define suseconds_t if it hasn't happened yet.
12883
12884         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
12885
12886         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
12887
12888         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
12889         <stddef.h>.
12890
12891         * conform/data/stddef.h-data: Remove wint_t.
12892
12893         * conform/conformtest.pl: Change namespace test to take #undef
12894         lines into account.
12895
12896         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
12897
12898         * conform/data/sys/socket.h-data: Add sockatmark.
12899
12900 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12901
12902         * io/fts.c: Update from recent BSD source.
12903
12904 2001-08-17  Roland McGrath  <roland@frob.com>
12905
12906         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
12907         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
12908         Likewise.
12909
12910 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12911
12912         * locale/duplocale.c (__duplocale): Also initialize the special
12913         __ctype_* elements.
12914
12915         * conform/data/netdb.h-data: Adjust gai_strerror return type.
12916
12917 2001-08-17  Andreas Jaeger  <aj@suse.de>
12918
12919         * misc/getpass.c: Include wchar.h for prototypes.
12920         * malloc/obstack.c: Likewise.
12921
12922 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12923
12924         * sunrpc/svc_simple.c (universal): Use __write instead of write.
12925
12926         * wcsmbs/wcscoll.c: Also define __wcscoll.
12927         * include/wchar.h: Declare __wcscoll.
12928
12929         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
12930         * libio/vwprintf.c: Likewise.
12931         * libio/wprintf.c: Likewise.
12932
12933         * iconv/gconv_cache.c: Use __munmap instead of munmap.
12934
12935 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
12936
12937         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
12938         instead of mbrtowc.
12939         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
12940         wcslen, and __wcscoll instead of wcscoll.
12941
12942         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
12943
12944         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
12945         __getuid instead of getuid.
12946
12947         * stdio-common/perror.c (perror): Use __close instead of close.
12948         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12949         * libio/freopen.c (freopen): Likewise.
12950         * libio/freopen64.c (freopen64): Likewise.
12951
12952         * libio/tst-ungetwc2.c (main): Define str const.
12953
12954         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
12955         * libio/fwprintf.c: Also define __fwprintf.
12956         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
12957         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
12958         * assert/assert-perr.c: Likewise.
12959         * assert/assert.c: Likewise.
12960         * gmon/gmon.c: Likewise.
12961         * inet/rcmd.c: Likewise.
12962         * malloc/obstack.c: Likewise.
12963         * misc/err.c: Likewise.
12964         * misc/error.c: Likewise.
12965         * misc/getpass.c: Likewise.
12966         * posix/getopt.c: Likewise.
12967         * resolv/res_hconf.c: Likewise.
12968         * stdio-common/perror.c: Likewise.
12969         * stdio-common/psignal.c: Likewise.
12970         * stdlib/fmtmsg.c: Likewise.
12971         * sunrpc/auth_unix.c: Likewise.
12972         * sunrpc/clnt_perr.c: Likewise.
12973         * sunrpc/clnt_tcp.c: Likewise.
12974         * sunrpc/clnt_udp.c: Likewise.
12975         * sunrpc/clnt_unix.c: Likewise.
12976         * sunrpc/svc_simple.c: Likewise.
12977         * sunrpc/svc_tcp.c: Likewise.
12978         * sunrpc/svc_udp.c: Likewise.
12979         * sunrpc/svc_unix.c: Likewise.
12980         * sunrpc/xdr.c: Likewise.
12981         * sunrpc/xdr_array.c: Likewise.
12982         * sunrpc/xdr_rec.c: Likewise.
12983         * sunrpc/xdr_ref.c: Likewise.
12984         * sysdeps/generic/wordexp.c: Likewise.
12985
12986         * po/it.po: Update from translation team.
12987
12988         * misc/err.c: Handle wide oriented stderr stream.
12989
12990 2001-08-14  Tom Rix  <trix@redhat.com>
12991
12992         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
12993         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
12994
12995 2001-08-13  Tom Rix  <trix@redhat.com>
12996
12997         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
12998         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
12999         and __intptr_t.
13000
13001 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13002
13003         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
13004         Store the access registers to the ucontext structure.
13005         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
13006         Likewise.
13007
13008         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
13009         Load the access registers from the ucontext structure.
13010         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
13011         Likewise.
13012
13013         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
13014         offsets to the new ucontext layout.
13015         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
13016
13017         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
13018         of the ucontext structure.
13019         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
13020
13021 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
13022
13023         * misc/error.c (error): Handle wide oriented stderr stream correctly.
13024         (error_at_line): Likewise.
13025
13026         * stdio-common/perror.c (perror): Implement according to standard.
13027         The stream orientation must not be changed if the stream was not
13028         oriented before the call.
13029         * stdio-common/Makefile (tests): Add tst-perror.
13030         * stdio-common/tst-perror.c: New file.
13031
13032
13033 See ChangeLog.12 for earlier changes.