Update.
[platform/upstream/linaro-glibc.git] / ChangeLog
1 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
2
3         * locale/iso-639.def: Add entry for Ganda.
4         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
5         definition.
6         (address_finish): Handle entries with two letter ISO 639 code.
7
8         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
9         directory if it existed before.
10         * iconv/iconvconfig.c: Implement --prefix option.
11
12         * math/libm-test.inc (cexp_test): Add missing L suffix for
13         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
14         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
15         1.25 i).
16
17 2002-05-29  H.J. Lu  <hjl@gnu.org>
18
19         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
20         is turned on.
21
22 2002-05-28  H.J. Lu  <hjl@gnu.org>
23
24         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
25         are not dlopened on the dependency list of a dlopened object.
26
27 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
28
29         * elf/dl-lookup.c (add_dependency): It is not necessary to add
30         dependencies if they are created between objects which are created
31         while processing RTLD_NOW for objects loaded as part of the same
32         dlopen call.
33
34 2002-06-14  H.J. Lu  <hjl@gnu.org>
35
36         * elf/Makefile (tests): Add circleload1.
37         (modules-names): Add circlemod1, circlemod2, circlemod3,
38         circlemod1a, circlemod2a and circlemod3a.
39         ($(objpfx)circleload1): New target.
40         ($(objpfx)circleload1.out): Likewise.
41         ($(objpfx)circlemod1.so): Likewise.
42         ($(objpfx)circlemod2.so): Likewise.
43         ($(objpfx)circlemod1a.so): Likewise.
44         ($(objpfx)circlemod2a.so): Likewise.
45         * elf/circleload1.c: New file.
46         * elf/circlemod1.c: New file.
47         * elf/circlemod1a.c: New file.
48         * elf/circlemod2.c: New file.
49         * elf/circlemod2a.c: New file.
50         * elf/circlemod3.c: New file.
51         * elf/circlemod3a.c: New file.
52
53 2002-06-18  Amos Waterland  <apw@us.ibm.com>
54
55         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
56         file descriptor.
57         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
58         add check for fd not open for writing.
59
60         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
61         completed element(s) and do not suspend thread if so.  Patch
62         heavily modified by drepper.
63
64         * rt/tst-aio7.c: New file.  Regression test for problems which the
65         above three changes fix.
66         * rt/Makefile (tests): Add tst-aio7.
67
68 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
69
70         * rt/tst-aio6.c: Fix comment.
71
72         * catgets/gencat.c (read_input_file): Handle more than one slash
73         at end of line correctly [PR libc/3926].
74         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
75
76         * catgets/sample.SJIS: Add test case for above bug.
77         * catgets/test-gencat.c: Adjust test code.
78         * catgets/test-gencat.sh: Adjust expected results.
79
80         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
81         to skip relative relocations.
82         Patch by Geoff Keating <geoffk@redhat.com>.
83
84 2002-05-26  Bruno Haible  <bruno@clisp.org>
85
86         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
87         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
88         All callers changed.
89         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
90         STANDARD_FROM_LOOP_ERR_HANDLER.
91         (utf8_internal_loop): Likewise.
92         (ucs2_internal_loop): Likewise.
93         (internal_ucs2_loop): Perform error handling like in
94         STANDARD_FROM_LOOP_ERR_HANDLER.
95         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
96         in STANDARD_FROM_LOOP_ERR_HANDLER.
97         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
98         handling.
99         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
100         in STANDARD_FROM_LOOP_ERR_HANDLER.
101         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
102         handling.
103         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
104         in STANDARD_FROM_LOOP_ERR_HANDLER.
105         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
106         handling.
107         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
108         STANDARD_FROM_LOOP_ERR_HANDLER.
109         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
110         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
111         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
112         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
113         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
114         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
115         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
116         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
117         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
118         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
119         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
120         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
121         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
122         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
123         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
124         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
125         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
126         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
127         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
128         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
129         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
130         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
131         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
132         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
133         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
134         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
135         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
136         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
137         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
138         an error, still set result = __GCONV_ILLEGAL_INPUT.
139         (BODY for TO_LOOP): Likewise.
140         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
141         STANDARD_FROM_LOOP_ERR_HANDLER.
142         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
143         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
144         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
145         handling.
146         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
147         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
148         STANDARD_FROM_LOOP_ERR_HANDLER.
149         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
150         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
151         STANDARD_FROM_LOOP_ERR_HANDLER.
152         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
153         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
154         STANDARD_FROM_LOOP_ERR_HANDLER.
155         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
156         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
157         STANDARD_FROM_LOOP_ERR_HANDLER.
158         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
159         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
160         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
161         handling.
162         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
163         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
164         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
165         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
166
167 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
168
169         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
170         labels in assembler instructions.
171
172 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
173
174         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
175         not enough content is available.
176         * libio/tst-eof.c: New file.
177         * libio/Makefile (tests): Add tst-eof.
178
179         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
180         update atime.
181         * libio/tst-atime.c: New file.
182         * libio/Makefile (tests): Add tst-atime.
183
184         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
185         handling of overly long words.
186
187 2002-06-25  Andreas Jaeger  <aj@suse.de>
188
189         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
190         to not use 32-bit pc relative relocations.
191         (elf_machine_dynamic): Likewise.
192
193 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
194
195         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
196         (__GETDENTS): Check for failed getdents64 syscall.
197         * dirent/Makefile (tests): Add bug-readdir1.
198         * dirent/bug-readdir1.c: New file.
199
200 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
201
202         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
203         lookups.
204         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
205         code.  Print TLS modid and offset for modules containing PT_TLS
206         segments.
207
208 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
209
210         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
211         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
212         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
213         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
214
215 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
216
217         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
218         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
219         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
220         * nss/getXXent_r.c (NEW, NEW1): Define.
221         (NEW (REENTRANT_GETNAME)): Strong alias to
222         INTERNAL (REENTRANT_GETNAME).
223         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
224
225 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
226
227         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
228         (_IO_file_jumps_mmap): Use it.
229         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
230         * libio/libioP.h: Remove _IO_wdefault_setbuf and
231         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
232         prototype.
233         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
234         (_IO_wfile_jumps_mmap): Don't use it anymore.
235         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
236         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
237         _IO_wdefault_setbuf.
238         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
239         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
240         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
241
242 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
243
244         * libio/Makefile (tests): Add tst-mmap-setvbuf.
245         * libio/tst-mmap-setvbuf.c: New test.
246
247 2002-06-21  Andreas Jaeger  <aj@suse.de>
248
249         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
250
251 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
252
253         * include/unistd.h (__fork_internal): Remove.
254         (__fork): Don't define to __fork_internal.
255         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
256         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
257         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
258         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
259         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
260
261 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
262
263         * po/hr.po: New file.
264
265 2002-06-11  Wolfram Gloger  <wg@malloc.de>
266
267         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
268         Reported by Michael Meissner <meissner@redhat.com>.
269
270 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
271
272         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
273         Patch by Hans Boehm <hans_boehm@hp.com>.
274
275 2002-06-20  Andreas Jaeger  <aj@suse.de>
276
277         * math/libm-test.inc: Use exact values as input parameters,
278         compute output parameters with 36 digits for 128-bit long doubles.
279         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
280         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
281         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
282
283 2002-06-13  Stephen L Moshier  <steve@moshier.net>
284
285         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
286         argument or result is subnormal.
287
288 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
289
290         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
291         quotient.
292         * sysdeps/i386/fpu/s_remquof.S: Likewise.
293         * sysdeps/i386/fpu/s_remquol.S: Likewise.
294
295         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
296
297 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
298
299         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
300         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
301         Reported by Peter A. Buhr.
302
303 2002-06-15  Roland McGrath  <roland@frob.com>
304
305         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
306         warning.
307
308         * sysdeps/mach/hurd/getcwd.c
309         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
310
311         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
312         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
313
314         * sysdeps/alpha/divrem.h: Use local label instead of global one for
315         jump to local subroutine.
316
317 2002-06-14  Roland McGrath  <roland@frob.com>
318
319         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
320         * sysdeps/mach/hurd/Makeconfig: ... here.
321
322 2002-06-13  Andreas Schwab  <schwab@suse.de>
323
324         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
325         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
326         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
327
328 2002-06-13  Roland McGrath  <roland@frob.com>
329
330         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
331         * hurd/hurdstartup.c (_hurd_startup): Likewise.
332         Use intptr_t instead of int for argc in stack layout.
333         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
334         (_dl_init_first): Likewise.
335         (_hurd_stack_setup): Likewise.
336         (init1): Add a cast.
337         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
338
339         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
340         argument to pfinet_siocgifconf RPC.
341
342 2002-06-13  Andreas Schwab  <schwab@suse.de>
343
344         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
345         expansion order.
346
347 2002-06-12  Roland McGrath  <roland@frob.com>
348
349         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
350         if already defined.
351         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
352         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
353
354 2002-06-11  Roland McGrath  <roland@frob.com>
355
356         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
357         file on [!RTLD_STAT64].
358         * sysdeps/mach/hurd/fxstat64.c: Likewise.
359
360         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
361         (__fdopen): Use INTUSE.
362         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
363
364         * stdio-common/tmpfile64.c: File removed.
365         * sysdeps/generic/tmpfile64.c: New file.
366         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
367         if not already defined.
368         (tmpfile): Use it in place of __GT_FILE.
369
370         * include/unistd.h: Declare __chown_internal.
371
372         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
373         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
374
375 2002-06-09  Roland McGrath  <roland@frob.com>
376
377         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
378         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
379         value of HURD_INTERFACE_VERSION >= 20020609.
380         * sysdeps/mach/hurd/configure: Regenerated.
381         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
382         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
383         convert a struct stat64 into a struct stat and return 0 or -1
384         with errno set to EOVERFLOW.
385         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
386         for struct statfs64 to struct statfs.
387         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
388         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
389         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
390         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
391         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
392         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
393         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
394         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
395         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
396         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
397         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
398         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
399         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
400         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
401         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
402         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
403         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
404         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
405         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
406         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
407         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
408         Use struct stat64 for io_stat argument.
409         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
410         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
411         to io_seek.
412         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
413         * hurd/fd-write.c (_hurd_fd_write): Likewise.
414         * hurd/hurd/fd.h: Update decls.
415         * sysdeps/mach/hurd/getcwd.c
416         (_hurd_canonicalize_directory_name_internal): Use ino64_t
417         and struct dirent64.
418         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
419         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
420         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
421         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
422
423 2002-06-08  Roland McGrath  <roland@frob.com>
424
425         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
426         instead of unsigned long int for __allocation and __size members.
427
428 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
429
430         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
431         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
432         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
433         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
434
435 2002-06-07  Roland McGrath  <roland@frob.com>
436
437         * sysdeps/mach/hurd/bits/environments.h: File removed.
438
439 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
440
441         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
442         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
443         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
444         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
445         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
446         (sendfile64): Likewise.
447         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
448         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
449         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
450         Likewise.
451         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
452
453         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
454         already defined.
455
456 2002-06-04  Bruno Haible  <bruno@clisp.org>
457
458         * sysdeps/cris/stackinfo.h: New file.
459
460         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
461         to an integer type before performing bit operations on it.
462
463 2002-06-05  Roland McGrath  <roland@frob.com>
464
465         * sysdeps/generic/sendfile.c: Include <errno.h>.
466         * sysdeps/generic/sendfile64.c: Likewise.
467
468         * io/Makefile (routines): Add sendfile and sendfile64.
469         (headers): Add sys/sendfile.h to the list.
470         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
471         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
472         * io/sys/sendfile.h: ... here.
473         * sysdeps/generic/sendfile.c: New file.
474         * sysdeps/generic/sendfile64.c: New file.
475
476         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
477         Move sendfile, sendfile64 to ...
478         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
479         * sysdeps/mach/hurd/sendfile.c: New file.
480         * sysdeps/mach/hurd/sendfile64.c: New file.
481
482         * sysdeps/mach/nanosleep.c: New file.
483
484 2002-06-04  Roland McGrath  <roland@frob.com>
485
486         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
487         * sysdeps/alpha/elf/configure: New file (generated).
488
489 2002-06-02  Roland McGrath  <roland@frob.com>
490
491         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
492
493 2002-06-01  Roland McGrath  <roland@frob.com>
494
495         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
496         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
497
498 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
499
500         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
501         Add nsmap.
502         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
503         Remove nstimes setting.
504         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
505         * resolv/res_send.c (res_nsend): Don't close unconditionally if
506         there is mix of IPv6 and IPv4 nameservers.
507         Use nsmap array to find free slots and preserve nameserver ordering.
508         Fix RES_ROTATE.
509
510 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
511
512         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
513         use this header with LFS.
514
515         * po/sk.po: Update from translation team.
516
517 2002-05-28  Andreas Schwab  <schwab@suse.de>
518
519         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
520         message when finding object of wrong class.
521
522 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
523
524         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
525         Patch by <radu@netsoft.ro>.
526
527 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
528
529         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
530         Add readahead.
531         * sysdeps/unix/sysv/linux/readahead.c: New file.
532         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
533         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
534         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
535         Add sendfile64 alias to sendfile syscall.
536         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
537         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
538         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
539         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
540         syscall.
541
542         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
543         special section for PIC register loading.
544         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
545
546         * config.h.in: Define HAVE_HIDDEN.
547         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
548
549         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
550
551 2002-05-28  Roland McGrath  <roland@frob.com>
552
553         * sysdeps/mach/alpha/setfpucw.c: New file.
554
555 2002-05-26  Roland McGrath  <roland@frob.com>
556
557         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
558         Use integer_t instead of int for IOC_VOID case.
559
560 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
561
562         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
563
564 2002-05-26  Bruno Haible  <bruno@clisp.org>
565
566         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
567         end of the ISO-8859-7 from idx table.
568
569 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
570
571         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
572
573 2002-05-24  David S. Miller  <davem@redhat.com>
574
575         * string/bits/string2.h (memset): Do not try to optimize when
576         not _STRING_ARCH_unaligned if GCC will do the right thing.
577
578 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
579
580         * posix/regex.c: Define `inline' as a macro into nothing for the
581         compilers which lack the keyword.
582         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
583         for the compatibility of gawk.
584         * posix/regcomp.c: Add fake implementation of isblank() for the
585         environments which lack the function.
586         Don't use free_charset() in case of non-i18n envs.
587         (build_range_exp): Don't use i18n related code in case of non-i18n
588         envs.
589         (build_collating_symbol): Likewise.
590         (build_equiv_class): Likewise.
591         (build_charclass): Likewise.
592         (re_compile_fastmap_iter): Likewise.
593         (parse_bracket_exp): Likewise.
594         (build_word_op): Likewise.
595         (regfree): Don't use free_charset() in case of non-i18n envs.
596         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
597         re_token_type_t in case of non-i18n envs.
598         Don't define re_charset_t in case of non-i18n envs.
599         Change the type of wcs of re_string_t from wchar_t to wint_t,
600         since we store also WEOF.
601         * posix/regex_internal.c: (re_string_realloc_buffers): Change
602         the type of wcs of re_string_t from wchar_t to wint_t.
603         (re_string_reconstruct): Likewise.
604         (create_ci_newstate): Don't use i18n related code in case of
605         non-i18n envs.
606         (create_cd_newstate): Likewise.
607
608 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
609
610         * iconv/loop.c: Fix typo.
611
612 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
613
614         * inet/ether_line.c (ether_line): Fix a typo causing only
615         lower 4 bits of each ethernet address byte being assigned.
616         Don't modify what line points to.
617         * inet/tst-ether_aton.c (main): Add ether_line tests.
618
619 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
620
621         * manual/filesys.texi: Don't make readlink example leak memory
622         when readlink fails.
623
624 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
625
626         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
627         some more security checks.
628
629 2002-05-17  David S. Miller  <davem@redhat.com>
630
631         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
632
633 2002-05-16  David S. Miller  <davem@redhat.com>
634
635         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
636         (elf_machine_dynamic): Use it to force PIC register to be loaded.
637         (elf_machine_load_address): Likewise.
638         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
639
640         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
641         is unaligned, do not forget to fully initialize %g1 magic value.
642
643         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
644         register definitions and provide 32-bit variants of structures
645         during 64-bit builds.
646
647         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
648         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
649         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
650         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
651         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
652         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
653         Do not clear implicit one bit here, it must be done post-rounding.
654         Only pad to the left using left shift if value uses less than the
655         available fractional bits.
656
657 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
658
659         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
660         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
661         (shared-only-routines): Likewise.
662         * sysdeps/powerpc/libgcc-compat.c: New file.
663         * sysdeps/wordsize-32/cmpdi2.c: Removed.
664         * sysdeps/wordsize-32/fixdfdi.c: Removed.
665         * sysdeps/wordsize-32/fixsfdi.c: Removed.
666         * sysdeps/wordsize-32/shdi3.c: Removed.
667
668 2002-05-16  Bruno Haible  <bruno@clisp.org>
669
670         * MakeTAGS (libc.pot): Don't sort the output.
671         * po/header.pot: Update to match xgettext 0.11 output.
672
673 2002-05-16  Bruno Haible  <bruno@clisp.org>
674
675         * MakeTAGS (subdirs): Remove duplicates.
676
677 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
678
679         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
680         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
681         alias.
682
683 2002-05-19  Andreas Jaeger  <aj@suse.de>
684
685         * sysdeps/unix/sysv/linux/configure.in: Warn against an
686         installation in /usr/local.
687
688 2002-05-16  Bruno Haible  <bruno@clisp.org>
689
690         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
691         string as argument of #error.
692
693 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
694
695         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
696         don't define static.  Remove old __realpath function.  TC1 of
697         POSIX 2001 will allow the second parameter to be NULL.
698         * stdlib/test-canon.c: Comment out test for NULL as second
699         parameter of realpath.
700
701         * time/offtime.c (__offtime): Set errno if overflow is detected.
702
703         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
704         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
705         dl-brk and dl-sbrk.
706
707         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
708         (fdimf): Likewise.
709
710 2002-05-15  Roland McGrath  <roland@frob.com>
711
712         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
713
714 2002-05-12  Bruno Haible  <bruno@clisp.org>
715
716         * iconvdata/testdata/EUC-JISX0213: New file.
717         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
718         * iconvdata/testdata/SHIFT_JISX0213: New file.
719         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
720         * iconvdata/testdata/ISO-2022-JP-3: New file.
721         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
722         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
723         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
724         contains comments indicating precomposed characters.
725
726 2002-04-21  Bruno Haible  <bruno@clisp.org>
727
728         * iconvdata/iso-2022-jp-3.c: New file.
729         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
730         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
731         (LDFLAGS-ISO-2022-JP-3.so): New variable.
732         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
733         (distribute): Add iso-2022-jp-3.c.
734
735 2002-05-12  Bruno Haible  <bruno@clisp.org>
736
737         * iconvdata/tst-table-to.c (main): Restore handling of
738         transliterations, broken by last patch.
739
740 2002-05-12  Bruno Haible  <bruno@clisp.org>
741
742         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
743
744 2002-05-12  Bruno Haible  <bruno@clisp.org>
745
746         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
747         when there is not enough room in the output buffer.
748         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
749
750 2002-04-20  Bruno Haible  <bruno@clisp.org>
751
752         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
753         macros.
754         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
755         Also make this macro work if FROM_DIRECTION evaluates to 0.
756         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
757         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
758         of consume_incomplete.
759         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
760         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
761         4, not 8.
762         * iconvdata/cp1258.c: Likewise.
763         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
764         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
765         not 2.
766         * iconvdata/ibm933.c: Likewise.
767         * iconvdata/ibm935.c: Likewise.
768         * iconvdata/ibm937.c: Likewise.
769         * iconvdata/ibm939.c: Likewise.
770         * iconvdata/iso-2022-cn.c: Define
771         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
772         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
773         * iconvdata/iso-2022-cn-ext.c: Likewise.
774         * iconvdata/iso-2022-jp.c: Define
775         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
776         {MIN,MAX}_NEEDED_{FROM,TO}.
777         * iconvdata/tcvn5712-1.c: Define
778         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
779         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
780         * iconvdata/euc-jisx0213.c: Define
781         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
782         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
783         * iconvdata/shift_jisx0213.c: Likewise.
784
785 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
786
787         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
788         shdi3, fixdfdi, fixsfdi in csu dir.
789         (shared-only-routines): Likewise.
790         * sysdeps/wordsize-32/cmpdi2.c: New file.
791         * sysdeps/wordsize-32/shdi3.c: New file.
792         * sysdeps/wordsize-32/fixdfdi.c: New file.
793         * sysdeps/wordsize-32/fixsfdi.c: New file.
794         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
795         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
796         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
797
798         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
799         Only use va_arg if the argument will be used [PR libc/3259].
800
801 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
802
803         * catgets/catgets.c (catopen): Free buffer if internal catalog
804         open fails.
805
806 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
807
808         * debug/xtrace.sh: Make more robust.  For realtime tracking use
809         non-buffering methods.
810         * debug/pcprofiledump.c: Implement -u option.
811         Patch by Roger Luethi <rl@hellgate.ch>.
812
813 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
814
815         * include/netinet/in.h (bindresvport_internal): Add prototype.
816         * include/rpc/auth.h  (authunix_create_internal,
817         authunix_create_default_internal, authnone_create_internal,
818         authdes_pk_create_internal): Add prototypes.
819         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
820         clntudp_create_internal, clntudp_bufcreate_internal,
821         clntunix_create_internal): Add prototypes.
822         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
823         svc_getreq_internal, svc_getreq_common_internal,
824         svc_getreqset_internal, svc_getreq_poll_internal,
825         svc_register_internal, svc_unregister_internal,
826         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
827         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
828         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
829         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
830         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
831         * inet/rcmd.c (rcmd_af): Use __listen.
832         (rresvport_af): Use __bind.
833         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
834         authunix_create, authunix_create_default, authnone_create,
835         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
836         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
837         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
838         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
839         _authenticate, add INTDEF after such function definitions.
840         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
841         __setsockopt, __getsockname instead of non-__ variants.
842         * sunrpc/pmap_rmt.c: Likewise.
843         * sunrpc/rtime.c: Likewise.
844         * sunrpc/svc_udp.c: Likewise.
845         * sunrpc/clnt_unix.c: Likewise.
846         * sunrpc/svc_unix.c: Likewise.
847         * sunrpc/bindrsvprt.c: Likewise.
848         * sunrpc/svc_tcp.c: Likewise.
849         * sunrpc/auth_none.c: Likewise.
850         * sunrpc/clnt_raw.c: Likewise.
851         * sunrpc/clnt_tcp.c: Likewise.
852         * sunrpc/auth_unix.c: Likewise.
853         * sunrpc/key_call.c: Likewise.
854         * sunrpc/clnt_gen.c: Likewise.
855         * sunrpc/pm_getmaps.c: Likewise.
856         * sunrpc/clnt_simp.c: Likewise.
857         * sunrpc/pmap_clnt.c: Likewise.
858         * sunrpc/svc_run.c: Likewise.
859         * sunrpc/svc.c: Likewise.
860         * sunrpc/svc_simple.c: Likewise.
861         * sunrpc/pm_getport.c: Likewise.
862         * sunrpc/auth_des.c: Likewise.
863         * sunrpc/svc_auth.c: Likewise.
864         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
865         __register_frame_info_table_bases, __deregister_frame_info_bases):
866         Add INTDEF.
867         (__register_frame_info_bases_internal,
868         __register_frame_info_table_bases_internal,
869         __deregister_frame_info_bases_internal): Add prototypes.
870         (__register_frame_info, __register_frame): Use INTUSE in call to
871         __register_frame_info_bases.
872         (__register_frame_info_table): Similarly.
873         (__deregister_frame_info, __deregister_frame): Similarly.
874         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
875         sendto as weak alias.
876         * sysdeps/mach/hurd/sendto.c: Likewise.
877         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
878         recvfrom as weak alias.
879         * sysdeps/mach/hurd/recvfrom.c: Likewise.
880         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
881         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
882         recvmsg as weak alias.
883         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
884         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
885         sendmsg as weak alias.
886         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
887         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
888         setsockopt, add setsockopt as weak alias.
889         * sysdeps/mach/hurd/setsockopt.c: Likewise.
890         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
891         weak alias.
892         * sysdeps/mach/hurd/bind.c: Likewise.
893         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
894         as weak alias.
895         * sysdeps/mach/hurd/listen.c: Likewise.
896         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
897         getsockname, add getsockname as weak alias.
898         * sysdeps/mach/hurd/getsockname.c: Likewise.
899         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
900         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
901         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
902         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
903         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
904         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
905         Add aliases.
906         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
907         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
908         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
909         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
910         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
911         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
912         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
913         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
914         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
915         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
916         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
917         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
918
919 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
920
921         * locale/programs/localedef.h (show_archive_content): Add verbose
922         argument.
923         * locale/programs/localedef.c (main): Adjust caller.
924         * locale/programs/locarchive.c (struct nameent, struct dataent): New.
925         (nameentcmp, dataentcmp): New functions.
926         (xstrcmp): Remove.
927         (show_archive_content): Print verbose listing with --list-archive -v.
928
929 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
930
931         * locale/programs/locarchive.c (open_archive): Take extra argument
932         readonly.  If true open file with O_RDONLY and don't create the
933         archive if it doesn't exist.
934         Adapt all callers.
935         (close_archive): Don't do anything if fd element is -1.
936         * locale/programs/localedef.h (open_archive): Adjust prototype.
937         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
938         call.
939
940         * malloc/malloc.c (__posix_memalign): Correct check for size of
941         alignment value [PR libc/3444].
942
943         * include/stdio.h: Remove references to old stdio implementation.
944
945         * libio/Makefile (bug-ungetwc2-ENV): Define.
946
947 2002-05-13  Roland McGrath  <roland@frob.com>
948
949         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
950
951         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
952
953 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
954
955         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
956         Allocate three, not two, more than LEN when appending '/.'.
957         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
958         if NAME ends with '/.' if it is shorter than 2 chars.
959
960 2002-05-12  Roland McGrath  <roland@frob.com>
961
962         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
963         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
964
965         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
966         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
967
968 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
969
970         * sysdeps/ia64/Makefile: Remove extra endif.
971         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
972
973 2002-05-10  Andreas Schwab  <schwab@suse.de>
974
975         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
976
977 2002-05-09  Andreas Jaeger  <aj@suse.de>
978
979         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New.
980         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
981         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
982
983         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
984         * sysdeps/wordsize-64/glob.c: ...here.
985         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
986         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
987         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
988
989 2002-05-08  Roland McGrath  <roland@frob.com>
990
991         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
992         O_NOTRANS flag in "." lookup.
993
994 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
995
996         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
997
998 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
999
1000         * locale/duplocale.c (__duplocale): Update special members only
1001         when allocation succeeded.
1002
1003 2002-05-03  Roland McGrath  <roland@frob.com>
1004
1005         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
1006         we can only build libc.so.0.3(GLIBC_2.2.6) now.
1007
1008 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
1009
1010         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
1011         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
1012         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
1013         * sysdeps/ia64/ia64libgcc.S: New file.
1014
1015 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
1016
1017         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
1018
1019         * malloc/memusage.c: Distinguish anonymous mmap.
1020
1021 2002-05-01  Roland McGrath  <roland@frob.com>
1022
1023         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
1024         and use INTDEF on it.
1025         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
1026
1027         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
1028
1029         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
1030
1031 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
1032
1033         * malloc/memusage.c: Add support for tracking mmap & friends.
1034         * malloc/memusage.sh: Implement -m/--mmap option.
1035
1036 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
1037
1038         * locale/programs/locarchive.c (create_archive): Add archivefname
1039         argument, create fname from it.
1040         (enlarge_archive): Honour output_prefix.
1041         (open_archive): Likewise.
1042
1043 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
1044
1045         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
1046         too many stpcpy macros.
1047
1048 2002-04-26  Bruno Haible  <bruno@clisp.org>
1049
1050         * locale/programs/ld-collate.c (collate_read): Cast first argument
1051         for "%.*s" to int.
1052
1053 2002-04-26  Bruno Haible  <bruno@clisp.org>
1054
1055         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
1056         __dcngettext_internal): New declarations.
1057         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
1058         attribute declarations.
1059
1060 2002-04-30  Roland McGrath  <roland@frob.com>
1061
1062         Removed old GNU stdio implementation; GNU libio is now the only option.
1063         * configure.in: Removed --enable-libio option and @stdio@ subst var.
1064         Define USE_IN_LIBIO unconditionally.
1065         * configure: Regenerated.
1066         * Makeconfig (stdio): Set to libio by default.
1067         * config.make.in (stdio): Variable removed.
1068         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
1069         * sysdeps/unix/sysv/linux/configure: Regenerated.
1070         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
1071         * sysdeps/mach/hurd/configure: Regenerated.
1072         * stdio/.cvsignore: File removed.
1073         * stdio/Makefile: File removed.
1074         * stdio/Versions: File removed.
1075         * stdio/__fbufsize.c: File removed.
1076         * stdio/__flbf.c: File removed.
1077         * stdio/__fpending.c: File removed.
1078         * stdio/__fpurge.c: File removed.
1079         * stdio/__freadable.c: File removed.
1080         * stdio/__freading.c: File removed.
1081         * stdio/__fsetlocking.c: File removed.
1082         * stdio/__fwritable.c: File removed.
1083         * stdio/__fwriting.c: File removed.
1084         * stdio/clearerr.c: File removed.
1085         * stdio/fclose.c: File removed.
1086         * stdio/fcloseall.c: File removed.
1087         * stdio/feof.c: File removed.
1088         * stdio/ferror.c: File removed.
1089         * stdio/fflush.c: File removed.
1090         * stdio/fgetc.c: File removed.
1091         * stdio/fgetpos.c: File removed.
1092         * stdio/fgets.c: File removed.
1093         * stdio/fileno.c: File removed.
1094         * stdio/fmemopen.c: File removed.
1095         * stdio/fopen.c: File removed.
1096         * stdio/fopncook.c: File removed.
1097         * stdio/fputc.c: File removed.
1098         * stdio/fputs.c: File removed.
1099         * stdio/fread.c: File removed.
1100         * stdio/freopen.c: File removed.
1101         * stdio/fseek.c: File removed.
1102         * stdio/fsetpos.c: File removed.
1103         * stdio/ftell.c: File removed.
1104         * stdio/fwrite.c: File removed.
1105         * stdio/getc.c: File removed.
1106         * stdio/getchar.c: File removed.
1107         * stdio/getdelim.c: File removed.
1108         * stdio/gets.c: File removed.
1109         * stdio/glue.c: File removed.
1110         * stdio/internals.c: File removed.
1111         * stdio/linewrap.c: File removed.
1112         * stdio/linewrap.h: File removed.
1113         * stdio/memstream.c: File removed.
1114         * stdio/newstream.c: File removed.
1115         * stdio/obstream.c: File removed.
1116         * stdio/putc.c: File removed.
1117         * stdio/putchar.c: File removed.
1118         * stdio/puts.c: File removed.
1119         * stdio/rewind.c: File removed.
1120         * stdio/setbuf.c: File removed.
1121         * stdio/setbuffer.c: File removed.
1122         * stdio/setlinebuf.c: File removed.
1123         * stdio/setvbuf.c: File removed.
1124         * stdio/stdio.h: File removed.
1125         * stdio/ungetc.c: File removed.
1126         * stdio/vasprintf.c: File removed.
1127         * stdio/vscanf.c: File removed.
1128         * stdio/vsnprintf.c: File removed.
1129         * stdio/vsprintf.c: File removed.
1130         * stdio/vsscanf.c: File removed.
1131         * sysdeps/generic/defs.c: File removed.
1132         * sysdeps/generic/fdopen.c: File removed.
1133         * sysdeps/generic/pipestream.c: File removed.
1134         * sysdeps/generic/stdio_init.c: File removed.
1135         * sysdeps/generic/sysd-stdio.c: File removed.
1136         * sysdeps/generic/vdprintf.c: File removed.
1137         * sysdeps/mach/hurd/defs.c: File removed.
1138         * sysdeps/mach/hurd/fdopen.c: File removed.
1139         * sysdeps/mach/hurd/pipestream.c: File removed.
1140         * sysdeps/mach/hurd/stdio_init.c: File removed.
1141         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
1142         * sysdeps/mach/hurd/vdprintf.c: File removed.
1143         * sysdeps/posix/defs.c: File removed.
1144         * sysdeps/posix/fdopen.c: File removed.
1145         * sysdeps/posix/pipestream.c: File removed.
1146         * sysdeps/posix/stdio_init.c: File removed.
1147         * sysdeps/posix/vdprintf.c: File removed.
1148         * sysdeps/unix/pipestream.c: File removed.
1149         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
1150         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
1151         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
1152
1153 2002-04-29  Roland McGrath  <roland@frob.com>
1154
1155         * include/libc-symbols.h (link_warning): Use `unused' attribute.
1156
1157 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
1158
1159         * sysdeps/generic/tls.h: Describe what must be defined.
1160
1161         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
1162         glob_in_dir [PR libc/3385].
1163         * posix/globtest.sh: Add test case.
1164
1165         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
1166         //TRANSLIT twice.
1167
1168 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
1169
1170         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
1171         _internal symbol handling.
1172         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
1173
1174 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
1175
1176         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
1177         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
1178
1179 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
1180
1181         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
1182         not _LIBC and RE_ENABLE_I18N.
1183         (build_range_exp): Implement for not _LIBC.
1184         (build_collating_symbol): Likewise.
1185         (parse_bracket_exp): Unify redundant error handlings.
1186         Don't erase mbcset for non matching list in multibyte envs.
1187         (build_word_op): Add '_' to matching list for \w operator.
1188         * posix/regex_internal.c (re_string_construct): Invoke
1189         build_upper_buffer in case of not RE_ENABLE_I18N.
1190         (re_string_reconstruct): Don't touch cur_state in case of not
1191         RE_ENABLE_I18N.
1192         * posix/regex_internal.h (attribute_hidden): New macro in case of
1193         not _LIBC.
1194         (re_charset_t): Define range_starts/ends in case of not _LIBC.
1195         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
1196         RE_ENABLE_I18N.
1197         (transit_state_mb): Likewise.
1198         (check_node_accept_bytes): Implement the code evaluating range
1199         expression in case of not _LIBC.
1200         (find_collation_sequence_value): Hide in case of not _LIBC.
1201
1202 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
1203
1204         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
1205         i386/semctl.c.
1206         (__old_semctl, __new_semctl): Only use va_arg if the argument will
1207         be used.
1208
1209 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
1210
1211         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
1212
1213         * sysdeps/ia64/strncpy.S: Fix recovery code.
1214         Patch by David Mosberger <davidm@hpl.hp.com>.
1215
1216 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
1217
1218         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
1219         GLIBC_2.2.6.
1220
1221 2002-04-14  Bruno Haible  <bruno@clisp.org>
1222
1223         * posix/regex.c (re_max_failures): Add back symbol for binary
1224         compatibility.
1225
1226 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
1227
1228         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
1229         of buffer building functions.
1230         * posix/regex_internal.c (re_string_allocate): New function.
1231         (re_string_realloc_buffers): New function.
1232         (re_string_skip_chars): New function.
1233         (re_string_reconstruct): New function.
1234         (re_string_construct): Adapt it to new interface of buffer building
1235         functions.
1236         (re_string_construct_common): Likewise.
1237         (build_wcs_buffer): Likewise.
1238         (build_wcs_upper_buffer): Likewise.
1239         (build_upper_buffer): Likewise.
1240         (re_string_translate_buffer): Likewise.
1241         (re_string_context_at): Adapt it to variable length buffers.
1242         * posix/regex_internal.h (re_string_t): Add new fields to handle
1243         variable length buffers.
1244         (re_match_context_t): Likewise.
1245         * posix/regexec.c (re_search_internal): Adapt it to new interface
1246         of re_string_t and re_match_context_t.
1247         (acquire_init_state_context): Likewise.
1248         (check_matching): Likewise.
1249         (check_halt_state_context): Likewise.
1250         (proceed_next_node): Likewise.
1251         (set_regs): Likewise.
1252         (sift_states_backward): Likewise.
1253         (clean_state_log_if_need): Likewise.
1254         (sift_states_iter_mb): Likewise.
1255         (sift_states_iter_bkref): Likewise.
1256         (add_epsilon_backreference): Likewise.
1257         (transit_state): Likewise.
1258         (transit_state_sb): Likewise.
1259         (transit_state_mb): Likewise.
1260         (transit_state_bkref): Likewise.
1261         (transit_state_bkref_loop): Likewise.
1262         (check_node_accept): Likewise.
1263         (match_ctx_init): Likewise.
1264         (extend_buffers): New function.
1265
1266 2002-04-21  Bruno Haible  <bruno@clisp.org>
1267
1268         * iconvdata/tst-table.sh: For the second check, use the truncated
1269         GB18030 charmap table, like for the first check.
1270
1271 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
1272
1273         * elf/dl-load.c (open_verify): Correct __lseek parameters.
1274         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
1275
1276 2002-04-23  H.J. Lu  <hjl@gnu.org>
1277
1278         * include/math.h (isfinite): Fix a typo.
1279
1280 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
1281
1282         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
1283         which is created by the test suite.
1284
1285 2002-04-20  Bruno Haible  <bruno@clisp.org>
1286
1287         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
1288         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
1289
1290 2002-04-20  Bruno Haible  <bruno@clisp.org>
1291
1292         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
1293         to avoid gcc warning.
1294
1295 2002-04-20  Bruno Haible  <bruno@clisp.org>
1296
1297         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
1298         of data->__statep->__count.
1299
1300 2002-04-20  Bruno Haible  <bruno@clisp.org>
1301
1302         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
1303         tag characters.
1304         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
1305
1306 2002-04-24  Roland McGrath  <roland@frob.com>
1307
1308         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
1309         use END macro instead of our own .end directive.
1310         Use `callsys' insn mnemonic instead of `call_pal'.
1311
1312         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
1313
1314         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
1315         macro; we need this for Hurd.
1316
1317         Log entry was missing for 2002/03/24 commit of rev 1.8,
1318         goes with 2002-03-17 changes.
1319         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
1320         (sysdep_routines): Append ioperm here.
1321         (sysdep_headers): Append sys/io.h here.
1322
1323 2002-04-23  Roland McGrath  <roland@frob.com>
1324
1325         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
1326         * sysdeps/mach/hurd/sendto.c: Likewise.
1327         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
1328         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
1329         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
1330
1331 2002-04-22  Roland McGrath  <roland@frob.com>
1332
1333         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
1334         failure from i386_io_perm_* RPCs to ENOSYS.
1335
1336 2002-04-22  Andreas Jaeger  <aj@suse.de>
1337
1338         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
1339
1340         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
1341
1342         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
1343         register instead of destroying %rbx.
1344
1345 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
1346
1347         * string/string.h: Declare strerror_r also for XPG6.
1348
1349 2002-04-19  Roland McGrath  <roland@frob.com>
1350
1351         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
1352
1353 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
1354
1355         * Makefile: Add handling of xtests and xcheck targets.
1356         * MakeTAGS: Likewise.
1357         * Makeconfig: Likewise.
1358         * Makerules: Likewise.
1359         * Rules: Likewise.
1360         * manual/Makefile: Likewise.
1361         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
1362         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
1363
1364 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
1365
1366         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
1367         authnone_private_s.
1368         * sunrpc/auth_none.c: Include bits/libc-lock.h.
1369         Delete #ifdef _RPC_THREAD_SAFE_ block.
1370         (authnone_private): Make a struct, not a pointer to struct.
1371         (authnone_private_guard): New once-control variable.
1372         (authnone_create_once): New function, split out of
1373         authnone_create.  No need to allocate memory.
1374         (authnone_create): Just call authnone_create_once via
1375         __libc_once, then return &authnone_private->no_client.
1376         (authnone_marshal): Access private data via CLIENT argument,
1377         not authnone_private pointer.
1378         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
1379         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
1380         authnone_private_s.
1381
1382 2002-04-12  H.J. Lu  <hjl@gnu.org>
1383
1384         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
1385
1386 2002-04-18  Bruno Haible  <bruno@clisp.org>
1387
1388         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
1389         FROM_DIRECTION): Make the FROM direction stateless.
1390         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
1391         FROM_DIRECTION): Likewise.
1392
1393 2002-04-15  Bruno Haible  <bruno@clisp.org>
1394
1395         * iconvdata/JISX0213.TXT: New file.
1396         * iconvdata/jisx0213.h: New file.
1397         * iconvdata/jisx0213.c: New file.
1398         * iconvdata/euc-jisx0213.c: New file.
1399         * iconvdata/shift_jisx0213.c: New file.
1400         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
1401         * iconvdata/EUC-JISX0213.precomposed: New file.
1402         * iconvdata/SHIFT_JISX0213.precomposed: New file.
1403         * iconvdata/SHIFT_JISX0213.irreversible: New file.
1404         * iconvdata/tst-table-to.c (main): Make it work for encodings for
1405         which the "to" direction is stateful.
1406         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
1407         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
1408         SHIFT_JISX0213.
1409         (libJISX0213-routines): New variable.
1410         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
1411         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
1412         (LDFLAGS-libJISX0213.so): New variable.
1413         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
1414         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
1415         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
1416
1417 2002-04-15  Bruno Haible  <bruno@clisp.org>
1418
1419         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
1420         uint32_t.  Update to Unicode 3.2.
1421         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
1422         (BODY for TO_LOOP): Handle the ASCII range specially.
1423         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
1424         * iconvdata/testdata/BIG5HKSCS: Remove a character.
1425         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
1426
1427 2002-04-15  Bruno Haible  <bruno@clisp.org>
1428
1429         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
1430         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
1431
1432 2002-04-15  Bruno Haible  <bruno@clisp.org>
1433
1434         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
1435         (ucs4_to_cns11643): Update.
1436         * iconvdata/cns11643.c: Update to Unicode 3.2.
1437         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
1438         __cns11643_from_ucs4p2_tab): Regenerated.
1439         (__cns11643_from_ucs4p2c_tab): New array.
1440         * iconvdata/cvs11643l1.c: Update comments.
1441         * iconvdata/EUC-TW.irreversible: Remove two entries.
1442
1443 2002-04-15  Bruno Haible  <bruno@clisp.org>
1444
1445         * locale/C-translit.h.in: Update to Unicode 3.2.
1446         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
1447         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
1448
1449 2002-04-15  Bruno Haible  <bruno@clisp.org>
1450
1451         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
1452         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
1453
1454 2002-04-15  Bruno Haible  <bruno@clisp.org>
1455
1456         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
1457         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
1458         always one byte, not 0 bytes in some cases and 2 bytes in others.
1459
1460         * iconvdata/tst-table-from.c (main): Correct the usage message.
1461
1462 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
1463
1464         * posix/regcomp.c (parse_expression): Fix incorrect error code.
1465         (parse_dup_op): Fix error handling like "a{}".
1466         (parse_bracket_exp): Add error handling.
1467         (fetch_number): Add error handling for "a{<very_large_number>}".
1468
1469 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
1470
1471         * posix/regcomp.c (parse_bracket_symbol): Add error handling
1472         in case that the symbol name is too long.
1473         (build_charclass): Handle [:lower:]/[:uppper:] correctly
1474         in case of REG_ICASE.
1475
1476 2002-04-19  Andreas Jaeger  <aj@suse.de>
1477
1478         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
1479         <hartvige@mips.com>.
1480
1481 2002-04-15  H.J. Lu  <hjl@gnu.org>
1482
1483         * include/math.h (__finitel_internal): Declare only if
1484         __NO_LONG_DOUBLE_MATH is not defined.
1485         (__isinfl_internal): Likewise.
1486         (__isnanl_internal): Likewise.
1487
1488         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
1489         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
1490         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
1491         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
1492         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1493         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1494         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
1495
1496         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
1497         __fcntl_internal.
1498
1499         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
1500         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
1501
1502 2002-04-15  Bruno Haible  <bruno@clisp.org>
1503
1504         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
1505         (BODY for TO_LOOP): Likewise.
1506         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
1507         * iconvdata/tst-table.sh: Add support for encodings which contain
1508         precomposed Unicode characters, known to the iconv converter in both
1509         directions but not listed in the charmap.
1510         * iconvdata/IBM856.irreversible: New file.
1511         * iconvdata/IBM922.irreversible: New file.
1512         * iconvdata/IBM1132.irreversible: New file.
1513         * iconvdata/IBM1133.irreversible: New file.
1514         * iconvdata/IBM1160.irreversible: New file.
1515         * iconvdata/IBM1161.irreversible: New file.
1516         * iconvdata/IBM1163.irreversible: New file.
1517         * iconvdata/IBM1164.irreversible: New file.
1518         * iconvdata/ARMSCII-8.irreversible: New file.
1519         * iconvdata/TCVN5712-1.precomposed: New file.
1520         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
1521         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
1522         ARMSCII-8, TCVN5712-1.
1523         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
1524         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
1525         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
1526         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
1527
1528 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
1529
1530         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
1531         for EVENING69.  Include offsets in TZ environment variable.
1532
1533 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
1534
1535         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
1536         avoid compiler warnings.
1537
1538         * locale/programs/localedef.c (main): Always call
1539         construct_output_path.
1540
1541         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
1542
1543         * locale/programs/locfile.c (to_archive): New variable.  To collect
1544         data which has to be added to the locale archive.
1545         (write_all_categories): Take new third parameter with locale name.
1546         Unless no_archive flag set add new locale data to the archive
1547         (write_locale_data): Unless no-archive flag set store generated data
1548         in to_archive data structure instead of generation output file.
1549         Add new parameter with locale category index.
1550         * locale/programs/locfile.h: Add new parameters in declaractions of
1551         write_all_categories and write_locale_data.
1552         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
1553         --add-to-archive, and --delete-from-archive options.  Pass extra
1554         parameter to write_all_categories.
1555         * locale/programs/localedef.h: Add prototypes for functions in
1556         locarchive.c.
1557         * locale/locarchive.h: New file.
1558         * locale/programs/locarchive.c: New file.
1559         * locale/Makefile (distribute): Add programs/locarchive.c and
1560         locarchive.h.
1561         (localedef-modules): Add md5 and locarchive.
1562         Add vpath to crypt subdir for md5.c.
1563
1564         * locale/programs/ld-address.c: Pass locale category ID as new second
1565         parameter to write_locale_data.
1566         * locale/programs/ld-collate.c: Likewise.
1567         * locale/programs/ld-ctype.c: Likewise.
1568         * locale/programs/ld-identification.c: Likewise.
1569         * locale/programs/ld-measurement.c: Likewise.
1570         * locale/programs/ld-messages.c: Likewise.
1571         * locale/programs/ld-monetary.c: Likewise.
1572         * locale/programs/ld-name.c: Likewise.
1573         * locale/programs/ld-numeric.c: Likewise.
1574         * locale/programs/ld-paper.c: Likewise.
1575         * locale/programs/ld-telephone.c: Likewise.
1576         * locale/programs/ld-time.c: Likewise.
1577
1578         * locale/simple-hash.c: Move compute_hashval function from here...
1579         * locale/hashval.h: ...to here.  New file.
1580         * locale/simple-hash.h: Add prototype for compute_hashval.
1581
1582         * include/libintl.h: Minor cleanups.
1583
1584 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
1585
1586         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
1587
1588 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
1589
1590         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
1591
1592 2002-04-14  Bruno Haible  <bruno@clisp.org>
1593
1594         * locale/programs/charmap.c (charmap_read): Don't access result if
1595         result == NULL.
1596
1597 2002-02-17  Andreas Schwab  <schwab@suse.de>
1598
1599         * elf/reldep7.c: New file.
1600         * elf/reldep7mod1.c: New file.
1601         * elf/reldep7mod2.c: New file.
1602         * elf/Makefile: Add rules to build and run reldep7.
1603
1604 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
1605
1606         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
1607         the end of the function.  Pass original flags to recursive call if
1608         add_dependency failed.
1609         (_dl_lookup_versioned_symbol): Likewise.
1610
1611 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
1612
1613         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
1614         early, but check whether it overflowed afterwards.
1615         * time/tst-mktime.c (main): Add new tests.
1616
1617 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
1618
1619         * debug/xtrace.sh: Fix program name in help message.
1620         Patch by Roger Luethi <rl@hellgate.ch>.
1621
1622         * include/sys/stat.h: Add prototypes for __lxstat_internal and
1623         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
1624         NOT_IN_libc.
1625         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
1626         * sysdeps/mach/hurd/lxstat.c: Likewise.
1627         * sysdeps/unix/common/lxstat.c: Likewise.
1628         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
1629         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
1630         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
1631         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
1632         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
1633         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
1634         * sysdeps/mach/hurd/lxstat64.c: Likewise.
1635         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
1636         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
1637
1638         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
1639         prototypes.  Add __mbrlen and __mbrtowc macros.
1640         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
1641         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
1642
1643         * include/unistd.h: Add prototype for __write_internal and add
1644         __libc_write macro is SHARED.
1645         * sysdeps/generic/write.c: Use INTDEF for __write.
1646         * sysdeps/mach/hurd/write.c: Likewise.
1647         * sysdeps/unix/sysv/aix/write.c: Likewise.
1648         * sysdeps/unix/syscalls.list: Add __libc_write alias.
1649
1650         * assert/assert.c: Replace STR_N_SIZE with something usable in
1651         macro arguments.
1652         * assert/assert-perr.c: Likewise.
1653
1654         * include/sys/socket.h: Declare __libc_sa_len_internal and define
1655         SA_LEN macro to use it if not NOT_IN_libc.
1656         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
1657
1658         * include/fcntl.h: Declare __open_internal and define __open and
1659         __libc_open macros if not NOT_IN_libc.
1660         * sysdeps/generic/open.c: Use INTDEF for __open.
1661         * sysdeps/mach/hurd/open.c: Likewise.
1662         * sysdeps/unix/sysv/aix/open.c: Likewise.
1663         * sysdeps/unix/syscalls.list: Add __open_internal alias.
1664
1665         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
1666         has correct number.
1667
1668         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
1669         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
1670         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
1671         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
1672
1673         * include/wctype.h: Declare __iswalpha_l_internal,
1674         __iswdigit_l_internal, __iswspace_l_internal,
1675         __iswxdigit_l_internal, and __iswctype_internal.  Define
1676         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
1677         __iswxdigit_l macros if not NOT_IN_libc.
1678         * wctype/iswctype.c: Use INTDEF for __iswctype.
1679         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
1680
1681         * include/math.h: Declare __isinf_internal, __isinfl_internal,
1682         __isnan_internal, and __isnanl_internal.
1683         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
1684         __isnan, and __isnanl.
1685         * stdio-common/printf_size.c: Likewise.
1686         * sysdeps/generic/printf_fphex.c: Likewise.
1687         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
1688         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
1689         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
1690         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
1691         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
1692         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
1693         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
1694         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
1695         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
1696         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
1697         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
1698         * sysdeps/m68k/s_isinfl.c: Likewise.
1699         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
1700         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
1701
1702         * include/sys/time.h: Declare __gettimeofday_internal and define
1703         __gettimeofday macro if not NOT_IN_libc.
1704         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
1705         * sysdeps/mach/gettimeofday.c: Likewise.
1706         * sysdeps/posix/gettimeofday.c: Likewise.
1707         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
1708         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
1709         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
1710         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
1711
1712         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
1713         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
1714         Remove __lstat and __fstat inline functions.
1715         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
1716         * sysdeps/mach/hurd/fxstat.c: Likewise.
1717         * sysdeps/unix/fxstat.c: Likewise.
1718         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
1719         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
1720         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
1721         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
1722         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
1723         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
1724         * sysdeps/mach/hurd/fxstat64.c: Likewise.
1725         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
1726         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
1727
1728         * include/unistd.h: Declare __getpid_internal and define
1729         __getpid macro if not NOT_IN_libc.
1730         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
1731         * sysdeps/generic/getpid.c: Likewise.
1732         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
1733         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
1734
1735         * include/unistd.h: Declare __getpgid_internal and define
1736         __getpgid macro if not NOT_IN_libc.
1737         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
1738         * sysdeps/mach/hurd/getpgid.c: Likewise.
1739         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
1740         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
1741         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
1742         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
1743
1744         * include/unistd.h: Declare __getpagesize_internal and define
1745         __getpagesize macro if not NOT_IN_libc.
1746         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
1747         __getpagesize.
1748         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
1749         * sysdeps/mach/getpagesize.c: Likewise.
1750         * sysdeps/posix/getpagesize.c: Likewise.
1751         * sysdeps/unix/getpagesize.c: Likewise.
1752         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
1753         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
1754         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
1755         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
1756
1757 2002-04-13  Andreas Jaeger  <aj@suse.de>
1758
1759         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
1760         as clobber to reduce register pressure.
1761         (__strpbrk_cg): Likewise.
1762         (__mempcpy_by4): Likewise.
1763         (__strstr_cg): Likewise.
1764         Add prototype for __memrchr.
1765
1766 2002-04-13  Andreas Schwab  <schwab@suse.de>
1767
1768         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
1769         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
1770         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
1771
1772 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
1773
1774         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
1775         check whether the caller prefers getting the most recent version of
1776         a symbol of the earliest version.
1777         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
1778         _dl_do_lookup to also take the new parameter and pass it on.
1779         Change 'explicit' parameter of _dl_lookup_symbol and
1780         _dl_lookup_versioned_symbol to flags.  Adjust tests.
1781         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
1782         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
1783         _dl_lookup_versioned_symbol.
1784         * elf/dl-reloc.c: Likewise.
1785         * elf/dl-runtime.c: Likewise.
1786         * elf/dl-sym.c: Likewise.
1787         * sysdeps/mips/dl-machine.h: Likewise.
1788
1789 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
1790
1791         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
1792         in a token.
1793         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
1794
1795 2002-04-10  Andreas Jaeger  <aj@suse.de>
1796
1797         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
1798
1799         * include/argz.h: Remove extra char from last patch.
1800
1801 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
1802
1803         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
1804         * sysdeps/unix/sysv/aix/chown.c: Likewise.
1805         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
1806         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
1807         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
1808         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
1809         __chown_internal.
1810         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
1811
1812         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
1813         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
1814         * intl/ngettext.c: Likewise.
1815
1816         * include/sys/socket.h: Declare __connect_internal and define
1817         __connect macro if not NOT_IN_libc.
1818         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
1819         * sysdeps/unix/sysv/aix/connect.c: Likewise.
1820         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
1821
1822         * include/unistd.h: Declare __close_internal and define __close macro
1823         if not NOT_IN_libc.
1824         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
1825         WJUMP3): Add extra parenthesis to avoid expanding element names with
1826         macors like __close.
1827         * sysdeps/unix/syscalls.list: Add __close_internal alias.
1828
1829         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
1830         if not NOT_IN_libc.
1831         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
1832         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
1833         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
1834
1835         * include/unistd.h: Declare __fork_internal and define __fork macro
1836         if not NOT_IN_libc.
1837         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
1838         * sysdeps/unix/sysv/aix/fork.c: Likewise.
1839         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
1840
1841         * include/stdio_ext.h: Declare __fsetlocking_internal and define
1842         __fsetlocking macro to use it if not NOT_IN_libc.
1843         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
1844
1845         * libio/__fbufsize.c: Correct copyright.
1846         * libio/__flbf.c: Likewise.
1847         * libio/__fpending.c: Likewise.
1848         * libio/__fpurge.c: Likewise.
1849         * libio/__freadable.c: Likewise.
1850         * libio/__freading.c: Likewise.
1851         * libio/__fsetlocking.c: Likewise.
1852         * libio/__fwritable.c: Likewise.
1853         * libio/__fwriting.c: Likewise.
1854
1855         * include/stdio.h: Declare __asprintf_internal and define __asprintf
1856         macro to use it if not NOT_IN_libc.
1857         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
1858
1859         * include/mntent.h: Declare __setmntent_internal,
1860         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
1861         __getmntent_r, and __endmntent macros to use these functions if not
1862         NOT_IN_libc.
1863         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
1864         __endmntent.
1865
1866         * include/math.h: Declare __finite_internal, __finitef_internal, and
1867         __finitel_internal.  Redefine isfinite macro if in libc or libm using
1868         these functions.
1869         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
1870         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
1871         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
1872         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
1873         * sysdeps/i386/fpu/s_finitef.S: Likewise.
1874         * sysdeps/i386/fpu/s_finitel.S: Likewise.
1875         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
1876         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
1877         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
1878         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
1879
1880         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
1881         to use this function if not NOT_IN_libc.
1882         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
1883         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
1884         * sysdeps/mach/hurd/fcntl.c: Likewise.
1885         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
1886         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
1887
1888         * include/argz.h: Declare __argz_count_internal and
1889         __argz_stringify_internal.
1890         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
1891         __argz_stringify.
1892         * string/argz-count.c: Use INTDEF for __argz_count.
1893         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
1894
1895         * include/stdlib.h: Declare __cxa_atexit_internal and define
1896         __cxa_atexit macro if not NOT_IN_libc.
1897         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
1898         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
1899
1900         * assert/assert.c: Use INTDEF for __assert_fail.
1901         * assert/__assert.c: Use INTUSE for call to __assert_fail.
1902         * include/assert.h: Declare __assert_fail_internal.
1903
1904         * extra-lib.mk: Mark assignment to lib with override.
1905
1906 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
1907
1908         * Makerules: Use cppflags-iterator.mk to add defines for all test
1909         source files.
1910
1911 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
1912
1913         * elf/elf.h: Define R_SH_TLS_xxx macros.
1914         * elf/rtld.c: Remove an extra parenthesis.
1915         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
1916         TLS_GD macros.
1917         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
1918         * sysdeps/sh/dl-lookupcfg.h: New file.
1919         * sysdeps/sh/dl-tls.h: New file.
1920         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
1921         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
1922         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
1923         R_SH_TLS_TPOFF32 relocations.
1924
1925 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
1926
1927         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
1928         of NOT_IN_LIBC.
1929         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
1930         * include/stdlib.h: Likewise.
1931
1932 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
1933
1934         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
1935         instead of _RTLD_LOCAL.
1936         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
1937         * include/unistd.h: Likewise.
1938         * sysdeps/generic/ldsodefs.h: Likewise.
1939
1940         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
1941         if in libc or ld.so.
1942
1943 2002-04-08  Andreas Jaeger  <aj@suse.de>
1944
1945         * elf/cache.c (print_entry): Support x86-64.
1946
1947 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
1948
1949         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
1950         with one accessing the locale data structures directly.
1951         * stdio-common/printf-prs.c: Include localeinfo.h for new
1952         MB_CUR_MAX definition.
1953
1954         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
1955         is the name of the source file without extension.
1956         * Makefile (distribute): Add cppflags-iterator.mk.
1957         * cppflags-iterator.mk: New file.
1958         * extra-lib.mk: For the sources of the library run
1959         cppflags-iterator.mk.
1960
1961         * include/libintl.h: Declare __dcgettext_internal and
1962         _libc_intl_domainname_internal.  Define __dcgettext using these
1963         two symbols if used in libc itself.
1964         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
1965         _libc_intl_domainname_internal.
1966         * argp/argp-parse.c: Likewise.
1967         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
1968         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
1969         * intl/gettext.c: Likewise.
1970         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
1971         alias.
1972         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
1973         __dcgettext.
1974         * posix/regex_internal.c (gettext): Likewise.
1975
1976 2002-04-08  Andreas Jaeger  <aj@suse.de>
1977
1978         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
1979
1980         * sysdeps/x86_64/fpu/s_llrint.S: New.
1981         * sysdeps/x86_64/fpu/s_llrintf.S: New.
1982         * sysdeps/x86_64/fpu/s_llrintl.S: New.
1983         * sysdeps/x86_64/fpu/s_lrint.S: New.
1984         * sysdeps/x86_64/fpu/s_lrintf.S: New
1985         * sysdeps/x86_64/fpu/s_lrintl.S: New.
1986
1987 2002-04-08  Roland McGrath  <roland@frob.com>
1988
1989         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
1990         widening __hurd_fail value.
1991
1992 2002-04-07  Roland McGrath  <roland@frob.com>
1993
1994         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
1995         <mach/machine/alpha_instruction.h>.
1996         (_hurd_setup_sighandler): Take proper arguments for current decls.
1997         Update code to use _hurdsig_catch_fault.
1998         Use `callsys' instruction instead of `call_pal'.
1999         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
2000
2001         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
2002         (ALIGN, at, AT, fp): New macros.
2003
2004 2002-04-06  Roland McGrath  <roland@frob.com>
2005
2006         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
2007
2008         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
2009         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
2010
2011         * sysdeps/mach/hurd/bind.c: Use prototype definition.
2012         * sysdeps/mach/hurd/connect.c: Likewise.
2013         * sysdeps/mach/hurd/getsockopt.c: Likewise.
2014         * sysdeps/mach/hurd/setsockopt.c: Likewise.
2015
2016         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
2017         __msg_sig_post RPC.
2018
2019         * hurd/catch-exc.c: Use integer_t instead of int.
2020         * hurd/hurdfault.c: Likewise.
2021
2022         * sysdeps/mach/hurd/alpha/exc2signal.c
2023         (_hurd_exception2signal): Rewritten.
2024         * sysdeps/mach/hurd/alpha/longjmp-ts.c
2025         (_hurd_longjmp_thread_state): Rewritten.
2026
2027 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
2028
2029         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
2030         DB_LOOKUP_FCT prototype.
2031         * nss/getXXent_r.c: Likewise.
2032         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
2033         * inet/getaliasname_r.c: Likewise.
2034         * inet/getnetbyad_r.c: Likewise.
2035         * inet/getnetbynm_r.c: Likewise.
2036         * inet/getnetent_r.c: Likewise.
2037         * inet/getproto_r.c: Likewise.
2038         * inet/getprtent_r.c: Likewise.
2039         * inet/getprtname_r.c: Likewise.
2040         * inet/getrpcbyname_r.c: Likewise.
2041         * inet/getrpcbynumber_r.c: Likewise.
2042         * inet/getrpcent_r.c: Likewise.
2043         * inet/getservent_r.c: Likewise.
2044         * inet/getsrvbynm_r.c: Likewise.
2045         * inet/getsrvbypt_r.c: Likewise.
2046         * shadow/getspent_r.c: Likewise.
2047         * shadow/getspnam_r.c: Likewise.
2048
2049         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
2050
2051         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
2052         Use i686-friendly PIC code.
2053         * sysdeps/i386/elf/setjmp.S: Likewise.
2054
2055         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
2056
2057         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
2058         list.
2059         * elf/Versions: Remove it here.
2060
2061 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
2062
2063         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
2064         direction.  Reported by H . J . Lu <hjl@lucon.org>.
2065
2066 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
2067
2068         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
2069         test just before the test runs.
2070         * intl/tst-translit.sh: Likewise.
2071         * intl/tst-codeset.sh: Likewise.
2072
2073         * timezone/zic.c: Update from tzcode2002c.
2074         * timezone/asia: Update from tzdata2002c.
2075         * timezone/backward: Likewise.
2076         * timezone/europe: Likewise.
2077         * timezone/northamerica: Likewise.
2078         * timezone/northamerica: Likewise.
2079         * timezone/northamerica: Likewise.
2080         * timezone/southamerica: Likewise.
2081         * timezone/zone.tab: Likewise.
2082
2083 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
2084
2085         * sysdeps/generic/brk.c (__curbrk): Declare.
2086         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
2087         * sysdeps/generic/dl-sbrk.c: Likewise.
2088         * sysdeps/unix/arm/dl-brk.S: New file.
2089         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
2090         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
2091         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
2092         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
2093         * sysdeps/unix/i386/dl-brk.S: New file.
2094         * sysdeps/unix/mips/dl-brk.S: New file.
2095         * sysdeps/unix/sparc/dl-brk.S: New file.
2096         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
2097         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
2098         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
2099         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
2100
2101 2002-04-03  Andreas Schwab  <schwab@suse.de>
2102
2103         * Makefile (headers): Add gnu/lib-names.h here instead of
2104         install-others.
2105         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
2106         installation rule.
2107         (install-headers): Add dependency on install-headers-nosubdir.
2108         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
2109         instead of install-others.
2110         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
2111         installation rule.
2112
2113 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
2114
2115         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
2116         Reported by Sam Roberts <sroberts@uniserve.com>.
2117
2118 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
2119
2120         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
2121         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
2122         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
2123         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
2124
2125 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
2126
2127         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
2128         (RTLD_START): Ditto.
2129         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
2130         dependency violation.
2131
2132 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
2133
2134         * time/mktime.c (__mktime_internal): Move check for year < 70 below
2135         all variable declarations.
2136
2137 2002-04-04  Andreas Schwab  <schwab@suse.de>
2138
2139         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
2140
2141 2002-04-04  Andreas Jaeger  <aj@suse.de>
2142
2143         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
2144         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
2145
2146         * sysdeps/x86_64/fpu/s_fabs.c: New file.
2147         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
2148         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
2149
2150         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
2151
2152         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
2153
2154         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
2155         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
2156
2157         * configure.in: Handle all mips entries the same.
2158
2159         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
2160         * sysdeps/mips/mips3/*: Likewise.
2161         * sysdeps/mips/p40/bits/endian.h: Likewise.
2162
2163 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
2164
2165         * misc/dirname.c (dirname): Ignore trailing slashes at end of
2166         non-null result [PR libc/2600].
2167
2168         * misc/tst-dirname.c: Add more tests.
2169
2170 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
2171
2172         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
2173         define a code_set_name provide one based on the filename.
2174
2175         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
2176
2177 2001-12-28  Andreas Jaeger  <aj@suse.de>
2178
2179         * time/mktime.c (__mktime_internal): Check for year < 70
2180         [PR libc/2738].
2181
2182 2002-04-03  Andreas Jaeger  <aj@suse.de>
2183
2184         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
2185         shmat.
2186         Reported by Andi Kleen <ak@suse.de>.
2187
2188 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
2189
2190         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
2191         * sysdeps/generic/w_lgammaf.c: Likewise.
2192         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
2193
2194         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
2195         Adjust for new output format of the backtrace functions.
2196
2197         * misc/syslog.c (vsyslog): Only use cleanup handler if
2198         _LIBC_REENTRANT is defined [PR libc/2924].
2199
2200         * libio/Makefile (tests): Add bug-ungetwc2.
2201         * libio/bug-ungetwc2.c: New file.
2202
2203         * manual/install.texi: Typographical and grammatical cleanup.
2204         Patch by Dennis Grace <dgrace@us.ibm.com>.
2205
2206         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
2207         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
2208
2209         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
2210         always "&".  Adjust callers.
2211         Add "_" prefix to several generated definitions.
2212         Patch by paul@serice.net [PR libc/3158].
2213
2214 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
2215
2216         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
2217         size of _dl_arm_cap_flags.
2218         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
2219
2220         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
2221         Define as 8.
2222
2223 2002-03-22  H.J. Lu  <hjl@gnu.org>
2224
2225         * scripts/firstversions.awk: Check the first version.
2226
2227 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
2228
2229         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
2230         dependencies must be stable to work correctly.
2231         Reported by martin.lubich@datacon.at.
2232
2233         * libio/bug-ungetwc1.c: New file.
2234         * libio/Makefile (tests): Add bug-ungetwc1.
2235
2236         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
2237         if stream was last used for writing.
2238
2239         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
2240         number [PR libc/3111].
2241
2242         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
2243         to ...
2244         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
2245
2246 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
2247
2248         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
2249         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
2250         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
2251         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
2252         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
2253
2254 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
2255
2256         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
2257         dynamic tags.
2258
2259 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
2260
2261         * sysdeps/i386/fpu/s_fabs.S: New file.
2262         * sysdeps/i386/fpu/s_fabsf.S: New file.
2263         * sysdeps/i386/fpu/s_fabsl.S: New file.
2264         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
2265         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
2266         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
2267
2268 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
2269
2270         * rt/tst-shm.c (do_test): Add one more test for size of shared
2271         memory object.
2272
2273 2002-03-29  Wolfram Gloger  <wg@malloc.de>
2274
2275         * malloc/malloc.c: Add short description and prototypes for
2276         malloc_get_state, malloc_set_state and posix_memalign, for
2277         consistency and to avoid warnings with -Wstrict-prototypes.
2278         Reported by Andreas Jaeger <aj@suse.de>.
2279
2280 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
2281
2282         * po/gl.po: Update from translation team.
2283
2284 2002-03-31  Roland McGrath  <roland@frob.com>
2285
2286         * hurd/hurdselect.c (_hurd_select): Fix
2287         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
2288         Use a union rather than casts to compare mach_msg_type_t as int.
2289
2290 2002-03-25  Roland McGrath  <roland@frob.com>
2291
2292         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
2293         check off the end of NAME when it's shorter than 2 chars.
2294         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
2295
2296 2002-03-17  Roland McGrath  <roland@frob.com>
2297
2298         * sysdeps/mach/hurd/i386/sys/io.h: New file.
2299         * sysdeps/mach/hurd/i386/ioperm.c: New file.
2300         * sysdeps/mach/hurd/i386/Dist: Add them.
2301         * sysdeps/mach/hurd/i386/Versions
2302         (libc: GLIBC_2.2.6): New set, add ioperm.
2303         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
2304         (mach_interface_list): Check for mach_i386.defs.
2305         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
2306         * sysdeps/mach/configure: Regenerated.
2307
2308 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
2309
2310         * po/fr.po: Update from translation team.
2311
2312 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2313
2314         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
2315         getpriority from syscalls list.
2316
2317 2002-03-28  Andreas Jaeger  <aj@suse.de>
2318
2319         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
2320         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
2321         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
2322         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
2323
2324 2002-03-27  Andreas Jaeger  <aj@suse.de>
2325
2326         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
2327         sigcontext): Follow further kernel change.
2328
2329         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
2330         kernel change.
2331
2332         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
2333         Change for struct sigcontext change.
2334
2335         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
2336         Follow changes in struct sigcontext.
2337
2338         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
2339         sysycall, use wrapper instead.
2340
2341 2002-03-26  Andreas Jaeger  <aj@suse.de>
2342
2343         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
2344         read and write accesses as detailed as possible.
2345         (__memcpy_by2): Likewise.
2346         (__memcpy_g): Likewise.
2347         (memmove): Likewise.
2348         (memcmp): Likewise.
2349         (__memset_ccn_by4): Likewise.
2350         (__memset_ccn_by2): Likewise.
2351         (__memset_gcn_by4): Likewise.
2352         (__memset_gcn_by2): Likewise.
2353         (memchr): Likewise.
2354         (__memrchr): Likewise.
2355         (rawmemchr): Likewise.
2356         (__strlen_g): Likewise.
2357         (__strcpy_g): Likewise.
2358         (__mempcpy_by4): Likewise.
2359         (__mempcpy_by2): Likewise.
2360         (__mempcpy_byn): Likewise.
2361         (__stpcpy_g): Likewise.
2362         (__strncpy_by4): Likewise.
2363         (__strncpy_by2): Likewise.
2364         (__strncpy_byn): Likewise.
2365         (__strncpy_gg): Likewise.
2366         (__strcat_c): Likewise.
2367         (__strcat_g): Likewise.
2368         (__strncat_g): Likewise.
2369         (__strcmp_gg): Likewise.
2370         (__strncmp_g): Likewise.
2371         (__strchr_c): Likewise.
2372         (__strchr_g): Likewise.
2373         (__strchrnul_c): Likewise.
2374         (__strchrnul_g): Likewise.
2375         (__strrchr_c): Likewise.
2376         (__strrchr_g): Likewise.
2377         (__strrchr_c): Likewise.
2378         (__strrchr_g): Likewise.
2379         (__strcspn_c1): Likewise.
2380         (__strcspn_cg): Likewise.
2381         (__strcspn_g): Likewise.
2382         (__strcspn_g): Likewise.
2383         (__strspn_c1): Likewise.
2384         (__strspn_cg): Likewise.
2385         (__strspn_g): Likewise.
2386         (__strspn_g): Likewise.
2387         (__strpbrk_cg): Likewise.
2388         (__strpbrk_g): Likewise.
2389         (__strstr_cg): Likewise.
2390         (__strstr_g): Likewise.
2391
2392         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
2393         Michal Ludvig <mludvig@suse.cz>.
2394
2395         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
2396         compatibilty, adjust for kernel changes.
2397
2398         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
2399         sigcontext): Adjust for kernel changes.
2400
2401 2002-03-25  Andreas Jaeger  <aj@suse.de>
2402
2403         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
2404         little endian.
2405         Reported by Artur Zaprzala <zybi@talex.com.pl>.
2406
2407 2002-03-24  Andreas Jaeger  <aj@suse.de>
2408
2409         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
2410
2411         * stdio-common/tst-fdopen.c (main): Remove unused variable.
2412
2413         * iconv/tst-iconv3.c (main): Use correct printf strings.
2414
2415 2002-03-18  Roland McGrath  <roland@frob.com>
2416
2417         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
2418         (CMGROUP_MAX): New macro.
2419
2420 2002-03-23  Roland McGrath  <roland@frob.com>
2421
2422         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
2423         * sysdeps/posix/shm_unlink.c: Likewise.
2424
2425 2002-03-22  Roland McGrath  <roland@frob.com>
2426
2427         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
2428         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
2429         under --enable-libio.
2430         * sysdeps/mach/hurd/configure: Regenerated.
2431
2432 2002-03-23  Roland McGrath  <roland@frob.com>
2433
2434         * sysdeps/mach/hurd/i386/Makefile
2435         (sysdep_routines, shared-only-routines): Don't add framestate,
2436         reverting 2001-10-02 change.
2437         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
2438         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
2439         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
2440         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2441         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
2442         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
2443         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
2444         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
2445         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
2446         Do it here instead, only if [$(unwind-find-fde) = yes].
2447
2448 2002-03-23  Andreas Jaeger  <aj@suse.de>
2449
2450         * signal/signal.h: Fix typo. Patch by Steve Kemp
2451         <skx@tardis.ed.ac.uk>.
2452
2453 2002-03-22  Andreas Jaeger  <aj@suse.de>
2454
2455         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
2456         getresuid.
2457
2458         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
2459         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
2460         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
2461         user_fpregs_struct): Rename fwd.
2462
2463         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
2464         Follow sigcontext changes.
2465
2466 2002-03-22  Andreas Jaeger  <aj@suse.de>
2467
2468         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
2469         changes for NaNs on MIPS.
2470         Patch by Hartvig Ekner <hartvige@mips.com>.
2471
2472 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
2473
2474         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
2475         Use realloc if too large.
2476         (addgrbyid): Likewise.
2477         * nscd/hstcache.c (addhstbyname): Likewise.
2478         (addhstbyaddr): Likewise.
2479         (addhstbynamev6): Likewise.
2480         (addhstbyaddrv6): Likewise.
2481         * nscd/pwdcache.c (addpwbyname): Likewise.
2482         (addpwbyuid): Likewise.
2483
2484 2002-03-21  Andreas Jaeger  <aj@suse.de>
2485
2486         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
2487         _fpstate): Add separate struct for x86-64.
2488
2489         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
2490         user_fpregs_struct): Change member names to follow kernel.
2491
2492 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
2493
2494         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
2495         Correctly close the UDP connection right away [PR libc/3120].
2496
2497 2002-03-20  Andreas Jaeger  <aj@suse.de>
2498
2499         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
2500         user_fpregs_struct): Fix for changed kernel struct.
2501         (struct user_regs_struct): Likewise.
2502         (struct user): Likewise.
2503         Add 32-bit x86 compatibility.
2504
2505         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
2506
2507 2002-03-19  Andreas Jaeger  <aj@suse.de>
2508
2509         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
2510
2511 2002-03-18  Andreas Jaeger  <aj@suse.de>
2512
2513         * iconvdata/Makefile: Only run tests when shared libs are
2514         available.
2515
2516 2002-03-17  Andreas Jaeger  <aj@suse.de>
2517
2518         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
2519
2520         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
2521
2522         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
2523         bits.
2524
2525         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New.
2526         (CAUSE_SHIFT): New.
2527         Patch by Hartvig Ekner <hartvige@mips.com>.
2528
2529         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
2530         * sysdeps/generic/unwind-pe.h: Likewise.
2531
2532         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
2533         type to _IO_setb.
2534
2535         * libio/stdio.c (AL2): Define variant when visibility attribute is
2536         not supported.
2537
2538         * include/libc-symbols.h (_INTVARDEF): Define variant when
2539         visibility attribute is not supported.
2540
2541 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
2542
2543         * po/fr.po: Update from translation team.
2544
2545 2002-02-25  Bruno Haible  <bruno@clisp.org>
2546
2547         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
2548
2549 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
2550
2551         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
2552         buffers if _IO_file_attach failed.
2553
2554         * libio/fileops.c (_IO_file_open): Close file descriptor if
2555         _IO_SEEKOFF call failed.
2556
2557 2002-03-15  H.J. Lu  <hjl@gnu.org>
2558             Ulrich Drepper  <drepper@redhat.com>
2559
2560         * configure.in: Check for availability of
2561         init_array/fini_array/preinit_array handling in binutils.
2562         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
2563         * config.make.in (have-initfini-array): New variable.
2564
2565 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
2566
2567         * stdio-common/tst-printf.c (main): Comment out one test which
2568         checked the compiler's ability to fold floating-point constants
2569         but not really printf.
2570         (rfg3): Make s const.
2571         * stdio-common/tst-printf.sh: Adjust for removed test.
2572
2573         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
2574         internal function.  Adjust for internal_function calling convention.
2575         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
2576         as internal_function.
2577
2578         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
2579         hidden.
2580
2581         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
2582         declaration and definition.
2583         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
2584         declaration.
2585         * nss/getXXent_r.c: Likewise.
2586         * nss/nsswitch.h (db_lookup_function): Add internal_function to
2587         definition.
2588
2589         * include/time.h: Declare __localtime_r as hidden.
2590
2591         * include/aliases.h: Declare __getaliasent_r as hidden.
2592         * include/grp.h: Declare __getgrent_r as hidden.
2593         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
2594         __getservent_r, and __getprotoent_r as hidden.
2595         * include/pwd.h: Declare __getpwent_r as hidden.
2596         * include/shadow.h: Declare __getspent_r as hidden.
2597         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
2598
2599         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
2600         and __gconv_transliterate as hidden.
2601         Add internal_function to __gconv_get_path declaration.
2602         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
2603         definition.  Add attribute_hidden to __gconv_read_conf definition.
2604
2605 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
2606
2607         * elf/rtld.c: Declare _environ as hidden.
2608         * sysdeps/generic/dl-environ.c: Likewise.
2609         * sysdeps/generic/dl-sysdep.c: Likewise.
2610
2611         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
2612         _dl_mcount_internal as hidden.
2613
2614         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
2615         * sysdeps/generic/dl-brk.c: New file.
2616         * sysdeps/generic/dl-sbrk.c: New file.
2617         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
2618         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
2619
2620         * elf/dl-minimal.c (malloc): Declare _end as hidden.
2621         (__errno_location): New function.  Declare errno as hidden.
2622         * elf/rtld.c (_dl_argc): Define as hidden.
2623         (_dl_skip_args): Define as hidden.
2624         (_begin, _end): Declare as hidden.
2625         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
2626         * sysdeps/generic/entry.h (_start): Declare as hidden.
2627         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
2628         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
2629         _dl_runtime_resolve and _dl_runtime_profile as hidden.
2630         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
2631
2632 2002-03-14  Roland McGrath  <roland@frob.com>
2633
2634         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
2635
2636         * Makeconfig (%.v.i, %.v): New implicit rules.
2637         (preprocess-versions): Variable removed.
2638         ($(common-objpfx)shlib-versions.v.i): New target giving just the
2639         shlib-versions input files as dependencies.
2640         ($(common-objpfx)soversions.i): Depend on that instead of the input
2641         files.  Use it as input instead of using a pipeline.
2642         (postclean-generated): Append soversions.i, shlib-versions.v, and
2643         shlib-versions.v.i here.
2644         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
2645         the Versions.def input files as dependencies.
2646         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
2647         ($(common-objpfx)Versions.all): Depend on that instead of the input
2648         files.  Use it as input instead of using a pipeline.
2649         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
2650         (postclean-generated): Append those .v and .v.i files here.
2651
2652 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
2653
2654         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
2655         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
2656         Remove.
2657
2658 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
2659
2660         * sysdeps/generic/mp_clz_tab.c: New file.
2661         * sysdeps/i386/mp_clz_tab.c: New file.
2662         * sysdeps/hppa/mp_clz_tab.c: New file.
2663         * sysdeps/powerpc/mp_clz_tab.c: New file.
2664         * stdlib/Makefile (aux): Revert last patch.
2665         * math/Makefile (gmp-objs): Likewise.
2666
2667 2002-03-13  Paul Eggert  <eggert@twinsun.com>
2668
2669         * time/strftime.c: Comment fixes for references to obsolescent
2670         standards, In most cases the simplest fix is to remove the
2671         confusing comments.  Cross-referencing all the standards properly
2672         is a bit of a pain, and it should be enough to put that info in
2673         the documentation as I did in my recent time.texi patch.
2674
2675 2002-03-13  Paul Eggert  <eggert@twinsun.com>
2676
2677         * manual/time.texi (Formatting Calendar Time):
2678         ISO C99 also specifies the E and O modifiers.
2679         %P is a GNU extension, and is not in ISO C99.
2680         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
2681         %T is also in ISO C99.
2682         The RFC 822 example is not valid in arbitrary locales.
2683         Reword the POSIX.2 wording slightly, to make it a bit clearer
2684         that POSIX.2 formats are also supported by later POSIX versions.
2685         If a format was introduced in ISO C99 it is also required by
2686         POSIX.1-2001.
2687
2688 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
2689
2690         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
2691         _sys_nerr_internal with INTVARDEF2.
2692         * include/libc-symbols.h (INTVARDEF2): New macro.
2693         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
2694         (_sys_nerr_internal): Library.
2695
2696         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
2697         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
2698
2699         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
2700
2701 2002-03-13  Wolfram Gloger  <wg@malloc.de>
2702
2703         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
2704
2705 2002-03-02  Andreas Schwab  <schwab@suse.de>
2706
2707         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
2708         'h' flag and positional arg.
2709         * stdio-common/tst-printf.c (rfg3): New function to test
2710         positional arguments.
2711         (main): Fix some warnings.
2712
2713 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
2714
2715         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
2716         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
2717
2718 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
2719
2720         * grp/initgroups.c (__nss_group_data): Declare as hidden.
2721
2722         * include/locale.h (_nl_C_locobj): Declare as hidden.
2723
2724         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
2725         * time/strptime.c (_nl_C_LC_TIME): Likewise.
2726
2727         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
2728
2729         * include/sys/gmon.h: Declare _gmonparam as hidden.
2730
2731         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
2732         (__ctype32_wctrans): Likewise.
2733         (__ctype32_width): Likewise.
2734
2735         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
2736         use of __ttyname.
2737
2738         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
2739         Define as hidden.
2740         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
2741         hidden.  Change all users of these variables.
2742
2743         * posix/regex_internal.h (__re_error_msgid): Renamed from
2744         re_error_msgid.  Declare as hidden.
2745         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
2746         hidden.
2747
2748         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
2749         (__printf_function_table): Likewise.
2750         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
2751         hidden.
2752         (__printf_function_table): Likewise.
2753
2754         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
2755         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
2756
2757         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
2758         * nss/nsswitch.c: Declare _nss_*_database as hidden.
2759
2760         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
2761         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
2762
2763 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
2764
2765         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
2766         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
2767         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
2768         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
2769         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
2770         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
2771         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
2772         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
2773         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
2774         _nl_C_LC_CTYPE_width: Declare as hidden.
2775         * include/locale.h: Declare _nl_locale_file_list.
2776         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
2777         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
2778         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
2779         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
2780         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
2781         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
2782         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
2783         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
2784         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
2785         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
2786         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
2787         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
2788         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
2789         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
2790         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
2791         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
2792         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
2793         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
2794         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
2795         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
2796         _nl_C_LC_CTYPE_width, and as hidden.
2797         * locale/findlocale.c: Declare _nl_C as hidden.
2798         * locale/newlocale.c: Likewise.
2799         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
2800         _nl_locale_file_list.
2801         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
2802         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
2803         Define _nl_C_locobj as hidden.
2804
2805         * malloc/mtrace.c (_mtrace_file): Define as hidden.
2806         (_mtrace_line): Likewise.
2807
2808         * include/time.h: Declare __mon_yday as hidden.
2809         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
2810
2811         * libio/libioP.h: Declare __libio_codecvt as hidden.
2812         * libio/fileops.c: Declare __libio_translit as hidden.
2813         * libio/iofwide.c: Define __libio_translit as hidden.
2814
2815         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
2816         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
2817         * login/getutline_r.c: Likewise.
2818         * login/utmpname.c: Likewise.
2819
2820         * login/utmp-private.h: Declare __libc_utmp_file_functions,
2821         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
2822         __libc_utmp_file_name as hidden.
2823
2824         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
2825         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
2826         * locale/freelocale.c: Likewise.
2827         * locale/lc-time.c: Likewise.
2828
2829         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
2830         (__libc_ptyname2): Likewise.
2831         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
2832         hidden.
2833         (__libc_ptyname2): Likewise.
2834
2835         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
2836         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
2837         * sysdeps/generic/init-first.c: Likewise.
2838         * sysdeps/i386/init-first.c: Likewise.
2839         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
2840         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
2841         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
2842         * sysdeps/sh/init-first.c: Likewise.
2843         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
2844         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
2845
2846         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
2847         (_itowa_upper_digits): Likewise.
2848
2849         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
2850         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
2851         as hidden.
2852
2853         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
2854         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
2855         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
2856         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
2857
2858         * gmon/gmon.c (__bb_head): Define as hidden.
2859         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
2860
2861         * argp/argp-parse.c (_argp_hang): Define as static.
2862
2863         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
2864         handling in latest compilers.
2865
2866         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
2867         define alias.
2868         * libio/fileops.c (_IO_file_jumps): Likewise.
2869         * libio/stdfiles.c (_IO_list_all): Likewise.
2870         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
2871
2872         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
2873         include/malloc.h.
2874         * include/malloc.h: Add __libc_malloc_initialized declaration
2875         here.  Mark variable hidden.
2876         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
2877
2878         * elf/dl-open.c (__libc_argc): Declare as hidden.
2879         (__libc_argv): Likewise.
2880         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
2881         (__libc_argv): Likewise.
2882         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
2883         __libc_argv as hidden.
2884         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
2885         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
2886         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
2887         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
2888
2889         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
2890         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
2891         * stdlib/erand48.c: Likewise.
2892         * stdlib/jrand48.c: Likewise.
2893         * stdlib/lcong48.c: Likewise.
2894         * stdlib/lrand48.c: Likewise.
2895         * stdlib/mrand48.c: Likewise.
2896         * stdlib/nrand48.c: Likewise.
2897         * stdlib/seed48.c: Likewise.
2898         * stdlib/srand48.c: Likewise.
2899
2900         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
2901         (_itoa_lower_digits_internal): New declaration.
2902         (_itoa_upper_digits_internal): New declaration.
2903         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
2904         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
2905         (_itoa_upper_digits_internal): New declaration.
2906         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
2907         _itoa_lower_digits.
2908         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
2909         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
2910
2911         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
2912         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
2913
2914         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
2915         (_itowa_lower_digits): Likewise.
2916         (_itowa_upper_digits): Likewise.
2917         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
2918         (_itowa_upper_digits): Likewise.
2919
2920         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
2921         not already defined.
2922         (GERMANIC_PLURAL): Declare as hidden.
2923
2924         * posix/getopt.c (__getopt_initialized): Declare as hidden.
2925         (attribute_hidden): Define as empty macro if not already defined.
2926
2927         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
2928         (__gconv_max_path_elem_len): Likewise.
2929         (__gconv_path_envvar): Likewise.
2930
2931         * math/Makefile (gmp-objs): Remove mp_clz_tab.
2932         * stdlib/Makefile (aux): Remove mp_clz_tab.
2933         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
2934
2935         * stdlib/exit.h (__exit_funcs): Declare as hidden.
2936
2937         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
2938
2939         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
2940         _nl_category_names, _nl_category_name_sizes, _nl_current,
2941         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
2942
2943         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
2944         (_nl_current_default_domain): Likewise
2945         (_nl_state_lock): Likewise.
2946         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
2947         (_nl_current_default_domain): Likewise
2948         (_nl_state_lock): Likewise.
2949         * intl/bindtextdom.c (_nl_state_lock): Likewise.
2950
2951         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
2952         (_fpioconst_pow10): Likewise.
2953
2954         * include/time.h (_tmbuf): Add attribute_hidden.
2955
2956         * time/tzset.c (tzstring_list): Define as static.
2957
2958         * include/time.h: Add attribute_hidden to __tzname_cur_max and
2959         __use_tzfile declaration.
2960
2961         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
2962         and __wcsmbs_last_locale declaration.
2963
2964 2002-02-25  Paul Eggert  <eggert@twinsun.com>
2965
2966         * timezone/Makefile (tzbases): Move systemv from here...
2967         (tzlinks): to here, since the entries in systemv were all changed
2968         from Zone to Link lines in tz-2001a.  Bug reported (and patch
2969         tested) by Peter Breitenlohner.
2970
2971 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
2972
2973         * time/tst-posixtz.c (tests): Add new tests.
2974         (main): Test whether tzset() sets daylight properly.
2975
2976 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
2977
2978         * time/tzset.c (tz_compute): Move __daylight, __tzname and
2979         __tzname_cur_max setting...
2980         (tzset_internal): ...here.
2981
2982 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
2983
2984         * time/tzset.c (compute_change): Don't return any value.
2985         (tz_compute): Likewise.  Don't handle southern hemisphere here.
2986         (__tz_convert): But here.
2987
2988 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
2989
2990         * manual/examples/mkfsock.c: Include <string.h> as well.
2991         Patch by Alain De Carolis <alaind@wseurope.com>.
2992
2993 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
2994
2995         * posix/regexec.c (re_match): Fix incorrect register sizes.
2996         (re_search): Likewise.
2997
2998 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
2999
3000         * posix/regcomp.c (regfree): Remove a disused condition.
3001         * posix/regex_internal.c (re_acquire_state): Likewise.
3002         (re_acquire_state_context): Likewise.
3003         (register_state): Remove a redundant malloc invocation.
3004         * posix/regex_internal.h: (re_state_table_entry): Simplify
3005         the structure.
3006
3007 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
3008
3009         * posix/regcomp.c (regcomp): Add __builtin_expect to error
3010         handling conditions.
3011         (regerror): Likewise.
3012         (regfree): Likewise.
3013         (re_compile_internal): Likewise.
3014         (init_dfa): Likewise.
3015         (init_word_char): Likewise.
3016         (create_initial_state): Likewise.
3017         (analyze): Likewise.
3018         (analyze_tree): Likewise.
3019         (duplicate_node): Likewise.
3020         (calc_eclosure): Likewise.
3021         (calc_eclosure_iter): Likewise.
3022         (parse): Likewise.
3023         (parse_reg_exp): Likewise.
3024         (parse_branch): Likewise.
3025         (parse_expression): Likewise.
3026         (parse_subexp): Likewise.
3027         (parse_dup_op): Likewise.
3028         (parse_bracket_exp): Likewise.
3029         (build_equiv_class): Likewise.
3030         (build_charclass): Likewise.
3031         (build_word_op): Likewise.
3032         (fetch_number): Likewise.
3033         (create_tree): Likewise.
3034         (duplicate_tree): Likewise.
3035         * posix/regex.c (BE): New macro.
3036         * posix/regexec.c (re_match): Add __builtin_expect to error
3037         handling conditions.
3038         (re_match_2): Likewise.
3039         (re_search): Likewise.
3040         (re_search_internal): Likewise.
3041         (check_matching): Likewise.
3042         (proceed_next_node): Likewise.
3043         (set_regs): Likewise.
3044         (sift_states_backward): Likewise.
3045         (add_epsilon_backreference): Likewise.
3046         (transit_state): Likewise.
3047         (transit_state_sb): Likewise.
3048         (transit_state_mb): Likewise.
3049         (transit_state_bkref): Likewise.
3050         (transit_state_bkref_loop): Likewise.
3051         (build_trtable): Likewise.
3052         (group_nodes_into_DFAstates): Likewise.
3053         (match_ctx_init): Likewise.
3054         (match_ctx_add_entry): Likewise.
3055         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
3056         to error handling conditions.
3057         (re_string_construct_toupper): Likewise.
3058         (build_wcs_buffer): Likewise.
3059         (build_wcs_upper_buffer): Likewise.
3060         (build_upper_buffer): Likewise.
3061         (re_string_translate_buffer): Likewise.
3062         (re_node_set_alloc): Likewise.
3063         (re_node_set_init_1): Likewise.
3064         (re_node_set_init_2): Likewise.
3065         (re_node_set_init_copy): Likewise.
3066         (re_node_set_intersect): Likewise.
3067         (re_node_set_init_union): Likewise.
3068         (re_node_set_merge): Likewise.
3069         (re_node_set_insert): Likewise.
3070         (re_dfa_add_node): Likewise.
3071         (re_acquire_state): Likewise.
3072         (re_acquire_state_context): Likewise.
3073         (create_new_state_common): Likewise.
3074         (register_state): Likewise.
3075         (create_ci_new_state): Likewise.
3076         (create_cd_new_state): Likewise.
3077         (re_string_context_at): Remove redundant condition.
3078
3079 2002-01-16  Roger Sayle  <roger@eyesopen.com>
3080
3081         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
3082
3083         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
3084
3085 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
3086
3087         * sysdeps/i386/elf/configure.in: Fix comment.
3088
3089         * sysdeps/sparc/sparc64/configure.in: New.
3090         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
3091         if .dynamic comes before .got.
3092         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
3093
3094         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
3095         HP_TIMING_ACCUM): Fix typos.
3096
3097 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
3098
3099         * string/strfry.c: Add some more randomness to the seed.
3100         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
3101
3102         * po/es.po: Update from translation team.
3103         * po/fr.po: Likewise.
3104
3105         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
3106
3107         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
3108         when determining type of format.
3109         Patch by James Antill <james@anqd.org> [PR libc/2787].
3110
3111 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
3112
3113         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
3114
3115 2002-03-11  Roland McGrath  <roland@frob.com>
3116
3117         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
3118
3119         * Versions.def (libc): Add GLIBC_2.2.6.
3120         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
3121         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
3122         __errno_location instead of __hurd_errno_location, and don't inline it.
3123         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
3124         * hurd/errno.c: New file.
3125         * hurd/Makefile (routines): Add errno.
3126
3127 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
3128
3129         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
3130         ridiculously large widths and precisions [PR libc/3026].
3131
3132 2002-03-11  Andreas Jaeger  <aj@suse.de>
3133
3134         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
3135         support.
3136         Patch by Susanne Oberhauser <froh@SuSE.de>.
3137
3138 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
3139
3140         * inet/rexec.c (ahostbuf): Define as static.
3141
3142         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
3143         (__ctype32_wctrans): Likewise.
3144         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
3145         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
3146         (__ctype32_wctrans): Likewise.
3147         (__ctype32_width): Likewise.
3148
3149         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
3150         They were never exported anyway.
3151
3152         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
3153         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
3154         exported.
3155         * include/sys/gmon.h: Declare _gmonparam.
3156
3157         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
3158         symbols for getdents64.  They were never exported.
3159
3160 2002-03-09  Roland McGrath  <roland@frob.com>
3161
3162         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
3163         Reported by Jon Arney <jarney1@cox.net>.
3164
3165 2002-02-23  Roland McGrath  <roland@frob.com>
3166
3167         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
3168         declaration.
3169         (__hurd_errno_location): Function removed.
3170
3171 2002-03-06  Andreas Jaeger  <aj@suse.de>
3172
3173         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
3174         32-bit.
3175
3176 2002-03-04  Andreas Jaeger  <aj@suse.de>
3177
3178         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New.
3179
3180         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
3181         x86-64.
3182
3183         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New.
3184
3185         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New.
3186
3187         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New.
3188
3189         * sysdeps/x86_64/bits/setjmp.h: New.
3190
3191         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New.
3192
3193         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New.
3194
3195         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
3196         for x86.
3197         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
3198         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
3199
3200 2002-02-28  Bo Thorsen  <bo@suse.de>
3201
3202         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
3203         version.
3204
3205 2002-03-03  Andreas Jaeger  <aj@suse.de>
3206
3207         * sysdeps/x86_64/bits/wordsize.h: New file.
3208
3209         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
3210         * elf/tst-tlsmod1.c: Likewise.
3211
3212         * posix/regcomp.c: Get regex.h from include dir for internal
3213         prototypes.
3214
3215         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
3216         to libc-internal.h and include it.
3217         * include/libc-internal.h: Add __init_misc.
3218
3219         * misc/init-misc.c: Include libc-internal.h for prototypes.
3220
3221         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
3222
3223         * misc/error.c [_LIBC]: Include libioP.h for prototype of
3224         _IO_putc_internal.
3225
3226 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
3227
3228         * posix/regcomp.c: Compatibility changes to allow using the code
3229         outside glibc.
3230
3231 2002-02-28  Hartvig Ekner <hartvige@mips.com>
3232
3233         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
3234         compiled non-PIC.
3235
3236 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
3237
3238         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
3239         of .str elements in the returned data structure.
3240
3241         * elf/elf.h: Add Alpha TLS bits.
3242
3243 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
3244
3245         * sysdeps/unix/sysv/linux/nice.c: New file.
3246
3247 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
3248
3249         * elf/Makefile (dl-routines): Add dl-origin.
3250         (elide-routines.os): Add dl-origin.
3251         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
3252         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
3253         _dl_debug_state.
3254         * include/libc-symbols.c: Define attribute_hidden depending on
3255         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
3256
3257         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
3258         * elf/dl-load.c: Likewise.
3259         * elf/rtld.c: Likewise.
3260         * include/unistd.h: Declare __libc_enable_secure_internal.
3261         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
3262         Use INTUSE with __libc_enable_secure.
3263         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
3264
3265         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
3266         * elf/dl-error.c: Likewise,
3267         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
3268
3269         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
3270         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
3271         function definition.  Use INTDEF with _dl_get_origin.
3272         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
3273
3274         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
3275         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
3276
3277         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
3278         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
3279         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
3280
3281         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
3282         * elf/dl-deps.c: Likewise.
3283         * elf/dl-error.c: Likewise.
3284         * elf/dl-fini.c: Likewise.
3285         * elf/dl-init.c: Likewise.
3286         * elf/dl-load.c: Likewise.
3287         * elf/dl-lookup.c: Likewise.
3288         * elf/dl-reloc.c: Likewise.
3289         * elf/dl-version.c: Likewise.
3290         * elf/do-lookup.h: Likewise.
3291         * sysdeps/arm/dl-machine.h: Likewise.
3292         * sysdeps/cris/dl-machine.h: Likewise.
3293         * sysdeps/hppa/dl-machine.h: Likewise.
3294         * sysdeps/i386/dl-machine.h: Likewise.
3295         * sysdeps/m68k/dl-machine.h: Likewise.
3296         * sysdeps/powerpc/dl-machine.h: Likewise.
3297         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3298         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3299         * sysdeps/sh/dl-machine.h: Likewise.
3300         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
3301         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
3302         * sysdeps/x86_64/dl-machine.h: Likewise.
3303         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
3304         _dl_argv[0].  Use INTUSE with _dl_argv.
3305         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
3306         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
3307
3308 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
3309
3310         * elf/rtld.c (_rtld_global): Remove .protected.
3311         (_rtld_local): Strong alias to _rtld_global.
3312         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
3313         only .os object.
3314         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
3315         _rtld_local instead of _rtld_global.
3316         (_rtld_local): Add hidden extern, possibly in .sdata section.
3317         * configure.in: Add tests for visibility attribute and .sdata.
3318         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
3319         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
3320         * sysdeps/arm/dl-machine.h: Likewise.
3321         * sysdeps/generic/ldsodefs.h: Likewise.
3322         * sysdeps/hppa/dl-machine.h: Likewise.
3323         * sysdeps/cris/dl-machine.h: Likewise.
3324         * sysdeps/i386/dl-machine.h: Likewise.
3325         * sysdeps/ia64/dl-machine.h: Likewise.
3326         * sysdeps/m68k/dl-machine.h: Likewise.
3327         * sysdeps/mips/mips64/dl-machine.h: Likewise.
3328         * sysdeps/mips/dl-machine.h: Likewise.
3329         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3330         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3331         * sysdeps/sh/dl-machine.h: Likewise.
3332         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3333         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3334         * sysdeps/x86_64/dl-machine.h: Likewise.
3335
3336 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
3337
3338         * login/login.c (login): Always initialize ut_line field
3339         [PR libc/2991].
3340
3341 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
3342
3343         * sysdeps/i386/Makefile (sysdep_routines): Add
3344         divdi3 in csu dir.
3345         (shared-only-routines): Likewise.
3346         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
3347         (shared-only-routines): Likewise.
3348         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
3349         (shared-only-routines): Likewise.
3350         * sysdeps/wordsize-32/divdi3.c: New file.
3351
3352 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
3353
3354         * locale/iso-4217.def: Remove obsolete currencies for countries
3355         with Euro.
3356
3357 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
3358
3359         * posix/regcomp.c (regcomp): Remove a redundant condition.
3360         (init_word_char): Add a check on malloc failure.
3361         (create_initial_state): Likewise.
3362         (duplicate_node): Likewise.
3363         (calc_eclosure): Likewise.
3364         (calc_eclosure_iter): Likewise.
3365         (parse_expression): Likewise.
3366         (parse_bracket_exp): Remove unnecessary malloc invocations.
3367         (build_equiv_class): Likewise.
3368         (build_charclass): Likewise.
3369         * posix/regex_internal.c (re_node_set_intersect): Add a check
3370         on malloc failure.
3371         (re_node_set_add_intersect): Likewise.
3372         (re_node_set_merge): Likewise.
3373         (re_acquire_state): Likewise.
3374         (re_acquire_state_context): Likewise.
3375         (create_newstate_common): Likewise.
3376         (register_state): Likewise.
3377         (create_ci_newstate): Likewise.
3378         (create_cd_newstate): Likewise.
3379         * posix/regex_internal.h: Fix prototypes of re_acquire_state
3380         and re_acquire_state_context.
3381         * posix/regexec.c (regexec): Suit it to the error handling of
3382         re_search_internal.
3383         (re_match): Likewise.
3384         (re_search): Likewise.
3385         (re_search_internal): Add a check on malloc failure.
3386         (acquire_init_state_context): Likewise.
3387         (check_matching): Likewise.
3388         (proceed_next_node): Likewise.
3389         (set_regs): Likewise.
3390         (sift_states_backward): Likewise.
3391         (sift_states_iter_bkref): Likewise.
3392         (add_epsilon_backreference): Likewise.
3393         (transit_state): Likewise.
3394         (transit_state_sb): Likewise.
3395         (transit_state_mb): Likewise.
3396         (transit_state_bkref_loop): Likewise.
3397         (build_trtable): Likewise.
3398         (group_nodes_into_DFAstates): Likewise.
3399         (match_ctx_init): Likewise.
3400         (match_ctx_add_entry): Likewise.
3401
3402 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
3403
3404         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
3405         l_libname if profiling is enabled [PR libc/2916].
3406
3407         * sysdeps/ia64/dl-tls.h: New file.
3408
3409 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
3410
3411         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
3412         Work around an Alpha gas bug.
3413
3414 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
3415
3416         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
3417         uses read to load the catalog.
3418         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
3419
3420 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
3421
3422         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
3423         regex_internal.c, and regex_internal.h.
3424         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
3425         * posix/regex.c: Complete rewrite.
3426         * posix/regexec.c: New file.
3427         * posix/regcomp.c: New file.
3428         * posix/regex_internal.c: New file.
3429         * posix/regex_internal.h: New file.
3430         * posix/regex.h (RE_ICASE): New macro.
3431         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
3432
3433         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
3434         ungetwc.  It's a macro.
3435         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
3436         implementation.
3437         Reported by Jason Merrill <jason@redhat.com>.
3438
3439 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
3440
3441         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
3442         position to fp->_offset if it is set.
3443         * stdio-common/Makefile (tests): Add tst-fdopen.
3444         * stdio-common/tst-fdopen.c: New test.
3445
3446 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
3447
3448         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
3449         * stdio-common/tst-ungetc.c (main): Add another test.
3450
3451 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
3452
3453         * assert/assert-perr.c: Use INTUSE to reference functions and variables
3454         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
3455         aliases.  Add prototypes for the new aliases.
3456         * assert/assert.c: Likewise.
3457         * include/libc-symbols.h: Likewise.
3458         * include/stdio.h: Likewise.
3459         * include/netinet/in.h: Likewise.
3460         * include/rpc/auth.h: Likewise.
3461         * include/rpc/auth_unix.h: Likewise.
3462         * include/rpc/key_prot.h: Likewise.
3463         * include/rpc/pmap_prot.h: Likewise.
3464         * include/rpc/pmap_rmt.h: Likewise.
3465         * include/rpc/rpc_msg.h: Likewise.
3466         * include/rpc/xdr.h: Likewise.
3467         * inet/gethstbyad_r.c: Likewise.
3468         * inet/gethstbynm2_r.c: Likewise.
3469         * inet/gethstbynm_r.c: Likewise.
3470         * inet/gethstent_r.c: Likewise.
3471         * inet/in6_addr.c: Likewise.
3472         * libio/__fpurge.c: Likewise.
3473         * libio/filedoalloc.c: Likewise.
3474         * libio/fileops.c: Likewise.
3475         * libio/ftello.c: Likewise.
3476         * libio/ftello64.c: Likewise.
3477         * libio/genops.c: Likewise.
3478         * libio/iofclose.c: Likewise.
3479         * libio/iofdopen.c: Likewise.
3480         * libio/iofflush.c: Likewise.
3481         * libio/iofflush_u.c: Likewise.
3482         * libio/iofgetpos.c: Likewise.
3483         * libio/iofgetpos64.c: Likewise.
3484         * libio/iofgets.c: Likewise.
3485         * libio/iofgets_u.c: Likewise.
3486         * libio/iofopen.c: Likewise.
3487         * libio/iofopncook.c: Likewise.
3488         * libio/iofputs.c: Likewise.
3489         * libio/iofread.c: Likewise.
3490         * libio/iofread_u.c: Likewise.
3491         * libio/iofsetpos.c: Likewise.
3492         * libio/iofsetpos64.c: Likewise.
3493         * libio/ioftell.c: Likewise.
3494         * libio/iofwrite.c: Likewise.
3495         * libio/iogetline.c: Likewise.
3496         * libio/iogets.c: Likewise.
3497         * libio/iogetwline.c: Likewise.
3498         * libio/iolibio.h: Likewise.
3499         * libio/iopadn.c: Likewise.
3500         * libio/iopopen.c: Likewise.
3501         * libio/ioseekoff.c: Likewise.
3502         * libio/ioseekpos.c: Likewise.
3503         * libio/iosetbuffer.c: Likewise.
3504         * libio/iosetvbuf.c: Likewise.
3505         * libio/ioungetc.c: Likewise.
3506         * libio/ioungetwc.c: Likewise.
3507         * libio/iovdprintf.c: Likewise.
3508         * libio/iovsprintf.c: Likewise.
3509         * libio/iovsscanf.c: Likewise.
3510         * libio/libioP.h: Likewise.
3511         * libio/memstream.c: Likewise.
3512         * libio/obprintf.c: Likewise.
3513         * libio/oldfileops.c: Likewise.
3514         * libio/oldiofclose.c: Likewise.
3515         * libio/oldiofdopen.c: Likewise.
3516         * libio/oldiofgetpos.c: Likewise.
3517         * libio/oldiofgetpos64.c: Likewise.
3518         * libio/oldiofopen.c: Likewise.
3519         * libio/oldiofsetpos.c: Likewise.
3520         * libio/oldiofsetpos64.c: Likewise.
3521         * libio/oldiopopen.c: Likewise.
3522         * libio/oldstdfiles.c: Likewise.
3523         * libio/putc.c: Likewise.
3524         * libio/setbuf.c: Likewise.
3525         * libio/setlinebuf.c: Likewise.
3526         * libio/stdfiles.c: Likewise.
3527         * libio/stdio.c: Likewise.
3528         * libio/strops.c: Likewise.
3529         * libio/vasprintf.c: Likewise.
3530         * libio/vscanf.c: Likewise.
3531         * libio/vsnprintf.c: Likewise.
3532         * libio/vswprintf.c: Likewise.
3533         * libio/wfiledoalloc.c: Likewise.
3534         * libio/wfileops.c: Likewise.
3535         * libio/wgenops.c: Likewise.
3536         * libio/wstrops.c: Likewise.
3537         * malloc/mtrace.c: Likewise.
3538         * misc/error.c: Likewise.
3539         * misc/syslog.c: Likewise.
3540         * nss/getXXbyYY_r.c: Likewise.
3541         * nss/getXXent_r.c: Likewise.
3542         * nss/hosts-lookup.c: Likewise.
3543         * stdio-common/getw.c
3544         * stdio-common/printf-prs.c: Likewise.
3545         * stdio-common/printf_fp.c: Likewise.
3546         * stdio-common/printf_size.c: Likewise.
3547         * stdio-common/putw.c: Likewise.
3548         * stdio-common/scanf.c: Likewise.
3549         * stdio-common/sprintf.c: Likewise.
3550         * stdio-common/tmpfile64.c: Likewise.
3551         * stdio-common/vfprintf.c: Likewise.
3552         * stdio-common/vfscanf.c: Likewise.
3553         * stdlib/strfmon.c: Likewise.
3554         * sunrpc/auth_des.c: Likewise.
3555         * sunrpc/auth_none.c: Likewise.
3556         * sunrpc/auth_unix.c: Likewise.
3557         * sunrpc/authdes_prot.c: Likewise.
3558         * sunrpc/authuxprot.c: Likewise.
3559         * sunrpc/clnt_perr.c: Likewise.
3560         * sunrpc/clnt_raw.c: Likewise.
3561         * sunrpc/clnt_tcp.c: Likewise.
3562         * sunrpc/clnt_udp.c: Likewise.
3563         * sunrpc/clnt_unix.c: Likewise.
3564         * sunrpc/key_call.c: Likewise.
3565         * sunrpc/key_prot.c: Likewise.
3566         * sunrpc/openchild.c: Likewise.
3567         * sunrpc/pm_getmaps.c: Likewise.
3568         * sunrpc/pm_getport.c: Likewise.
3569         * sunrpc/pmap_clnt.c: Likewise.
3570         * sunrpc/pmap_prot.c: Likewise.
3571         * sunrpc/pmap_prot2.c: Likewise.
3572         * sunrpc/pmap_rmt.c: Likewise.
3573         * sunrpc/rpc_cmsg.c: Likewise.
3574         * sunrpc/rpc_prot.c: Likewise.
3575         * sunrpc/svc_authux.c: Likewise.
3576         * sunrpc/svc_raw.c: Likewise.
3577         * sunrpc/svc_simple.c: Likewise.
3578         * sunrpc/svc_tcp.c: Likewise.
3579         * sunrpc/svc_udp.c: Likewise.
3580         * sunrpc/svc_unix.c: Likewise.
3581         * sunrpc/xdr.c: Likewise.
3582         * sunrpc/xdr_array.c: Likewise.
3583         * sunrpc/xdr_mem.c: Likewise.
3584         * sunrpc/xdr_rec.c: Likewise.
3585         * sunrpc/xdr_ref.c: Likewise.
3586         * sunrpc/xdr_stdio.c: Likewise.
3587         * sysdeps/generic/_strerror.c: Likewise.
3588         * sysdeps/generic/printf_fphex.c: Likewise.
3589         * sysdeps/generic/tmpfile.c: Likewise.
3590         * sysdeps/gnu/errlist.awk: Likewise.
3591         * sysdeps/gnu/errlist.c: Likewise.
3592
3593         * libio/Makefile (routines): Remove iosprint.
3594         * libio/iosprintf.c: Removed
3595
3596
3597 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
3598
3599         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
3600         non_dynamic_init and exported now.
3601         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
3602         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
3603         !SHARED.
3604         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
3605         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
3606         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
3607
3608 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
3609
3610         * elf/dl-close.c (free_slotinfo): Check for end of list and return
3611         true in this case.
3612
3613         * locale/iso-639.def: Add language codes for Walloon.
3614
3615         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
3616         total number of relocations performed.
3617
3618         * elf/sprof.c (load_profdata): If do_test provide information as
3619         to why loading failed.
3620         * elf/dl-profile.c (_dl_start_profile): Initialize all of
3621         hist_hdr.dimen.
3622
3623         * csu/set-init.c: Moved to...
3624         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
3625         * csu/Makefile: Don't compile set-init.
3626         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
3627         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
3628         to __libc_init.
3629         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
3630         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
3631         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
3632         __libc_init.
3633         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
3634         __libc_subinit.
3635
3636 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
3637
3638         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
3639         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
3640         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
3641         (_dl_deallocate_tls): New function.
3642         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
3643         _dl_deallocate_tls.
3644
3645 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
3646
3647         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
3648         * stdio-common/tst-fseek.c (main): Add test for this.
3649
3650 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
3651
3652         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
3653
3654 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
3655
3656         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
3657         pointer before dereferencing.
3658
3659 2002-02-18  Roland McGrath  <roland@frob.com>
3660
3661         * sysdeps/mach/hurd/times.c: Fix typo in last change.
3662
3663         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
3664         Use task_policy in place of task_priority.
3665
3666         * sysdeps/generic/bits/mman.h
3667         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
3668         * sysdeps/mach/msync.c: New file.
3669
3670         * sysdeps/mach/powerpc/syscall.S: New file.
3671
3672         * mach/msg.c [MACH_MSG_OVERWRITE]
3673         (__mach_msg_trap, __mach_msg_overwrite): New functions.
3674         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
3675
3676         * sysdeps/mach/configure.in: Check for clock.defs to put into
3677         mach_interface_list.
3678         * sysdeps/mach/configure: Regenerated.
3679
3680         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
3681         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
3682         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
3683         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
3684         (mach-shortcuts): Add device_read_overwrite_request,
3685         device_read_overwrite, vm_read_overwrite, thread_switch.
3686
3687         * configure.in (base_machine): Set to $machine by default.
3688         * configure: Regenerated.
3689
3690         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
3691         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
3692         * sysdeps/mach/configure: Regenerated.
3693         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
3694
3695         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
3696
3697         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
3698
3699         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
3700         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
3701
3702 2002-02-17  Roland McGrath  <roland@frob.com>
3703
3704         * sysdeps/mach/hurd/times.c
3705         [NO_CREATION_TIME] (startup_time): New static variable.
3706         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
3707         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
3708         creation_time from task_basic_info.
3709         (__times): Use __gettimeofday instead of __host_get_time.
3710
3711         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
3712         Use untyped Mach IPC message format.
3713
3714         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
3715
3716         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
3717         _S_catch_exception_raise_state_identity,
3718         _hurdsig_fault_catch_exception_raise_state,
3719         _hurdsig_fault_catch_exception_raise_state_identity.
3720
3721         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
3722
3723         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
3724         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
3725
3726         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
3727         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
3728
3729         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
3730         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
3731         them as no-op macros.
3732         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
3733         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
3734
3735         * sysdeps/powerpc/dl-machine.h
3736         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
3737
3738         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
3739         Use untyped Mach IPC message format.
3740
3741         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
3742         Handle untyped Mach IPC message formats.
3743
3744         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
3745         Expect different argument conventions when this is defined.
3746         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
3747         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
3748         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
3749         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
3750         for OSF Mach variant.
3751         (faulted): Use mig_reply_error_t for REPLY.
3752         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
3753         in __thread_set_exception_ports call.
3754         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
3755         __mach_port_set_attributes in place of __mach_port_set_qlimit.
3756
3757         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
3758         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
3759         on Darwin, which includes bogons.
3760
3761         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
3762         variable LOADBASE so it's not declared when it's not used.
3763
3764 2002-02-16  Roland McGrath  <roland@frob.com>
3765
3766         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
3767         to use BI.creation_time.
3768
3769         * mach/Machrules (MIG): Add -x c to CPP value passed down.
3770
3771         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
3772         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
3773         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
3774         host_page_size instead of vm_statistics.
3775
3776         * sysdeps/mach/Makefile (mach-before-compile): Don't include
3777         mach_interface.h here, since not all variants use that name.
3778
3779         * sysdeps/mach/configure.in: Add some checks for Mach headers
3780         to ensure a sane installation.
3781         (mach_interface_list): Define this variable by checking for .defs
3782         files found in various variants.
3783         * configure.in (mach_interface_list): AC_SUBST this.
3784         * config.make.in (mach-interface-list): New substituted variable.
3785         * mach/Makefile (user-interfaces): Define this using the value
3786         of $(mach-interface-list) instead of mach, mach4.
3787         Updated other references to mach_interface to use it as well.
3788
3789         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
3790
3791         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
3792         mig_reply_error_t for OSF Mach variant.
3793
3794         * mach/Makefile (routines): Remove bootprivport.
3795         * mach/bootprivport.c: File removed.  It has never been used.
3796
3797         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
3798         Grok the OSF flavor of message format.
3799         (mach_msg_destroy_port): For MAKE_SEND and
3800         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
3801         no-senders notification.
3802
3803 2002-02-06  Roland McGrath  <roland@frob.com>
3804
3805         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
3806         to here if 2.0 compatibility enabled ...
3807         (libc: GLIBC_2.1.3): ... from here.
3808
3809 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
3810
3811         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
3812         generation counter.
3813         * elf/dl-close.c (_dl_close): Likewise.
3814
3815 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
3816
3817         * elf/Makefile: Add rules to build and run tst-tls8.
3818         * elf/tst-tls8.c: New file.
3819         * elf/tst-tlsmod4.c: New file.
3820
3821         * stdlib/test-a64l.c (tests): Add more test cases.
3822
3823         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
3824         Reported by Walter Harms <WHarms@bfs.de>.
3825
3826 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
3827
3828         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
3829         definitions for struct sigcontext.
3830         Suggested by David Mosberger-Tang.
3831
3832 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
3833
3834         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
3835         for removing reference of module in slotinfo list.
3836         (_dl_close): Use remove_slotinfo.
3837         * sysdeps/generic/dl-tls.c: General pretty printing.
3838         (oom): Define only if SHARED.
3839         (_dl_next_tls_modid): Correct starting point for the case we assume
3840         there is a gap.  Add missing instruction grouping (doh!).  Correct
3841         tests for reaching maximum index.
3842         * elf/Makefile: Add rules to build and run tst-tls7.
3843         * elf/tst-tls7.c: New file.
3844         * elf/tst-tlsmod3.c: New file.
3845
3846         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
3847         USE_TLS.
3848         * elf/tst-tlsmod2.c: Likewise.
3849
3850         * elf/dl-close.c (_dl_close): When closing an object using TLS
3851         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
3852         true.  Increment dl_tls_generation only if we closed any TLS-using
3853         object.
3854         * elf/tst-tls6.c: New file.
3855         * elf/Makefile: Add rules to build and run tst-tls6.
3856
3857         * po/da.po: Update from translation team.
3858
3859         * locale/categories.def: Fix typo [PR libc/2948].
3860         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
3861         [PR libc/2949].
3862         * locale/iso-4217.def: Update from official version [PR libc/2950].
3863         * glibcbug.in: Honor TMPDIR [PR libc/2951].
3864         * locale/programs/ld-collate.c (collate_finish): Bail out with a
3865         message if input is too confusion instead of using assert.
3866         (collate_read): Don't crash on unknown symbol [PR libc/2952].
3867         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
3868
3869         * elf/tst-tls1.c: Move #include "tls-macros.h" instead #ifdef USE_TLS.
3870         * elf/tst-tls2.c: Likewise.
3871         * elf/tst-tls3.c: Likewise.
3872
3873 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
3874
3875         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
3876
3877 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
3878
3879         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
3880         if this is really necessary.
3881
3882         * elf/dl-close.c (_dl_close): Implement freeing entries in the
3883         slotinfo array.
3884         (free_mem): Free memory for the slotinfo array if possible.
3885
3886 2002-02-12  Andreas Schwab  <schwab@suse.de>
3887
3888         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
3889
3890 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
3891
3892         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
3893         TLS_DTV_UNALLOCATE.
3894         (oom): New function.
3895         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
3896         (_dl_determine_tlsoffset): Likewise.
3897         (_dl_allocate_tls): Likewise.
3898         (__TLS_GET_ADDR): Define if not already defined.
3899         (_dl_tls_symaddr): New function.
3900         (allocate_and_init): New function.
3901         (__tls_get_addr): Actually implement handling of generation counter
3902         and deferred allocation.
3903         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
3904         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
3905         _dl_tls_generation.
3906         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
3907         Declare _dl_tls_symaddr.
3908         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
3909         SHARED.
3910         * include/link.h (struct link_map):  Remove l_tls_nextimage and
3911         l_tls_previmage.
3912         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
3913         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
3914         (_dl_vsym): Likewise.
3915         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
3916         layout.
3917         (dl_main): Allow PT_TLS be present for empty segment.  Remove
3918         nextimage list handling.  Instead add all modules using TLS to
3919         dl_tls_dtv_slotinfo_list.
3920         * elf/dl-open.c (dl_open_worker): After successfully loading all
3921         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
3922         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
3923         empty segment don't do anything.  Remove handling of initimage list.
3924         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
3925         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
3926         * elf/dl-minimal.c: Define __libc_memalign.
3927         * elf/dl-support.c: Remove _dl_initimage_list.  Add
3928         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
3929         _dl_tls_generation.
3930         * include/stdlib.h: Declare __libc_memalign.
3931
3932         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
3933         * elf/tst-tls4.c: New file.
3934         * elf/tst-tls5.c: New file.
3935         * elf/tst-tlsmod2.c: New file.
3936
3937         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
3938
3939         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
3940
3941         * elf/tst-tls1.c: Use test-skeleton.c.
3942         * elf/tst-tls2.c: Likewise.
3943         * elf/tst-tls3.c: Likewise.
3944
3945         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
3946
3947 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
3948
3949         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
3950
3951 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
3952
3953         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
3954
3955         * elf/tst-tls3.c: New file.
3956         * elf/tst-tlsmod1.c: New file.
3957         * elf/Makefile: Add rules to build and run tst-tls3.
3958
3959         * sysdeps/i386/dl-machine.h: Include <tls.h>.
3960         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
3961         TLS relocations.
3962
3963         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
3964
3965         * po/fr.po: Update from translation team.
3966
3967         * elf/tls-macros.h: Add alternative macros for use in PIC.
3968
3969         * elf/dl-lookup.c: Include <tls.h>.
3970         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
3971
3972         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
3973         required by passing pointer to last element of the list.
3974
3975         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
3976         l_tls_initimage to a place where it actually is performed.
3977
3978         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
3979         after globfree() calls.
3980
3981         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
3982         (openaux): Pass open_mode as new last argument to _dl_map_object.
3983         (_dl_map_object_deps): Add new argument open_mode.  Initialize
3984         open_mode element of args variable with it.
3985         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
3986         _dl_map_object_deps.
3987         * elf/rtld.c (dl_main): Add zero as last parameter to
3988         _dl_map_object_deps call.
3989         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
3990         * elf/nodlopen2.c: New file.
3991         * elf/nodlopenmod2.c: New file.
3992         * elf/Makefile: Add rules to build and run nodlopen2.
3993
3994         * elf/tst-tls1.c: Move TLS helper macros to...
3995         * elf/tls-macros.h: ...here.  New file.
3996         * elf/tst-tls2.c: New file.
3997         * elf/Makefile (tests): Add tst-tls2.
3998         (distribute): Add tls-macros.h.
3999
4000         * po/sv.po: Update from translation team.
4001
4002         * elf/tst-tls1.c (main): Add complete set of tests.  Split
4003         architecture specific definitions from the actual test code.
4004
4005         * po/tr.po: Update from translation team.
4006
4007 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
4008
4009         * elf/Makefile (tests): Add tst-tls1.
4010         * elf/tst-tls1.c: New file.
4011
4012         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
4013         alignment of TCB for now.
4014
4015         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
4016         initialization image for the application itself.
4017
4018         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
4019         loop to initialize TLS block.
4020
4021 2002-02-08  Richard Henderson  <rth@redhat.com>
4022
4023         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
4024         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
4025
4026         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
4027
4028 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
4029
4030         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
4031
4032 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
4033
4034         * po/ca.po: Update from translation team.
4035         * po/sk.po: Likewise.
4036
4037         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
4038         (dl_main): Move dtv/static TLS handling before relocation.
4039         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
4040         TLS_INIT_TP to allocate and install the dtv/static TLS block.
4041         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
4042         so far uses TLS initialize GL(dl_tls_static_size) and
4043         GL(dl_tls_static_align) to account for the TCB.
4044         (_dl_allocate_tls): New function.
4045         * sysdeps/generic/ldsodefs.h (rtld_global): Add
4046         _dl_initial_dtv_malloced.
4047
4048         * configure.in: Test for __builtin_memset more realistically.
4049
4050         * csu/version.c (banner): If TLS support is available say so.
4051
4052 2002-02-04  H.J. Lu  <hjl@gnu.org>
4053
4054         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
4055         __attribute_used__.
4056         (__dl_runtime_resolve): Likewise.
4057
4058         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
4059         declaration.
4060
4061 2001-11-15  H.J. Lu  <hjl@gnu.org>
4062
4063         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
4064         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
4065
4066         * sysdeps/unix/sysv/linux/mips/sys/user.h: New.
4067
4068 2002-02-07  H.J. Lu  <hjl@gnu.org>
4069
4070         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
4071         ".set noreorder".
4072         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
4073         Likewise.
4074
4075 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
4076
4077         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
4078
4079         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
4080         ___tls_get_addr_internal.
4081         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
4082
4083         * po/ko.po: Update from translation team.
4084
4085 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
4086
4087         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
4088         attribute, change __pad{1,2} type to unsigned int.
4089         (struct stat64): Remove packed attribute.
4090
4091 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
4092
4093         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
4094
4095 2002-02-07  Andreas Schwab  <schwab@suse.de>
4096
4097         * configure.in: Fix check for -zcombreloc.
4098
4099 2002-02-06  H.J. Lu  <hjl@gnu.org>
4100
4101         * config.h.in (HAVE_BUILTIN_MEMSET): New.
4102         * configure.in: Check if __builtin_memset really works.
4103         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
4104         __GNUC_PREREQ (2, 96) before using __builtin_memset.
4105
4106 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
4107
4108         * io/bug-ftw3.c (main): Don't try the test if root.
4109
4110 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4111
4112         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
4113         constraints.
4114         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
4115         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
4116         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
4117         Likewise.
4118         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
4119         a weak alias for __clone.
4120         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
4121         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
4122         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
4123         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
4124         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
4125         a weak alias for __mmap64.
4126
4127 2002-02-05  H.J. Lu  <hjl@gnu.org>
4128
4129         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
4130         (atomic_add): Likewise.
4131         (compare_and_swap): Likewise.
4132         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
4133
4134 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
4135
4136         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
4137
4138         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
4139         alignment of the TCB and store total size and alignment of static
4140         TLS block in _dl_tls_static_size and _dl_tls_static_align.
4141         tls_index is a typedef.
4142         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
4143         _dl_tls_static_align.
4144         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
4145         * elf/dl-support.c: Define _dl_tls_static_size and
4146         _dl_tls_static_align.
4147
4148 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
4149
4150         * configure.in: Add --without-tls option.
4151         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
4152         --without-tls is given.
4153
4154         * sysdeps/generic/dl-tls.c: Include <tls.h>.
4155
4156         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
4157
4158 2002-02-06  Roland McGrath  <roland@frob.com>
4159
4160         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
4161         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
4162
4163         * scripts/versions.awk: Improve error message for missing version.
4164         Each version inherits from the last one only if they have the same
4165         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
4166         but not GLIBC_x and FOO_y.
4167
4168         * scripts/firstversions.awk: Handle libraries that don't have each
4169         particular version named in the third column of shlib-versions.
4170
4171         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
4172
4173 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
4174
4175         * Versions.def [ld]: Add GLIBC_2.3.
4176         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
4177         * elf/Makefile (dl-routines): Add dl-tls.
4178         (distribute): Add dl-tls.h.
4179         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
4180         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
4181         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
4182         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
4183         along with the other info in the link map.  Change queueing of init
4184         images for double linked list.  Use _dl_next_tls_modid to compute
4185         l_tls_modid.
4186         * elf/rtld.c (_dl_start_final): Store alignment requirement
4187         along with the other info in rtld map and executable map.
4188         (dl_main): Add ld.so to the init image list if necessary.  Compute
4189         final module ID with _dl_next_tls_modid.
4190         * include/link.h (struct link_map): Add l_tls_previmage and
4191         l_tls_align.
4192         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
4193         * sysdeps/i386/elf/Versions: New file.
4194         * sysdeps/generic/dl-tls.c: New file.
4195         * sysdeps/generic/dl-tls.h: New file.
4196         * sysdeps/i386/dl-tls.h: New file.
4197
4198 2002-02-06  Roland McGrath  <roland@frob.com>
4199
4200         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
4201         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
4202
4203 2002-01-05  Roland McGrath  <roland@frob.com>
4204
4205         * sysdeps/mach/configure.in: New file.
4206         * sysdeps/mach/configure: New generated file.
4207
4208         * mach/Makefile (user-interfaces): Remove default_pager_helper.
4209         It has never been used by anything.
4210
4211 2002-02-06  H.J. Lu  <hjl@gnu.org>
4212
4213         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
4214         is included.
4215
4216 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
4217
4218         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
4219         attribute((packed)) to counter stupid people misusing gcc options.
4220         (struct stat64): Likewise.
4221
4222 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
4223
4224         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
4225         the variables which are used as booleans.
4226
4227 2002-02-06  Andreas Jaeger  <aj@suse.de>
4228
4229         * include/libc-symbols.h (INTUSE): Renamed from INT.
4230         * elf/dl-deps.c: Change users.
4231         * sysdeps/generic/dl-sysdep.c: Likewise.
4232         * sysdeps/generic/dl-cache.c: Likewise.
4233         * elf/dl-reloc.c: Likewise.
4234         * elf/rtld.c: Likewise.
4235         * elf/dl-version.c: Likewise.
4236         * elf/dl-load.c: Likewise.
4237         * elf/dl-dst.h: Likewise.
4238         * elf/dl-init.c: Likewise.
4239         * elf/dl-error.c: Likewise.
4240         * elf/dl-fini.c: Likewise.
4241         * elf/dl-runtime.c: Likewise.
4242         * elf/do-lookup.h: Likewise.
4243
4244         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
4245         definition.
4246         * stdio-common/_itowa.h: Likewise.
4247
4248 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
4249
4250         * elf/dl-minimal.c: Define _itoa_lower_digits.
4251
4252         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
4253         DT_FLAGS set.
4254
4255         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
4256         loading modules with the DF_STATIC_TLS flag set.
4257         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
4258         element.
4259         * include/link.h (struct link_map): Add l_flags field.
4260         * elf/elf.h (DF_STATIC_TLS): New definition.
4261
4262         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
4263         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
4264
4265         * elf/rtld.c (process_dl_debug): Correct printing help message.
4266         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
4267         for %s.
4268
4269         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
4270         definition and pass &errno in use of this variable.
4271         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
4272
4273 2002-02-04  Andreas Schwab  <schwab@suse.de>
4274
4275         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
4276         * locale/programs/charmap-dir.c: Wrap calls that output messages
4277         with WITH_CUR_LOCALE.  Include "localedef.h" first.
4278         * locale/programs/charmap.c: Likewise.
4279         * locale/programs/ld-address.c: Likewise.
4280         * locale/programs/ld-collate.c: Likewise.
4281         * locale/programs/ld-ctype.c: Likewise.
4282         * locale/programs/ld-identification.c: Likewise.
4283         * locale/programs/ld-measurement.c: Likewise.
4284         * locale/programs/ld-messages.c: Likewise.
4285         * locale/programs/ld-monetary.c: Likewise.
4286         * locale/programs/ld-name.c: Likewise.
4287         * locale/programs/ld-numeric.c: Likewise.
4288         * locale/programs/ld-paper.c: Likewise.
4289         * locale/programs/ld-telephone.c: Likewise.
4290         * locale/programs/ld-time.c: Likewise.
4291         * locale/programs/linereader.c: Likewise.
4292         * locale/programs/linereader.h: Likewise.
4293         * locale/programs/localedef.c: Likewise.
4294         * locale/programs/locfile.c: Likewise.
4295         * locale/programs/repertoire.c: Likewise.
4296
4297 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
4298
4299         * elf/rtld.c (_dl_start_final): Determine load address to locate
4300         ehdr with GL(dl_rtld_map).l_map_start.
4301
4302         * po/ca.po: Update from translation team.
4303
4304         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
4305         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
4306         header entry.
4307         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
4308         _dl_tls_module_cnt.
4309         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
4310
4311 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
4312
4313         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
4314         * include/link.h (struct link_map): Add various members for TLS
4315         information.
4316         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
4317         _rtld_tlsoffset, add _dl_initimage_list.
4318         * sysdeps/i386/dl-lookupcfg.h: New file.
4319         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
4320         TLS relocation.  When using TLS we now use RESOLVE_MAP.
4321         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
4322         is used.
4323
4324         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
4325         unused.
4326
4327         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
4328         thread-pointer as soon as possible.
4329         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
4330         elements in rtld_global.
4331         * sysdeps/generic/tls.h: New file.
4332         * elf/Makefile (distribute): Add tls.h.
4333         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
4334         relocations.  Not complete yet.
4335
4336         * resolv/resolv.h: Allow user to define __need_res_state and only
4337         define __res_start structure then.
4338         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
4339
4340         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
4341         dl_cpuclock_offset initialization to _dl_start_final.
4342         (_dl_show_auxv): Avoid unnecessary sign extension.
4343         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
4344
4345 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
4346
4347         * config.h.in: Add HAVE_TLS_SUPPORT.
4348         * sysdeps/i386/elf/configure.in: New file.
4349
4350 2002-02-03  Andreas Schwab  <schwab@suse.de>
4351
4352         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
4353         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
4354
4355 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
4356
4357         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
4358         alloca if the memory reqirements are too high.
4359
4360 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
4361
4362         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
4363         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
4364         the former is available anyway and speed isn't important here.
4365         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
4366         * elf/dl-version.c (match_symbol): Likewise.
4367         (_dl_check_map_versions): Likewise.
4368         * elf/rtld.c (process_envvars): Likewise.
4369         (print_statistics): Likewise.
4370         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
4371         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
4372         bases.  Add assert to catch uses of unimplemented features.
4373         (__strsep): Add assert to catch uses of unimplemented features.
4374         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
4375         and avoid inline optimization.
4376         * elf/rtld.c (process_envvars): Likewise.
4377         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
4378         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
4379         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
4380
4381 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
4382
4383         * stdio-common/_itoa.h: Minor simplifications of the code.
4384         * stdio-common/_itoa.c: Likewise.
4385
4386         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
4387         instead of _dl_printf for debugging info output.
4388
4389         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
4390         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
4391
4392 2002-02-01  H.J. Lu  <hjl@gnu.org>
4393
4394         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
4395         (atomic_add): Likewise.
4396         (compare_and_swap): Return 0 only when failed to compare. Use
4397         branch likely.
4398
4399         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
4400         branch likely.
4401
4402 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
4403
4404         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
4405
4406 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
4407
4408         * elf/dl-minimal.c (__strsep): New minimal implementation.
4409
4410 2002-02-02  Paul Eggert  <eggert@twinsun.com>
4411
4412         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
4413         (__mktime_internal): If no tm_isdst is requested, prefer solutions
4414         with tm_isdst > 0 when the requested time falls within a
4415         spring-forward gap [PR libc/2894].
4416
4417 2002-02-03  Andreas Schwab  <schwab@suse.de>
4418
4419         * stdio-common/tst-rndseek.c: Increase timeout.
4420
4421 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
4422
4423         Change ld.so to not use functions which are exported.  One cannot
4424         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
4425         definitions.
4426         * include/libc-symbols.h: Define INT and INTDEF.
4427         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
4428         _dl_signal_error_internal, _dl_map_object_internal,
4429         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
4430         _dl_lookup_versioned_symbol_internal,
4431         _dl_relocate_object_internal, _dl_debug_state_internal,
4432         _dl_start_profile_internal, and _dl_unload_cache_internal.
4433         * include/dlfcn.h: Declare _dl_catch_error_internal.
4434         * elf/rtld.c: Use INT for calls to any of the *_internal functions
4435         above.  Add INTDEF to function definitions.
4436         * elf/dl-debug.c: Likewise.
4437         * elf/dl-deps.c: Likewise.
4438         * elf/dl-dst.h: Likewise.
4439         * elf/dl-error.c: Likewise.
4440         * elf/dl-fini.c: Likewise.
4441         * elf/dl-init.c: Likewise.
4442         * elf/dl-load.c: Likewise.
4443         * elf/dl-lookup.c: Likewise.
4444         * elf/dl-misc.c: Likewise.
4445         * elf/dl-open.c: Likewise.
4446         * elf/dl-profile.c: Likewise.
4447         * elf/dl-reloc.c: Likewise.
4448         * elf/dl-runtime.c: Likewise.
4449         * elf/dl-version.c: Likewise.
4450         * elf/do-lookup.h: Likewise.
4451         * sysdeps/generic/dl-cache.c: Likewise.
4452         * sysdeps/generic/dl-sysdep.c: Likewise.
4453         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
4454         instead of _dl_init.
4455         * sysdeps/arm/dl-machine.h: Likewise.
4456         * sysdeps/cris/dl-machine.h: Likewise.
4457         * sysdeps/hppa/dl-machine.h: Likewise.
4458         * sysdeps/i386/dl-machine.h: Likewise.
4459         * sysdeps/ia64/dl-machine.h: Likewise.
4460         * sysdeps/m68k/dl-machine.h: Likewise.
4461         * sysdeps/mips/dl-machine.h: Likewise.
4462         * sysdeps/mips/mips64/dl-machine.h: Likewise.
4463         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
4464         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
4465         * sysdeps/sh/dl-machine.h: Likewise.
4466         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
4467         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
4468         * sysdeps/x86_64/dl-machine.h: Likewise.
4469         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
4470
4471         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
4472         and _dl_debug_initialize.
4473
4474         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
4475         more information.
4476         * elf/rtld.c (dl_main): Avoid strrchr.
4477         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
4478         result of readlink.  Search from the back for '/'.
4479
4480         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
4481         strncpy if possible.
4482
4483         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
4484         strncmp.
4485         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
4486         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
4487         strspn, and strcspn.
4488         (process_envvars): Don't use strcspn.
4489
4490         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
4491         (_dl_dst_substitute): Likewise.
4492
4493 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
4494
4495         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
4496         code which is never used when relocating ld.so itself.
4497
4498         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
4499         starting ld.so itself.  Move l_addr variable initialization closer
4500         to use.
4501         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
4502
4503 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
4504
4505         * Versions.def (libc): Add GLIBC_PRIVATE.
4506         (libdb, libnss_db, libdb1): Remove.
4507         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
4508         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
4509         (libpthread): Add GLIBC_PRIVATE.
4510         (libresolv): Likewise, remove GLIBC_2.1.
4511         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
4512         GLIBC_2.2.3, GLIBC_2.3.
4513         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
4514         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
4515         _dl_sym, _dl_vsym): Likewise.
4516         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
4517         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
4518         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
4519         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
4520         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
4521         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
4522         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
4523         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
4524         Likewise.
4525         (_dl_object_relocation_scope): Remove.
4526         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
4527         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
4528         __gconv_cache): Move to GLIBC_PRIVATE.
4529         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
4530         __internal_setnetgrent): Likewise.
4531         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
4532         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
4533         * locale/Versions (__collate_element_hash, __collate_element_strings,
4534         __collate_symbol_classes, __collate_symbol_hash,
4535         __collate_symbol_strings, _nl_current_LC_COLLATE,
4536         _nl_current_LC_CTYPE): Likewise.
4537         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
4538         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
4539         (libnss_nis, libnss_nisplus): Likewise.
4540         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
4541         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
4542         (libnss_files): Move all symbols to GLIBC_PRIVATE.
4543         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
4544         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
4545         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
4546         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
4547         __ns_get16, __ns_samename): Likewise.
4548         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
4549         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
4550         GLIBC_PRIVATE.
4551         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
4552         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
4553         __libc_connect): Likewise.
4554         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
4555         Likewise.
4556         * stdlib/Versions (__libc_system): Likewise.
4557         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
4558         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
4559         * sysdeps/ia64/fpu/Versions: Likewise.
4560         * sysdeps/ia64/Versions: Likewise.
4561         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
4562         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
4563         to GLIBC_PRIVATE.
4564         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
4565         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
4566         __libc_sigaction): Likewise.
4567         * termios/Versions (__libc_tcdrain): Likewise.
4568
4569         * misc/sys/cdefs (__attribute_noinline__): Define.
4570         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
4571         __attribute_noinline__.
4572
4573         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
4574         * elf/dl-xstat64.c: New file.
4575         * elf/dl-fxstat64.c: New file.
4576         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
4577         don't export __fxstat64 at multiple versions.
4578         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
4579         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
4580
4581 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
4582
4583         * locale/program/ld-collate.c (collate_finish): Assign a wide
4584         char collation sequence value to multi character collating
4585         elements, and avoid over writing by non-character elements.
4586
4587 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
4588
4589         * elf/Makefile (distribute): Add dl-procinfo.c.
4590         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
4591         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
4592
4593 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
4594
4595         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
4596         definition.
4597         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
4598         _rtld_global struct.
4599         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
4600         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
4601         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
4602         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
4603         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
4604         _dl_fpu_control_set): Remove unused externs.
4605         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
4606         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
4607         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
4608         related variables in _rtld_global struct.
4609         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
4610         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
4611         unused extern.
4612
4613 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
4614
4615         * sysdeps/generic/dl-procinfo.c: New file.
4616
4617 2002-02-01  Andreas Schwab  <schwab@suse.de>
4618
4619         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
4620
4621 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
4622
4623         * elf/rtld.c (_dl_start): Mark as internal_function.
4624         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
4625         in register.
4626         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
4627         General pretty printing.
4628
4629 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
4630
4631         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
4632         * elf/dl-reloc.c: Pretty printing.
4633         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
4634         procinfo-related variables in rtld_global struct.
4635         * elf/dl-support.c: Likewise.
4636         * elf/rtld.c: Likewise.
4637         * sysdeps/i386/i686/Makefile: Likewise.
4638         * sysdeps/i386/i686/hp-timing.c: Likewise.
4639         * sysdeps/i386/i686/hp-timing.h: Likewise.
4640         * sysdeps/ia64/Makefile: Likewise.
4641         * sysdeps/ia64/hp-timing.c: Likewise.
4642         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
4643         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
4644         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
4645         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
4646         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
4647         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
4648         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
4649         * sysdeps/x86_64/Makefile: Likewise.
4650
4651         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
4652         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
4653         _dl_debug_fd to rtld_global.
4654         * elf/Versions: Likewise.
4655         * elf/dl-close.c: Likewise.
4656         * elf/dl-iteratephdr.c: Likewise.
4657         * elf/dl-lookup.c: Likewise.
4658         * elf/dl-misc.c: Likewise.
4659         * elf/dl-open.c: Likewise.
4660         * elf/dl-support.c: Likewise.
4661         * elf/do-lookup.h: Likewise.
4662         * elf/rtld.c: Likewise.
4663         * sysdeps/generic/dl-cache.c: Likewise.
4664         * sysdeps/generic/dl-sysdep.c: Likewise.
4665         * sysdeps/ia64/Versions: Likewise.
4666         * sysdeps/unix/clock_gettime.c: Likewise.
4667         * sysdeps/unix/clock_settime.c: Likewise.
4668         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
4669         * sysdeps/sparc/Versions: Removed.
4670         * sysdeps/i386/i686/Versions : Removed.
4671         * sysdeps/x86_64/Versions: Removed.
4672         * configure.in: Define HAVE_PROTECTED if .protected is available.
4673         * config.h.in: Add entry for HAVE_PROTECTED.
4674
4675 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
4676
4677         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
4678         code in struct _rtld_global.  Export this struct, remove all
4679         exports for the signal variables.
4680         * sysdeps/arm/dl-machine: Likewise.
4681         * sysdeps/generic/dl-origin: Likewise.
4682         * sysdeps/generic/dl-sysdep: Likewise.
4683         * sysdeps/generic/dl-cache: Likewise.
4684         * sysdeps/hppa/dl-fptr: Likewise.
4685         * sysdeps/hppa/dl-machine: Likewise.
4686         * sysdeps/cris/dl-machine: Likewise.
4687         * sysdeps/i386/dl-machine: Likewise.
4688         * sysdeps/ia64/dl-machine: Likewise.
4689         * sysdeps/m68k/dl-machine: Likewise.
4690         * sysdeps/mach/hurd/dl-sysdep: Likewise.
4691         * sysdeps/mips/mips64/dl-machine: Likewise.
4692         * sysdeps/mips/dl-machine: Likewise.
4693         * sysdeps/powerpc/elf/libc-start: Likewise.
4694         * sysdeps/powerpc/dl-machine: Likewise.
4695         * sysdeps/powerpc/dl-start: Likewise.
4696         * sysdeps/sparc/sparc32/dl-machine: Likewise.
4697         * sysdeps/sparc/sparc64/dl-machine: Likewise.
4698         * sysdeps/sh/dl-machine: Likewise.
4699         * sysdeps/s390/s390-32/dl-machine: Likewise.
4700         * sysdeps/s390/s390-64/dl-machine: Likewise.
4701         * sysdeps/unix/sysv/aix/libc-start: Likewise.
4702         * sysdeps/unix/sysv/aix/start-libc: Likewise.
4703         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
4704         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
4705         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
4706         * sysdeps/x86_64/dl-machine: Likewise.
4707
4708 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
4709
4710         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
4711         are too high.
4712
4713 2002-01-31  Andreas Schwab  <schwab@suse.de>
4714
4715         * sysdeps/posix/readv.c: Check for ssize_t overflow.
4716
4717 2002-01-31  Andreas Schwab  <schwab@suse.de>
4718
4719         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
4720         reference to _dl_pagesize.
4721
4722 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
4723
4724         * Versions.def [ld]: Add GLIBC_2.3.
4725         * elf/dl-addr.c: Move global variables for SHARED code in struct
4726         _rtld_global.  Export this struct, remove all exports for the
4727         signal variables.
4728         * elf/dl-close.c: Likewise.
4729         * elf/dl-conflict.c: Likewise.
4730         * elf/dl-debug.c: Likewise.
4731         * elf/dl-deps.c: Likewise.
4732         * elf/dl-dst.h: Likewise.
4733         * elf/dl-error.c: Likewise.
4734         * elf/dl-fini.c: Likewise.
4735         * elf/dl-init.c: Likewise.
4736         * elf/dl-iteratephdr.c: Likewise.
4737         * elf/dl-libc.c: Likewise.
4738         * elf/dl-load.c: Likewise.
4739         * elf/dl-lookup.c: Likewise.
4740         * elf/dl-minimal.c: Likewise.
4741         * elf/dl-object.c: Likewise.
4742         * elf/dl-open.c: Likewise.
4743         * elf/dl-profile.c: Likewise.
4744         * elf/dl-profstub.c: Likewise.
4745         * elf/dl-reloc.c: Likewise.
4746         * elf/dl-runtime.c: Likewise.
4747         * elf/dl-support.c: Likewise.
4748         * elf/dl-sym.c: Likewise.
4749         * elf/dl-version.c: Likewise.
4750         * elf/do-lookup.h: Likewise.
4751         * elf/do-rel.h: Likewise.
4752         * elf/dynamic-link.h: Likewise.
4753         * elf/rtld.c: Likewise.
4754         * sysdeps/generic/dl-cache.c: Likewise.
4755         * sysdeps/generic/dl-sysdep.c: Likewise.
4756         * sysdeps/generic/ldsodefs.h: Likewise.
4757         * sysdeps/generic/libc-start.c: Likewise.
4758         * sysdeps/i386/dl-machine.h: Likewise.
4759         * sysdeps/ia64/dl-fptr.c: Likewise.
4760         * sysdeps/ia64/dl-machine.h: Likewise.
4761         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
4762         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
4763         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
4764         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
4765         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
4766         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
4767         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
4768         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
4769
4770 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
4771
4772         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
4773         to avoid warning
4774         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
4775
4776         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
4777         SHARED version.
4778         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
4779
4780         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
4781
4782 2002-01-29  Ben Collins  <bcollins@debian.org>
4783
4784         * string/bits/string2.h (__mempcpy): Protect size arg for
4785         addition when using __builtin_memcpy.
4786
4787 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
4788
4789         * stdlib/Makefile (tests): Add tst-qsort.
4790         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
4791
4792         * manual/signal.texi (Process Signal Mask): Document that
4793         pthread_sigmask, not sigprocmask, must be used in MT programs.
4794         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
4795
4796         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
4797         found.
4798         * misc/Makefile (tests): Add tst-hsearch.
4799         * misc/tst-hsearch.c: New file.
4800
4801 2002-01-18  Wolfram Gloger  <wg@malloc.de>
4802
4803         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
4804         * malloc/malloc.h: Likewise.
4805         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
4806         * malloc/arena.c: New file.
4807         * malloc/hooks.c: New file.
4808         * malloc/tst-mallocstate.c: New file.
4809         * malloc/Makefile: Add new testcase tst-mallocstate.
4810         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
4811
4812 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
4813
4814         * stdlib/msort.c: Remove last patch.  The optimization violates the
4815         same rule which qsort.c had problems with.
4816
4817 2002-01-27  Paul Eggert  <eggert@twinsun.com>
4818
4819         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
4820         to a pivot element that lies outside the array to be sorted, as
4821         ISO C99 requires that the comparison function be called only with
4822         addresses of array elements [PR libc/2880].
4823
4824 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
4825
4826         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
4827         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
4828
4829         * timezone/asia: Update from tzdata2002b.
4830         * timezone/australasia: Likewise.
4831         * timezone/backward: Likewise.
4832         * timezone/europe: Likewise.
4833         * timezone/leapseconds: Likewise.
4834         * timezone/iso3166.tab: Likewise.
4835         * timezone/zone.tab: Likewise.
4836
4837 2002-01-23  Richard Henderson  <rth@redhat.com>
4838
4839         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
4840
4841 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
4842
4843         * string/strxfrm.c: Allocate one more byte for rulearr and clear
4844         this element [PR libc/2855].
4845
4846         * string/strcoll.c: Handle zero-length arguments specially
4847         [PR libc/2856].
4848
4849 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
4850
4851         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
4852         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
4853         short lengths and constant src.
4854         (strcpy): Don't optimize for gcc 3.0+.
4855         (__stpcpy): For gcc 3.0+, don't use
4856         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
4857         for short string literal src.
4858
4859 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
4860
4861         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
4862         Set for arm, too.
4863
4864 2001-01-22  Paul Eggert  <eggert@twinsun.com>
4865
4866         * manual/llio.texi (Linked Channels, Cleaning Streams):
4867         Make it clearer that a just-opened input stream might need cleaning.
4868
4869 2002-01-21  H.J. Lu  <hjl@gnu.org>
4870
4871         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
4872         Don't use label at end of compound statement.
4873
4874 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
4875
4876         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
4877         Remove test for negative integer arg; sin_pi does it correctly.
4878
4879 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
4880
4881         * nscd/Makefile (distribute): Filter out xmalloc.c.
4882
4883 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
4884
4885         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
4886         Set offset if read end wasn't the buffer end.
4887         (_IO_file_seekoff_mmap): New function.
4888         (_IO_file_xsgetn_mmap): New function.
4889         (_IO_file_jumps_mmap): Use the two new functions.
4890         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
4891         != end buffer.
4892         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
4893         _IO_file_underflow_mmap.
4894         * libio/iofopen.c: Don't position file descriptor at end of file.
4895         * libio/tst-widetext.c: Improve error messages.
4896         * stdio-common/tst-rndseek.c: Likewise.
4897
4898 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
4899
4900         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
4901         end of enum for !_GNU_SOURCE.
4902         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
4903         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
4904         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
4905         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
4906         values unless _GNU_SOURCE.
4907
4908         * iconvdata/tcvn5712-1.c: Minor cleanups.
4909
4910 2002-01-18  Andreas Schwab  <schwab@suse.de>
4911
4912         * sysdeps/unix/sysv/linux/configure.in
4913         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
4914
4915 2002-01-16  Roger Sayle  <roger@eyesopen.com>
4916
4917         * stdlib/msort.c (msort_with_tmp): Replace implementation with
4918         more efficient "Towers of Hanoi" mergesort.
4919         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
4920         for generic, sizeof(int) and sizeof(long) variants respectively.
4921
4922 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
4923
4924         * manual/syslog.texi (openlog): Describe possible problems with
4925         first parameter.
4926         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
4927
4928         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
4929         * nscd/connections.c (begin_drop_privileges): New function.
4930         (finish_drop_privileges): New function.
4931         (nscd_init): Call the new functions which also install all groups
4932         for the server user.
4933         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
4934         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
4935
4936 2002-01-17  H.J. Lu  <hjl@gnu.org>
4937
4938         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
4939         `const' from `got'.
4940
4941 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4942
4943         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
4944         instructions for pointer operations.
4945         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
4946
4947 2002-01-17  Andreas Jaeger  <aj@suse.de>
4948
4949         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
4950         __uint128_t build-in.
4951
4952         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
4953         PowerPC, sync with 2.2 branch.
4954
4955 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
4956
4957         * posix/getconf.c: Update copyright year.
4958         * nss/getent.c: Likewise.
4959         * nscd/nscd_nischeck.c: Likewise.
4960         * iconv/iconvconfig.c: Likewise.
4961         * iconv/iconv_prog.c: Likewise.
4962         * elf/ldconfig.c: Likewise.
4963         * catgets/gencat.c: Likewise.
4964         * csu/version.c: Likewise.
4965         * elf/ldd.bash.in: Likewise.
4966         * elf/sprof.c (print_version): Likewise.
4967         * locale/programs/locale.c: Likewise.
4968         * locale/programs/localedef.c: Likewise.
4969         * nscd/nscd.c (print_version): Likewise.
4970         * debug/xtrace.sh: Likewise.
4971         * malloc/memusage.sh: Likewise.
4972         * malloc/mtrace.pl: Likewise.
4973
4974 2002-01-16  Andreas Schwab  <schwab@suse.de>
4975
4976         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
4977         reliably remove "-ia64" from rtld name.
4978
4979 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
4980
4981         * iconvdata/gb18030.c: Bug fixes and support for more characters.
4982         Patch by Yu Shao <yshao@redhat.com>.
4983
4984 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4985
4986         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
4987         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
4988         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
4989
4990 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4991
4992         * sysdeps/s390/fpu/libm-test-ulps: Update.
4993
4994 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
4995
4996         * elf/elf.h: Update x86 relocations.
4997
4998 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
4999
5000         * locale/programs/charmap.c (new_width): Check whether byte
5001         sequences for both ends of range have the same length.
5002
5003 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
5004
5005         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
5006
5007 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
5008
5009         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
5010         string literals.
5011         (__full_ieee754_sqrt): Add __attribute_used__.
5012
5013 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
5014
5015         * sysdeps/generic/group_member.c (__group_member): Also check
5016         groups[0] [PR libc/2781].
5017
5018 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
5019
5020         * Makefile (distribute): Add scripts/cpp.
5021         * elf/Makefile (distribute): Add reldep6mod[01234].c,
5022         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
5023         unwind-dw2-fde.h, and dwarf2.h.
5024         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
5025         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
5026         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
5027         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
5028
5029 2002-01-07  Roland McGrath  <roland@frob.com>
5030
5031         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
5032         volatile on type of ARGC so the compiler doesn't get clever.
5033
5034 2002-01-07  Andreas Jaeger  <aj@suse.de>
5035
5036         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
5037         * sysdeps/i386/bits/byteswap.h: Likewise.
5038         * sysdeps/ia64/bits/byteswap.h: Likewise.
5039         * sysdeps/m68k/bits/byteswap.h: Likewise.
5040         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
5041         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
5042
5043 2002-01-02  Bruno Haible  <bruno@clisp.org>
5044
5045         * intl/plural.y: Fix %expect count.
5046
5047 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
5048
5049         * elf/Makefile (routines, shared-only-routines): Add
5050         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
5051         * elf/elf.h (PT_GNU_EH_FRAME): Define.
5052         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
5053         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
5054         Optimize if .eh_frame section contains no FDEs.
5055         (__register_frame, __deregister_frame_info_bases,
5056         __deregister_frame): Likewise.
5057         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
5058         DW_CFA_restore handling.
5059
5060 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
5061
5062         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
5063
5064         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
5065         for x < 0.25 and restore original range reduction method.
5066         (__ieee754_lgammal_r): Make sure signgam is set before returning.
5067
5068 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
5069
5070         * libio/fileops.c (_IO_file_underflow_mmap): New function.
5071         (_IO_file_close_mmap): New function.
5072         (_IO_file_jumps_mmap): New variable.
5073         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
5074         trying to convert rest of byte buffer.
5075         (_IO_wfile_underflow_mmap): New function.
5076         (_IO_wfile_jumps_mmap): New variable.
5077         * libio/iofopen.c (__fopen_maybe_mmap): New function.
5078         (__fopen_internal): New function.  Split out from _IO_new_fopen.
5079         (_IO_new_fopen): Call __fopen_internal.
5080         * libio/iofopen64.c: Just call __fopen_internal.
5081         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
5082         successfully.
5083         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
5084         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
5085         _IO_file_close_mmap.
5086
5087         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
5088         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
5089
5090         * stdio-common/Makefile (tests): Add tst-rndseek.
5091         * stdio-common/tst-rndseek.c: New file.
5092
5093 2002-01-05  Roland McGrath  <roland@frob.com>
5094
5095         * config.h.in (HAVE_MIG_RETCODE): New #undef.
5096         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
5097         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
5098         * sysdeps/mach/hurd/configure: Regenerated.
5099
5100 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
5101
5102         * elf/elf.h: Add more TLS definitions.
5103
5104 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
5105
5106         * include/features.h (__GLIBC_MINOR__): Bump to 3.
5107
5108 2002-01-02  Roland McGrath  <roland@frob.com>
5109
5110         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
5111         __sigisemptyset.  Don't use MASK uninitialized.
5112
5113         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
5114         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
5115         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
5116         __sigdelset, __sigaddset, __sigorset.
5117
5118         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
5119         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
5120
5121         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
5122         _hurd_ports is null.
5123
5124         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
5125         for old CMU and new OSF Mach interface flavors.
5126         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
5127         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
5128
5129         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
5130
5131         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
5132         Pass extra arguments to task_create for OSF variant.
5133         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
5134
5135         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
5136         conditional on [HAVE_AUX_VECTOR].
5137
5138         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
5139         mach_msg_timeout_t as type of final argument.
5140
5141         * hurd/privports.c (__get_privileged_ports):
5142         Change host_priv_t to mach_port_t in argument type.
5143         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
5144         Update decls.
5145
5146         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
5147         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
5148         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
5149         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
5150         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
5151         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
5152
5153 2002-01-01  Roland McGrath  <roland@frob.com>
5154
5155         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
5156
5157 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
5158
5159         * include/stdlib.h: Define inlines for the _l variants of the strto*
5160         functions.
5161
5162 2002-01-01  Roland McGrath  <roland@frob.com>
5163
5164         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
5165
5166         * mach/Machrules (MIG): Set CPP as well as CC.
5167
5168 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
5169
5170         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
5171         locale to parse /proc/loadavg [PR libc/2760].
5172
5173 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
5174
5175         * elf/dl-conflict.c: Include sys/param.h.
5176         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
5177         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
5178         warning.
5179         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
5180         literals to avoid warnings.
5181
5182 2001-12-31  Andreas Jaeger  <aj@suse.de>
5183
5184         * configure.in: Don't check for gsed since we do not use it anywhere.
5185
5186 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
5187
5188         * io/fts.c: Update from BSD to fix memory leaks.
5189
5190 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
5191
5192         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
5193         * elf/chroot_canon.c: Likewise.
5194         * elf/dl-object.c: Likewise.
5195         * iconv/iconv_charmap.c: Likewise.
5196         * iconv/iconv_prog.c: Likewise.
5197         * libio/iogetdelim.c: Likewise.
5198         * locale/lc-time.c: Likewise.
5199         * stdlib/canonicalize.c: Likewise.
5200         * sunrpc/svc.c: Likewise.
5201         * sysdeps/generic/glob.c: Likewise.
5202
5203 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5204
5205         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
5206         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
5207         remove high order bit from the program counter.
5208         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
5209
5210 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5211
5212         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
5213         unnecessary code and add missing reloc types.
5214         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
5215         case for reloc type R_390_NONE.
5216
5217 2001-12-28  Andreas Jaeger  <aj@suse.de>
5218
5219         * io/bug-ftw3.c: Include string.h for prototypes.
5220
5221         * crypt/md5test.c (main): Remove unused variable.
5222
5223         * dlfcn/modstatic.c: Add prototype to avoid warning.
5224
5225 2001-12-26  Roland McGrath  <roland@frob.com>
5226
5227         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
5228         check only (SS->pending & MASK) for the signal to return.
5229         From Jeroen Dekkers <jeroen@dekkers.cx>.
5230
5231 2001-12-22  Roland McGrath  <roland@frob.com>
5232
5233         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
5234         Use preprocessor #if conditionals instead of `if' to avoid
5235         warnings about divide by zero in dead code.
5236
5237         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
5238         _hurd_port_init, and __hurd_self_sigstate.
5239
5240         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
5241
5242 2001-12-21  Andreas Jaeger  <aj@suse.de>
5243
5244         * elf/dblloadmod1.c: Add prototype to avoid warning.
5245         * elf/dblloadmod2.c: Likewise.
5246         * elf/dblloadmod3.c: Likewise.
5247         * elf/reldepmod5.c: Likewise.
5248         * elf/reldepmod6.c: Likewise.
5249
5250         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
5251         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
5252         used on all architectures.
5253
5254         * sunrpc/svc_tcp.c: Add noreturn attribute for
5255         svctcp_rendezvous_abort.
5256         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
5257
5258         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
5259         to avoid warning.
5260
5261 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
5262
5263         * manual/llio.texi (aio_fsync): Fix a typo.
5264         Patch by Tammy Fox <tfox@redhat.com>.
5265
5266 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
5267
5268         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
5269         stack bias from child stack pointer before passing it to clone syscall.
5270
5271 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
5272
5273         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
5274         _SC_TZNAME_MAX.
5275         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
5276         Reported by Thorsten Kukuk <kukuk@suse.de>.
5277
5278         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
5279         add some casts.
5280
5281         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
5282
5283 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
5284
5285         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
5286         conforming: return EBADF if file descriptor is invalid and EINVAL
5287         if file descriptor is no valid tty.
5288         * login/tst-grantpt.c: New file.
5289         * login/Makefile (tests): Add tst-grantpt.
5290
5291 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
5292
5293         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
5294         different than implemented in last patch.
5295         * io/bug-ftw3.c: Adjust test for changed handling of
5296         inaccessibility of toplevel dir.
5297
5298 2001-12-16  Roland McGrath  <roland@frob.com>
5299
5300         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
5301         * grp/initgroups.c (internal_getgrouplist): Likewise.
5302
5303         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
5304         `default:' to silence new GCC warning.
5305         Rewrite cast of lvalue to silence new GCC warning.
5306
5307         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
5308
5309         * sysdeps/mach/hurd/spawni.c: New file, by me with a
5310         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
5311
5312 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
5313
5314         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
5315         Patch by Stephen R. van den Berg.
5316
5317         * crypt/md5.h: Define md5_uintptr.
5318
5319 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
5320
5321         * libio/tst_swprintf.c (main): Add test for string argument with
5322         zero precision.
5323         * stdio-common/Makefile (tests): Add tst-sprintf.
5324         * stdio-common/tst-sprintf.c: New file.
5325
5326 2001-12-13  Andreas Schwab  <schwab@suse.de>
5327
5328         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
5329         zero precision with wide character string format.
5330
5331 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
5332
5333         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
5334         but have a user supplied buffer, return the empty buffer, not NULL.
5335
5336 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
5337
5338         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
5339         Patch by Eric Sharkey <sharkey@netrics.com>.
5340
5341         * crypt/md5test.c (main): Add test for multiple calls to
5342         __md5_process_bytes to itererate over input string.
5343
5344 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
5345
5346         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
5347         from __nis_findfastest.  Take timeout value from parameter.
5348         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
5349         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
5350         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
5351
5352 2001-12-12  Andreas Jaeger  <aj@suse.de>
5353
5354         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
5355         combreloc test so that it works in this case.
5356
5357         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
5358
5359 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
5360
5361         * sysdeps/sh/Makefile: New file.
5362         * sysdeps/sh/_mcount.S: New file.
5363         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
5364         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
5365
5366 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
5367
5368         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
5369         limitation [PR libc/2564].
5370
5371 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
5372
5373         * elf/Makefile (dl-routines): Add conflict.
5374         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
5375         (ld.so): Add _begin local symbol.
5376         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
5377         Define.
5378         * elf/dl-deps.c (_dl_build_local_scope): New.
5379         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
5380         of all libraries.
5381         * elf/do-rel.h (VALIDX): Define.
5382         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
5383         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
5384         can be skipped.
5385         * elf/dl-conflict.c: New file.
5386         * elf/dl-lookup.c (_dl_debug_bindings): New.
5387         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
5388         non-NULL.
5389         (_dl_lookup_symbol_skip): Likewise.
5390         (_dl_lookup_versioned_symbol): Likewise.
5391         (_dl_lookup_versioned_symbol_skip): Likewise.
5392         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
5393         define to ElfW(Rel).
5394         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
5395         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
5396         ranges.
5397         Don't adjust address dynamic tags if l_addr is 0.
5398         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
5399         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
5400         (VALIDX, ADDRIDX): Define.
5401         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
5402         (dl_main): Print library list for LD_TRACE_PRELINKING.
5403         If prelinking information can be used, skip relocating libraries and
5404         call _dl_resolve_conflicts instead.
5405         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
5406         * elf/dl-load.c (_dl_map_object): Don't create fake libs
5407         if LD_TRACE_PRELINKING.
5408         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
5409         + DT_ADDRNUM.
5410         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
5411         (DL_DEBUG_PRELINK): Define.
5412         (_dl_resolve_conflicts): Add prototype.
5413
5414         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
5415         .plt for prelinked libraries where prelinking info cannot be used.
5416         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
5417         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
5418         * sysdeps/arm/bits/link.h: New file.
5419         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
5420         content of .got[1].
5421         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
5422         (ELF_MACHINE_PLT_REL): Define.
5423         (elf_machine_rela, elf_machine_rela_relative): New.
5424         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
5425         of adjusting it if prelinked and prelinking cannot be used.
5426         * sysdeps/i386/bits/link.h: New file.
5427         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
5428         content of .got[1].
5429         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
5430         (ELF_MACHINE_PLT_REL): Define.
5431         (elf_machine_rela, elf_machine_rela_relative): New.
5432         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
5433         of adjusting it if prelinked and prelinking cannot be used.
5434         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
5435         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
5436         to find out map for R_PPC_JMP_SLOT relocs.
5437         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
5438         (OPCODE_BA): Define.
5439         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
5440         libraries where prelinking info cannot be used.
5441         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
5442         (elf_machine_fixup_plt): Call sparc_fixup_plt.
5443         (elf_machine_rela): Set value to 0 if relocating conflicts.
5444         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
5445         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
5446         (sparc64_fixup_plt): Fix a typo.
5447         (elf_machine_rela): Set value to 0 if relocating conflicts.
5448         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
5449         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
5450         libraries where prelinking info cannot be used.
5451         * sysdeps/sh/bits/link.h: New file.
5452         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
5453         content of .got[1].
5454         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
5455         of adjusting it if prelinked and prelinking cannot be used.
5456         * sysdeps/s390/s390-32/bits/link.h: New file.
5457         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
5458         Save original content of .got[1].
5459         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
5460         of adjusting it if prelinked and prelinking cannot be used.
5461         * sysdeps/s390/s390-64/bits/link.h: New file.
5462         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
5463         Save original content of .got[1].
5464         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
5465         of adjusting it if prelinked and prelinking cannot be used.
5466         * sysdeps/x86_64/bits/link.h: New file.
5467         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
5468         Save original content of .got[1].
5469         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
5470         of adjusting it if prelinked and prelinking cannot be used.
5471
5472 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
5473
5474         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
5475         where appropriate instead of numbers.  Little optimizations.
5476
5477 2001-12-10  Roland McGrath  <roland@frob.com>
5478
5479         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
5480         set it.
5481
5482         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
5483         set to GLIBC_2.2.5, not GLIBC_2.2.4.
5484
5485         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
5486         Fix conditionals so this is set by default for stdio and not for libio.
5487         * sysdeps/mach/hurd/configure: Regenerated.
5488
5489 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
5490
5491         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
5492
5493 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
5494
5495         * io/Makefile (tests): Add bug-ftw3.
5496         * io/bug-ftw3.c: New file.
5497
5498         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
5499         matches and GLOB_NOCHECK is set.
5500         * posix/globtest.sh: Correct expected result for NOCHECK test.
5501
5502         * po/ca.po: Update from translation team.
5503
5504 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
5505
5506         Implement transliteration of characters in strings of the locale
5507         definitions.
5508         * locale/programs/linereader.c: Adjust for additional parameter to
5509         lr_token.
5510         (get_string): If character <Uxxxx> is not found try to transliterate
5511         it.
5512         * locale/programs/ld-ctype.c: Adjust for additional parameter to
5513         lr_token.  Add const to charmap parameter of all functions.
5514         (find_translit, find_translit2): New functions.
5515         * locale/programs/charmap.c: Adjust for additional parameter to
5516         lr_token.
5517         * locale/programs/repertoire.c: Likewise.
5518         * locale/programs/linereader.h: Likewise.
5519         * locale/programs/ld-address.c: Likewise.  Add const to charmap
5520         parameter of all functions.
5521         * locale/programs/ld-collate.c: Likewise.
5522         * locale/programs/ld-identification.c: Likewise.
5523         * locale/programs/ld-measurement.c: Likewise.
5524         * locale/programs/ld-messages.c: Likewise.
5525         * locale/programs/ld-monetary.c: Likewise.
5526         * locale/programs/ld-name.c: Likewise.
5527         * locale/programs/ld-numeric.c: Likewise.
5528         * locale/programs/ld-paper.c: Likewise.
5529         * locale/programs/ld-paper.c: Likewise.
5530         * locale/programs/ld-telephone.c: Likewise.
5531         * locale/programs/ld-time.c: Likewise.
5532         * locale/programs/locfile.c: Likewise.
5533         * locale/programs/localedef.c: Likewise.
5534         * locale/programs/localedef.h: Likewise.
5535         * locale/programs/locfile.h: Likewise.  Add declaration for
5536         find_translit.
5537         * locale/programs/simple-hash.c: Add const to first parameter of
5538         find_entry, iterate_table, and lookup.
5539         * locale/programs/simple-hash.h: Likewise.
5540         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
5541         instead.
5542         * include/locale.h: Define __LC_LAST.
5543         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
5544
5545 2001-12-07  Geoff Keating  <geoffk@redhat.com>
5546
5547         * sysdeps/powerpc/Dist: Update for recent FP changes.
5548         * sysdeps/powerpc/fpu/Dist: Likewise.
5549
5550 2001-12-07  Andreas Schwab  <schwab@suse.de>
5551
5552         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
5553
5554 2001-12-06  Geoff Keating  <geoffk@redhat.com>
5555
5556         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
5557         save/restore functions here.
5558         (libm-support): Don't define these functions here.
5559         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
5560         functions here.
5561         * sysdeps/powerpc/fe_nomask.c: Move to...
5562         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
5563         * sysdeps/powerpc/fprrest.S: Move to...
5564         * sysdeps/powerpc/fpu/fprrest.S: ... here.
5565         * sysdeps/powerpc/fprsave.S: Move to...
5566         * sysdeps/powerpc/fpu/fprsave.S: ... here.
5567
5568 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
5569
5570         * sysdeps/unix/sysv/linux/opensock.c: New file.
5571
5572 2001-12-06  Geoff Keating  <geoffk@redhat.com>
5573
5574         * config.make.in (with-fp): Define from configure.
5575         * configure.in: Substitute with_fp.
5576         * configure: Regenerate.
5577         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
5578         specified, and don't change FPU environment.
5579
5580 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
5581
5582         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
5583         * assert/assert.c: Check result of __asprintf call and don't use
5584         string if it failed.
5585         * assert/assert-perr.c: Likewise.
5586         * inet/rcmd.c: Likewise.
5587         * locale/programs/localedef.c (main): Check result of
5588         construct_output_path and exit if it failed.
5589         (construct_output_path): Check result of asprintf and mkdir calls and
5590         fail if they failed.
5591         * posix/getopt.c: Check result of __asprintf calls and fail if
5592         they failed.
5593         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
5594
5595 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
5596
5597         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
5598         patch.
5599         * sysdeps/generic/strncase.c: Likewise.
5600         * string/tester.c: Add tests for strcasecmp and strncasecmp.
5601
5602 2001-12-05  Geoff Keating  <geoffk@redhat.com>
5603
5604         * scripts/cpp: Test the exit status from 'type', not 'awk'.
5605
5606         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
5607         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
5608         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
5609         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
5610         * sysdeps/powerpc/fclrexcpt.c: Move to...
5611         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
5612         * sysdeps/powerpc/fpu_control.h: Move to...
5613         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
5614
5615 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
5616
5617         * iconvdata/ibm1129.h: Remove duplicate mappings.
5618         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
5619         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
5620         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
5621
5622         * timezone/zic.c: Fix handling of turnaround times.
5623         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
5624
5625 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
5626
5627         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
5628         overflow problem.
5629
5630 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
5631
5632         * posix/regex.c: For use outside glibc defined bounded pointer
5633         macros here.  Patch by Jim Meyering <jim@meyering.net>.
5634
5635         * iconvdata/Makefile (modules): Add TCVN5712-1.
5636         * iconvdata/TESTS: Add TCVN5712-1.
5637         * iconvdata/gconv-modules: Likewise.
5638         * iconvdata/tcvn5712-1.c: New file.
5639         * iconvdata/testdata/TCVN-5712: New file.
5640         * iconvdata/testdata/TCVN-5712..UTF8: New file.
5641
5642 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
5643
5644         * iconvdata/cp1258.c: Optimize conversion from UCS4.
5645
5646 2001-12-02  Roland McGrath  <roland@frob.com>
5647
5648         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
5649
5650         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
5651         Reported by Jeff Bailey <jbailey@nisa.net>.
5652
5653         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
5654         Reported by Jeff Bailey <jbailey@nisa.net>.
5655
5656         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
5657         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
5658         Reported by Jeff Bailey <jbailey@nisa.net>.
5659
5660 2001-12-01  Roland McGrath  <roland@frob.com>
5661
5662         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
5663         missing backslash in test arguments.
5664         * sysdeps/mach/hurd/configure: Regenerated.
5665
5666 2001-11-26  Roland McGrath  <roland@frob.com>
5667
5668         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
5669         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
5670
5671 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
5672
5673         * iconvdata/Makefile (modules): Add ARMSCII-8.
5674         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
5675         * iconvdata/armscii-8.c: New file.
5676
5677 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
5678
5679         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
5680         don't match, fix {{a,b},c} globbing, clean up.
5681         Patch by Flavio Veloso <flaviovs@magnux.com>.
5682         * posix/globtest.sh: Add new tests.
5683
5684 2001-11-29  Andreas Jaeger  <aj@suse.de>
5685
5686         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
5687         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
5688
5689         * sysdeps/generic/abort.c: Include libioP.h for
5690         _IO_flush_all_lockp prototype.
5691
5692 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
5693
5694         * posix/regex.h: Define __restrict_arr correctly.
5695
5696 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
5697
5698         * iconvdata/ibm1163.c: New file.
5699         * iconvdata/ibm1163.h: New file.
5700         * iconvdata/ibm1164.c: New file.
5701         * iconvdata/ibm1164.h: New file.
5702         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
5703         * iconvdata/Makefile: Likewise.
5704         * iconvdata/testdata/IBM1163: New file.
5705         * iconvdata/testdata/IBM1163..UTF8: New file.
5706         * iconvdata/testdata/IBM1164: New file.
5707         * iconvdata/testdata/IBM1164..UTF8: New file.
5708         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
5709
5710         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
5711         * iconvdata/ibm1124.h: Likewise.
5712         * iconvdata/ibm1132.h: Likewise.
5713         * iconvdata/ibm1133.h: Likewise.
5714         * iconvdata/ibm1160.h: Likewise.
5715         * iconvdata/ibm1161.h: Likewise.
5716         * iconvdata/ibm1162.h: Likewise.
5717         * iconvdata/ibm856.h: Likewise.
5718         * iconvdata/ibm922.h: Likewise.
5719         * iconvdata/ibm930.h: Likewise.
5720         * iconvdata/ibm932.h: Likewise.
5721         * iconvdata/ibm933.h: Likewise.
5722         * iconvdata/ibm935.h: Likewise.
5723         * iconvdata/ibm937.h: Likewise.
5724         * iconvdata/ibm939.h: Likewise.
5725         * iconvdata/ibm943.h: Likewise.
5726         * iconvdata/ibm930.c: Pretty printing.
5727         * iconvdata/ibm937.c: Avoid access accross array boundary.
5728
5729         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
5730         the current locale's codeset.
5731         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
5732         empty input string.
5733         * iconv/iconv_prog.c: Pass empty strings as default value for to-
5734         and from-charset.  Don't determine locale's charset here.
5735
5736         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
5737         as the old _IO_flush_all but lock only if parameter is nonzero.
5738         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
5739         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
5740         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
5741         if libio is used [PR libc/2575].
5742
5743 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
5744
5745         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
5746         __signbitl): Only define for ISO C99.
5747
5748 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
5749
5750         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
5751         herrnop to NETDB_INTERNAL if we run out of buffer space.
5752
5753 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
5754
5755         * nss/nss_files/files-XXX.c (internal_getent): Correct input
5756         overflow test for platforms with signed char.
5757         Reported by Andrew Haley <aph@cambridge.redhat.com>.
5758
5759 2001-11-28  Bruno Haible  <bruno@clisp.org>
5760
5761         * locale/programs/simple-hash.c (lookup_2): Remove function.
5762         (insert_entry_2): Call lookup instead of lookup_2.
5763
5764 2001-03-04  Bruno Haible  <bruno@clisp.org>
5765
5766         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
5767
5768 2001-10-31  Bruno Haible  <bruno@clisp.org>
5769
5770         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
5771
5772 2001-03-21  Bruno Haible  <bruno@clisp.org>
5773
5774         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
5775         chokes on empty macro arguments.
5776         * intl/plural.y: Add #pragma for alloca on AIX 3.
5777
5778 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
5779
5780         * intl/dcigettext.c (guess_category_value): Only implement for
5781         glibc.  Otherwise rely on function _nl_locale_name which isn't
5782         present in the glibc sources.
5783
5784 2001-09-24  Bruno Haible  <bruno@clisp.org>
5785
5786         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
5787         transliteration when building on a glibc system but outside glibc.
5788
5789 2001-09-22  Bruno Haible  <bruno@clisp.org>
5790
5791         * intl/plural-eval.c: New file, extracted from dcigettext.c.
5792         * intl/dcigettext.c (plural_eval): Remove function, moved to
5793         intl/plural-eval.c.
5794         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
5795         Include plural-eval.c.
5796
5797 2001-09-22  Bruno Haible  <bruno@clisp.org>
5798
5799         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
5800         don't start with a digit; nplurals must be positive.
5801
5802 2001-09-02  Bruno Haible  <bruno@clisp.org>
5803
5804         * intl/plural-exp.h: New file, extracted from gettextP.h.
5805         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
5806         * intl/gettextP.h (struct expression, struct parse_args,
5807         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
5808         * intl/loadmsgcat.c: Include plural-exp.h.
5809         (PLURAL_PARSE): Move macro to plural-exp.h.
5810         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
5811         plural-exp.c.
5812         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
5813         EXTRACT_PLURAL_EXPRESSION.
5814         (_nl_unload_domain): Update.
5815         * intl/dcigettext.c: Include plural-exp.h.
5816         * intl/plural.y: Include plural-exp.h, not gettextP.h.
5817         (FREE_EXPRESSION): Move macro to plural-exp.h.
5818         * intl/Makefile (routines): Add plural-exp.
5819         (distribute): Add plural-exp.h.
5820
5821 2001-07-28  Bruno Haible  <bruno@clisp.org>
5822
5823         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
5824         isdigit, tolower argument to 'unsigned char'.
5825         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
5826         'unsigned char'.
5827         * intl/localealias.c (read_alias_file): Cast isspace argument to
5828         'unsigned char'.
5829
5830 2001-10-20  Bruno Haible  <bruno@clisp.org>
5831
5832         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
5833         anyway.)
5834         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
5835         with the variable 'index' in plural_lookup.
5836         * intl/l10nflist.c (strchr): Likewise.
5837         * intl/localealias.c (strchr): Likewise.
5838
5839         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
5840         * intl/bindtextdom.c: Likewise.
5841         * intl/dcigettext.c: Likewise.
5842         * intl/dgettext.c: Likewise.
5843         * intl/dngettext.c: Likewise.
5844         * intl/explodename.c: Likewise.
5845         * intl/finddomain.c: Likewise.
5846         * intl/gettext.c: Likewise.
5847         * intl/l10nflist.c: Likewise.
5848         * intl/loadmsgcat.c: Likewise.
5849         * intl/localealias.c: Likewise.
5850         * intl/ngettext.c: Likewise.
5851         * intl/textdomain.c: Likewise.
5852         * intl/gettext.h: Assume <limits.h> exists.
5853
5854 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
5855
5856         * stdio-common/Makefile (tests): Add scanf11.
5857         * stdio-common/scanf11.c: New file.
5858
5859 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
5860
5861         * version.h (RELEASE): Define as development.
5862         (VERSION): Set to 2.2.90.
5863
5864 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
5865
5866         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
5867         * nis/nss_nis/nis-grp.c: Likewise.
5868         * nis/nss_nisplus/nisplus-grp.c: Likewise.
5869
5870         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
5871         * nis/nss_nis/nis-pwd.c: Likewise.
5872         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
5873
5874         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
5875         * nis/nss_nisplus/nisplus-parser.c: Likewise.
5876         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
5877
5878         * nscd/grpcache.c: Use strtoul instead of atol.
5879         * nscd/pwdcache.c: Likewise.
5880         * nss/getent.c: Likewise.
5881
5882 2001-11-27  Paul Eggert  <eggert@twinsun.com>
5883
5884         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
5885         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
5886
5887 2001-11-19  Bruno Haible  <bruno@clisp.org>
5888
5889         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
5890         90%.
5891         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
5892         improves the quality of the hash function, especially for short
5893         strings.
5894
5895 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
5896
5897         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
5898         are found call conv_error and not input_error [PR libc/2669].
5899
5900         * math/bits/mathcalls.h: Mark ceil and floor as const.
5901         Reported by David Mosberger.
5902
5903 2001-11-21  Jim Meyering  <meyering@lucent.com>
5904
5905         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
5906         Define to be __-prefixed.
5907         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
5908
5909 2001-11-26  Andreas Jaeger  <aj@suse.de>
5910
5911         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
5912         avoid warning.
5913
5914 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
5915
5916         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
5917         initialization.
5918
5919         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
5920         unused variables.  Fix threshold for returning 1.0.
5921
5922         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
5923         argument.
5924
5925         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
5926         remove unused variables.
5927
5928         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
5929
5930         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
5931         include local math header files.
5932
5933 2001-11-22  Andreas Jaeger  <aj@suse.de>
5934
5935         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
5936         avoid warning.
5937
5938 2001-11-21  Andreas Jaeger  <aj@suse.de>
5939
5940         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
5941
5942         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
5943         sys/debugreg.h
5944
5945 2001-11-15  Andreas Jaeger  <aj@suse.de>
5946
5947         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
5948         compilers that support it.
5949
5950         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
5951         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
5952         * stdlib/stdlib.h: Likewise.
5953
5954 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
5955
5956         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
5957         statement with gotos.
5958         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
5959
5960 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
5961
5962         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
5963
5964 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
5965
5966         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
5967
5968 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
5969             H.J. Lu  <hjl@gnu.org>
5970
5971         * Versions.def (libc): Add GCC_3.0.
5972         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
5973         if gcc supports this flag.
5974         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
5975         (gcc3): Allow glibc to be compiled with gcc 3.x.
5976         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
5977         * config.make.in (static-libgcc, unwind-find-fde): Add.
5978         * Makerules (build-shlib-helper, build-module-helper): Use it.
5979         * scripts/versions.awk: Make sure GLIBC_ versions come first.
5980         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
5981         necessary.
5982         (_fini): Call __deregister_frame_info_bases if
5983         __register_frame_info_bases was used to register.
5984         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
5985         for GLIBC_2.0.
5986         (__register_frame_info_bases, __register_frame_info_table_bases,
5987         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
5988         * elf/Makefile (routines): Add unwind-dw2-fde.
5989         (shared-only-routines): Add unwind-dw2-fde.
5990         * sysdeps/alpha/gccframe.h: New file.
5991         * sysdeps/arm/gccframe.h: New file.
5992         * sysdeps/generic/framestate.c: New file.
5993         * sysdeps/generic/dwarf2.h: New file.
5994         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
5995         * sysdeps/generic/unwind-dw2-fde.c: New file.
5996         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
5997         * sysdeps/generic/unwind-dw2-fde.h: New file.
5998         * sysdeps/generic/unwind-dw2.c: New file.
5999         * sysdeps/generic/unwind-pe.h: New file.
6000         * sysdeps/generic/unwind.h: New file.
6001         * sysdeps/hppa/gccframe.h: New file.
6002         * sysdeps/i386/gccframe.h: New file.
6003         * sysdeps/m68k/gccframe.h: New file.
6004         * sysdeps/mips/gccframe.h: New file.
6005         * sysdeps/powerpc/gccframe.h: New file.
6006         * sysdeps/s390/gccframe.h: New file.
6007         * sysdeps/sh/gccframe.h: New file.
6008         * sysdeps/sparc/gccframe.h: New file.
6009         * sysdeps/vax/gccframe.h: New file.
6010         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
6011         Set on all architectures except ia64.
6012         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
6013         for i386.
6014         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
6015         __deregister_frame_info): Move to elf/Versions.
6016         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
6017         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
6018         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
6019         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
6020         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
6021         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
6022         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
6023         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
6024         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
6025         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
6026         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
6027         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
6028         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
6029         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
6030         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
6031         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
6032         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
6033         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
6034
6035 2001-11-15  Jeff Law  <law@redhat.com>
6036
6037         * posix/regex.c (uintptr_t): Do not provide a definition if the
6038         system provided one.
6039
6040 2001-11-13  Roland McGrath  <roland@frob.com>
6041
6042         * stdio-common/tmpfile.c: Moved to ...
6043         * sysdeps/generic/tmpfile.c: ... here.
6044         * sysdeps/mach/hurd/tmpfile.c: New file.
6045
6046         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
6047         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
6048         (fopenport): Define as weak alias.
6049
6050         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
6051         * libio/libioP.h: ... to here.
6052
6053 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
6054
6055         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
6056         program header twice.  Construct list with the needed information.
6057
6058 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
6059
6060         * po/ca.po: Update from translation team.
6061
6062         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
6063         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
6064         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
6065         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
6066
6067 2001-11-10  Andreas Jaeger  <aj@suse.de>
6068
6069         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
6070         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
6071         Contributed by Stephen L Moshier <moshier@mediaone.net>.
6072
6073 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
6074
6075         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
6076         correctly.
6077         * elf/dl-load.c (is_dst): New function.
6078         (_dl_dst_count): Use is_dst to check for DST variable.
6079         (_dl_dst_substitute): Likewise.
6080
6081 2001-11-09  Roland McGrath  <roland@frob.com>
6082
6083         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
6084         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
6085         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
6086         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
6087         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
6088         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
6089         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
6090         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
6091         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
6092         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
6093         * sysdeps/mach/hurd/powerpc/Dist: New file.
6094
6095         * hurd/privports.c (__get_privileged_ports):
6096         Only contact the proc server if necessary for this call.
6097         Suggested by Neal H Walfield <neal@cs.uml.edu>.
6098         Check error return for mach_port_mod_refs.
6099
6100 2001-11-09  Andreas Schwab  <schwab@suse.de>
6101
6102         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
6103
6104 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
6105
6106         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
6107         object is always the last in the list.
6108         (_dl_map_object_from_fd): Delete code to remove from object list
6109         when DF_1_NOOPEN is seen.  This is done in lose.
6110
6111 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
6112
6113         * elf/dl-object.c (_dl_new_object): Various small optimizations.
6114
6115 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
6116
6117         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
6118         HWCAP_CHECK macro code.
6119
6120         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
6121         Now returns MAP_FAILED on error.
6122         * elf/rtld.c: Adjust caller.
6123         * sysdeps/generic/dl-cache.c: Likewise.
6124         * sysdeps/generic/ldsodefs.h: Adjust description.
6125
6126         * elf/dl-version.c (match_symbol): Optimize error handling for size.
6127         (_dl_check_map_versions): Likewise.
6128
6129 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
6130
6131         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
6132         _dl_signal_error directly, always use lose.  Set fd to -1 after
6133         file is closed.
6134         (lose): Don't call close if fd == -1.
6135
6136 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
6137
6138         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
6139          Also fix typo @code {mbsinit} to @code{mbsinit}.
6140
6141 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
6142
6143         * elf/dl-profile.c: Replace state variable with simple flag named
6144         running.  Remove commented-out code.
6145
6146         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
6147         (_dl_init_paths): Likewise.
6148         (_dl_map_object_from_fd): Likewise.
6149         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
6150
6151 2001-11-06  Roland McGrath  <roland@frob.com>
6152
6153         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
6154         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
6155
6156         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
6157         sysdeps/powerpc/elf/sysdep.h.
6158         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
6159
6160 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
6161
6162         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
6163         speed.
6164         (process_envvars): Some more optimizations.
6165         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
6166
6167         * elf/elf.h: Add dynamic tag definitions for prelinking.
6168
6169         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
6170         Rewrite code to remove environment varables for SUID binaries.
6171         Small optimization in LD_PROFILE handling.
6172         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
6173         changes.
6174         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
6175
6176         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
6177
6178         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
6179         strings.  Change type of second parameter.
6180         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
6181         for last change.
6182
6183         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
6184
6185 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
6186
6187         * manual/string.texi: Fix typos.
6188         * manual/examples/argp-ex2.c: Likewise.
6189
6190 2001-11-05  Roland McGrath  <roland@frob.com>
6191
6192         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
6193         the more-specific unix/sysv/linux/powerpc file and breaks everything.
6194         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
6195         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
6196         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
6197         here, put under [__ELF__].
6198
6199 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
6200
6201         * manual/charset.texi: Extensive editing work.
6202         * manual/nss.texi: Likewise.
6203         Changes by Dennis Grace <dgrace@us.ibm.com>.
6204
6205 2001-11-04  Roland McGrath  <roland@frob.com>
6206
6207         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
6208         parameter to dir_mkfile.
6209
6210 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
6211
6212         * string/bits/string2.h (__strndup): If n is smaller than len, set
6213         len to n + 1.
6214         * string/tester.c (test_strndup): New function.
6215         (main): Call it.
6216
6217 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
6218
6219         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
6220
6221         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
6222         * scripts/cpp: New file.
6223
6224         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
6225         for rtld_search_dirs content.  Minor optimizations.
6226
6227 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
6228
6229         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
6230         avoiding unnecessary duplication.
6231
6232 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
6233
6234         * elf/dl-load.c (_dl_map_object): If library was found using
6235         LD_LIBRARY_PATH, don't try RUNPATH list.
6236
6237 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6238
6239         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
6240         Correct second argument of register_dump call.
6241         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
6242         Likewise.
6243
6244 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
6245
6246         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
6247         modules.
6248         * iconvdata/TESTS: Likewise.
6249         * iconvdata/gconv-modules: Likewise.
6250         * iconvdata/ibm1132.c: New file.
6251         * iconvdata/ibm1132.h: New file.
6252         * iconvdata/ibm1133.c: New file.
6253         * iconvdata/ibm1133.h: New file.
6254         * iconvdata/ibm1162.c: New file.
6255         * iconvdata/ibm1162.h: New file.
6256         * iconvdata/testdata/IBM1132: New file.
6257         * iconvdata/testdata/IBM1132..UTF8: New file.
6258         * iconvdata/testdata/IBM1133: New file.
6259         * iconvdata/testdata/IBM1133..UTF8: New file.
6260         * iconvdata/testdata/IBM1162: New file.
6261         * iconvdata/testdata/IBM1162..UTF8: New file.
6262         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
6263
6264         * string/string.h: Fix typo in comment.
6265         * wcsmbs/wchar.h: Likewise.
6266
6267 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
6268
6269         * manual/getopt.texi (getopt_long, getopt_long_only): Include
6270         const in type of longopts parameter.
6271
6272 2001-10-29  Andreas Jaeger  <aj@suse.de>
6273
6274         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
6275
6276 2001-10-29  Kevin Ryde  <user42@zip.com.au>
6277
6278         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
6279         output, clarify `#' behaviour on 0.
6280         (Floating-Point Conversions): Clarify that %g only uses %e when
6281         the exponent would be greater than 1.
6282
6283 2001-10-28  Roland McGrath  <roland@frob.com>
6284
6285         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
6286         * sysdeps/mach/powerpc/machine-sp.h: New file.
6287         * sysdeps/mach/powerpc/sysdep.h: New file.
6288         * sysdeps/mach/powerpc/thread_state.h: New file.
6289
6290         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
6291         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
6292         expect to need the same thing on every platform.
6293
6294         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
6295         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
6296
6297         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
6298         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
6299         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
6300         Move all these assembly-related definitions to ...
6301         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
6302
6303         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
6304         by Peter Bruin <pjbruin@dds.nl>.
6305
6306         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
6307         packing results for a `poll' call.
6308
6309 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
6310
6311         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
6312         correctly.
6313         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
6314         bracket expression.
6315
6316         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
6317         nrules value.
6318         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
6319
6320 2001-10-24  H.J. Lu  <hjl@gnu.org>
6321
6322         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
6323         Use __BEGIN_DECLS/__END_DECLS around prototypes.
6324         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
6325
6326 2001-10-21  Jim Meyering  <meyering@lucent.com>
6327
6328         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
6329         this code would end up calling gettext even in packages built
6330         with --disable-nls.
6331         * posix/getopt.c (_): Likewise.
6332         * posix/regex.c (_): Likewise.
6333
6334 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
6335
6336         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
6337         lookup not ip6.int.
6338         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
6339         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
6340
6341 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
6342
6343         * misc/sys/cdefs.h (__attribute_used__): Define.
6344         * elf/rtld.c (_dl_start): Add __attribute_used__.
6345         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
6346
6347 2001-10-25  Andreas Schwab  <schwab@suse.de>
6348
6349         * stdlib/a64l.c: Expect least significant digit first.
6350         * stdlib/l64a.c: Produce least significant digit first.
6351         * stdlib/Makefile (tests): Add test-a64l.
6352         * stdlib/test-a64l.c: New file.
6353         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
6354
6355 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
6356
6357         * po/sk.po: Update from translation team.
6358
6359 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
6360
6361         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
6362
6363 2001-10-18  Andreas Schwab  <schwab@suse.de>
6364
6365         * math/libm-test.inc (print_ulps): Print ulp values rounded to
6366         next whole number.
6367         (print_function_ulps): Likewise.
6368         (print_complex_function_ulps): Likewise.
6369         (print_max_error): Likewise.
6370         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
6371
6372 2001-10-16  Andreas Schwab  <schwab@suse.de>
6373
6374         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
6375         implementation.
6376
6377         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
6378         BSD_SETJMP or BSD__SETJMP is defined, resp.
6379         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
6380         a tail call to __sigsetjmp that would require extending the
6381         caller's frame.
6382         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
6383         * sysdeps/m68k/bsd-setjmp.S: Deleted.
6384         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
6385         Reported by Jes Sorensen <jes@trained-monkey.org>.
6386
6387 2001-10-16  Andreas Jaeger  <aj@suse.de>
6388
6389         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
6390         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
6391         close PR libc/2589.
6392
6393 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
6394
6395         * po/ca.po: New file.  Contributed by the translation team.
6396
6397 2001-10-15  Ralf Baechle  <ralf@gnu.org>
6398
6399         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
6400         a varargs prototype.  Remove dependency from kernel header files.
6401
6402         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
6403         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
6404
6405 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
6406
6407         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
6408         to generate hexadecimal identifier.
6409         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
6410
6411 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
6412
6413         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
6414
6415 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
6416
6417         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
6418         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
6419         Contributed by Stephen L Moshier <moshier@mediaone.net>.
6420
6421         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
6422         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
6423         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
6424         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
6425         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
6426         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
6427
6428         * timezone/africa: Update from tzdata2001d.
6429         * timezone/asia: Likewise.
6430         * timezone/australasia: Likewise.
6431         * timezone/backward: Likewise.
6432         * timezone/europe: Likewise.
6433         * timezone/leapseconds: Likewise.
6434         * timezone/northamerica: Likewise.
6435         * timezone/southamerica: Likewise.
6436         * timezone/zone.tab: Likewise.
6437
6438 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6439
6440         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
6441         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
6442
6443 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
6444
6445         * elf/elf.h (PT_TLS): New definition.
6446
6447 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
6448
6449         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
6450         bits/errno.h
6451
6452 2001-10-07  Roland McGrath  <roland@frob.com>
6453
6454         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
6455
6456 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
6457
6458         * elf/elf.h: Add more ELFOSABI_* constants.
6459
6460 2001-10-04  Ben Collins  <bcollins@debian.org>
6461
6462         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
6463         decleration of __need_wchar_t.
6464
6465 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
6466
6467         * string/bits/string2.h (__strsep_g): Add prototype.
6468         (__strsep): Use it.
6469         * string/Versions (__strsep): Remove.
6470         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
6471
6472 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
6473
6474         * manua/llio.texi: Clarify file references added by mmap.
6475         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
6476
6477 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
6478
6479         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
6480         Add sc_loadrs and sc_rbs_bas to match current kernel.
6481
6482 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
6483
6484         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
6485
6486         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
6487
6488 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
6489
6490         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
6491         object has been bumped because of relocation dependency, avoid
6492         duplicates in l_scope.
6493         (show_scope): Fix typos.
6494         * elf/Makefile: Add rules to build and run reldep6.
6495         * elf/reldep6.c: New file.
6496         * elf/reldep6mod0.c: New file.
6497         * elf/reldep6mod1.c: New file.
6498         * elf/reldep6mod2.c: New file.
6499         * elf/reldep6mod3.c: New file.
6500         * elf/reldep6mod4.c: New file.
6501
6502 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
6503
6504         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
6505         sparc64_fixup_plt.
6506         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
6507         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
6508         for non-lazy binding. Fix .plt[32768+] handling.
6509         (elf_machine_plt_value): Don't add addend.
6510         (elf_machine_rela): Call sparc64_fixup_plt instead of
6511         elf_machine_fixup_plt.
6512         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
6513         dynamic linker at 0xfffff800XXXXXXXX.
6514
6515         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
6516
6517 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
6518
6519         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
6520
6521 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
6522
6523         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
6524         declare __cmsg_data field if its size would be bigger than 0.
6525         (CMSG_DATA): Adjust accordingly.
6526         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
6527         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
6528         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
6529         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
6530         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
6531         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
6532         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
6533
6534 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
6535
6536         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
6537         * iconvdata/testdata/IBM1160: New file.
6538         * iconvdata/testdata/IBM1160..UTF8: New file.
6539         * iconvdata/testdata/IBM1161: New file.
6540         * iconvdata/testdata/IBM1161..UTF8: New file.
6541         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
6542
6543 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
6544
6545         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
6546         UL_SETFSIZE computations better.
6547
6548         * rt/Makefile: Remove use of filter for librt again.
6549
6550         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
6551         UL_SETFSIZE computations better.
6552
6553         * string/Versions: Export __strsep for GLIBC_2.2.5.
6554         * string/bits/string2.h: Define all __STRING_INLINE functions if
6555         _FORCE_INLINES is defined.
6556         Use int instead of char of parameter types.
6557         (__strsep): Don't use __strsep_g.  Don't define it.
6558         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
6559         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
6560         __strcpy_small.
6561         (__stpcpy_a_small): Renamed from __stpcpy_small.
6562         (__strcspn_c1): Don't define if _FORCE_INLINES.
6563         (__strspn_c1): Likewise.
6564
6565 2001-09-22  Ben Collins  <bcollins@debian.org>
6566
6567         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
6568         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
6569         * sysdeps/ia64/bits/sigaction.h: Likewise.
6570         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
6571
6572 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
6573
6574         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
6575
6576 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
6577
6578         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
6579
6580 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
6581
6582         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
6583
6584 2001-09-20  H.J. Lu  <hjl@gnu.org>
6585
6586         * include/dlfcn.h (__RTLD_SPROF): New definiton.
6587         * elf/dl-open.c (dl_open_worker): Return immediately after loading
6588         for __RTLD_SPROF.
6589         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
6590         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
6591
6592 2001-09-20  H.J. Lu  <hjl@gnu.org>
6593
6594         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
6595         don't add 1.
6596
6597 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
6598
6599         * nss/getent.c: Accept -s parameter to overwrite rules in
6600         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
6601
6602         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
6603         with as many ".0" as necessary to form a complete address
6604         inet_network understands.
6605
6606         * nss/getent.c: Various cleanups.  Use simpler and fewer function
6607         calls.
6608
6609 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6610
6611         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
6612         _JMPBUF_UNWINDS.
6613         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
6614
6615 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
6616
6617         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
6618         IBM1161.
6619         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
6620         * iconvdata/ibm1160.c: New file.
6621         * iconvdata/ibm1160.h: New file.
6622         * iconvdata/ibm1161.c: New file.
6623         * iconvdata/ibm1161.h: New file.
6624         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
6625
6626 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
6627
6628         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
6629         difference between base address and first PT_LOAD's virtual address,
6630         not the base address.
6631
6632 2001-09-11  Tom Rix  <trix@redhat.com>
6633
6634         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
6635         ifdef for __getopt_clean_environment.
6636         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
6637
6638 2001-09-22  Andreas Jaeger  <aj@suse.de>
6639
6640         * elf/reldep4.c (main): Add proper prototype to fix warning.
6641
6642         * elf/reldep5.c (main): Remove unused variable.
6643
6644         * math/math_private.h: Add prototypes.
6645
6646 2001-09-21  Andreas Jaeger  <aj@suse.de>
6647
6648         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
6649         * sysdeps/x86_64/Dist: New file.
6650         * sysdeps/x86_64/soft-fp/Dist: New file.
6651
6652         * sysdeps/gnu/Dist: Remove eval.c.
6653
6654 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
6655
6656         * malloc/memusage.c (realloc): Don't count already allocated
6657         memory in the sums.
6658         (me): Always use dlsym() to find the real implementations.
6659
6660         * malloc/memusage.sh: Make -n option actually do something.
6661
6662 2001-09-20  Andreas Jaeger  <aj@suse.de>
6663
6664         * elf/elf.h (R_390_NUM): Correct value.
6665
6666         * Versions.def: Add missing versions 2.2.3 for libthread_db and
6667         libpthread.
6668
6669         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
6670         for x86-64, install x86-64 into */lib64.
6671
6672         * shlib-versions: Add x86-64.
6673
6674         * elf/elf.h: Add x86-64 relocations.
6675
6676 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
6677
6678         * po/fr.po: Update from translation team.
6679
6680 2001-09-19  Andreas Jaeger  <aj@suse.de>
6681
6682         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
6683         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
6684         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
6685         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
6686         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
6687         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
6688         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
6689         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
6690         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
6691         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
6692         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
6693         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
6694         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
6695         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
6696         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
6697         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
6698         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
6699         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
6700         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
6701         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
6702         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
6703         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
6704         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
6705         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
6706         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
6707         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
6708         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
6709         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
6710         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
6711         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
6712         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
6713         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
6714         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
6715         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
6716         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
6717         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
6718         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
6719         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
6720         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
6721         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
6722         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
6723         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
6724         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
6725         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
6726         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
6727         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
6728         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
6729         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
6730         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
6731         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
6732         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
6733         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
6734         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
6735         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
6736         * sysdeps/unix/x86_64/sysdep.S: New file.
6737         * sysdeps/unix/x86_64/sysdep.h: New file.
6738         * sysdeps/x86_64/Implies: New file.
6739         * sysdeps/x86_64/Makefile: New file.
6740         * sysdeps/x86_64/Versions: New file.
6741         * sysdeps/x86_64/__longjmp.S: New file.
6742         * sysdeps/x86_64/abort-instr.h: New file.
6743         * sysdeps/x86_64/atomicity.h: New file.
6744         * sysdeps/x86_64/bits/endian.h: New file.
6745         * sysdeps/x86_64/bits/setjmp.h: New file.
6746         * sysdeps/x86_64/bits/string.h: New file.
6747         * sysdeps/x86_64/bp-asm.h: New file.
6748         * sysdeps/x86_64/bsd-_setjmp.S: New file.
6749         * sysdeps/x86_64/bsd-setjmp.S: New file.
6750         * sysdeps/x86_64/dl-machine.h: New file.
6751         * sysdeps/x86_64/elf/initfini.c: New file.
6752         * sysdeps/x86_64/elf/start.S: New file.
6753         * sysdeps/x86_64/ffs.c: New file.
6754         * sysdeps/x86_64/ffsll.c: New file.
6755         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
6756         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
6757         * sysdeps/x86_64/fpu/e_acosl.c: New file.
6758         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
6759         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
6760         * sysdeps/x86_64/fpu/e_expl.c: New file.
6761         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
6762         * sysdeps/x86_64/fpu/e_log10l.S: New file.
6763         * sysdeps/x86_64/fpu/e_log2l.S: New file.
6764         * sysdeps/x86_64/fpu/e_logl.S: New file.
6765         * sysdeps/x86_64/fpu/e_powl.S: New file.
6766         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
6767         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
6768         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
6769         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
6770         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
6771         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
6772         * sysdeps/x86_64/fpu/fegetenv.c: New file.
6773         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
6774         * sysdeps/x86_64/fpu/fegetround.c: New file.
6775         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
6776         * sysdeps/x86_64/fpu/fesetenv.c: New file.
6777         * sysdeps/x86_64/fpu/fesetround.c: New file.
6778         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
6779         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
6780         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
6781         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
6782         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
6783         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
6784         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
6785         * sysdeps/x86_64/fpu/s_atanl.c: New file.
6786         * sysdeps/x86_64/fpu/s_cosl.S: New file.
6787         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
6788         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
6789         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
6790         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
6791         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
6792         * sysdeps/x86_64/fpu/s_logbl.c: New file.
6793         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
6794         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
6795         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
6796         * sysdeps/x86_64/fpu/s_rintl.c: New file.
6797         * sysdeps/x86_64/fpu/s_significandl.c: New file.
6798         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
6799         * sysdeps/x86_64/fpu/s_sinl.S: New file.
6800         * sysdeps/x86_64/fpu/s_tanl.S: New file.
6801         * sysdeps/x86_64/gmp-mparam.h: New file.
6802         * sysdeps/x86_64/hp-timing.c: New file.
6803         * sysdeps/x86_64/hp-timing.h: New file.
6804         * sysdeps/x86_64/htonl.S: New file.
6805         * sysdeps/x86_64/memusage.h: New file.
6806         * sysdeps/x86_64/setjmp.S: New file.
6807         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
6808         * sysdeps/x86_64/stackinfo.h: New file.
6809         * sysdeps/x86_64/sysdep.h: New file.
6810         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
6811
6812         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
6813         L Moshier.
6814
6815 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
6816
6817         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
6818         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
6819
6820 2001-09-18  Andreas Schwab  <schwab@suse.de>
6821
6822         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
6823         list, now that l_scope is a pointer.
6824
6825         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
6826         scope list.
6827
6828 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
6829
6830         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
6831         (elf_machine_rela_relative): Add a missing declaration.
6832
6833 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
6834
6835         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
6836         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
6837         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
6838         ldd-rewrite scripts.
6839
6840 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
6841
6842         * elf/ldd.bash.in: Update copyright message.
6843
6844 2001-09-17  H.J. Lu  <hjl@gnu.org>
6845
6846         * hurd/hurdmalloc.c (bcopy): Removed.
6847         (realloc): Replace bcopy with memcpy.
6848         * hurd/path-lookup.c (file_name_path_scan): Likewise.
6849         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
6850         * sunrpc/rpcinfo.c (pmapdump): Likewise.
6851
6852         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
6853         (gethostbyaddr): Likewise.
6854         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
6855
6856 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
6857
6858         * sysdeps/gnu/eval.c: Removed.
6859
6860 2001-09-18  Andreas Jaeger  <aj@suse.de>
6861
6862         * sysdeps/i386/fpu/s_logbl.S: Move to ...
6863         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
6864
6865         * sysdeps/i386/fpu/s_rintl.S: Move to ...
6866         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
6867
6868         * sysdeps/i386/fpu/s_significandl.S: Move to ...
6869         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
6870
6871 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
6872
6873         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
6874         nrules value.
6875
6876 2001-09-14  H.J. Lu  <hjl@gnu.org>
6877
6878         * sysdeps/mips/fpu/libm-test-ulps: Updated.
6879
6880 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
6881
6882         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
6883         Patch by Florian La Roche <laroche@redhat.com>.
6884
6885         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
6886
6887         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
6888         ETHER_CRC_LEN.
6889
6890 2001-09-14  Andreas Schwab  <schwab@suse.de>
6891
6892         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
6893         Sumner <bls@sgi.com>.
6894         * posix/execlp.c: Likewise.
6895
6896 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
6897
6898         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
6899         is already found earlier in the search scope.
6900
6901 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
6902
6903         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
6904         filter.
6905
6906 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
6907
6908         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
6909
6910 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
6911
6912         * config.h.in: Enforce optimization to be used.
6913         * Makeconfig (preprocess-versions): Define ASSEMBLER.
6914         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
6915         * posix/Makefile (annexc-CFLAGS): Define to -O.
6916         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
6917
6918 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
6919
6920         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
6921         Patch by Stephan Kulow.
6922
6923 2001-09-08  Ben Collins  <bcollins@debian.org>
6924
6925         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
6926         usage of RESOLVE() (r_type, not reloc->r_type).
6927
6928 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
6929
6930         * elf/dl-object.c: Avoid allocating extra memory block for name.
6931         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
6932         allocated separately.
6933         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
6934
6935 2001-09-08  H.J. Lu  <hjl@gnu.org>
6936
6937         * po/zh_TW.po: Fix a typo.
6938
6939 2001-09-07  Tom Rix  <trix@redhat.com>
6940
6941         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
6942
6943 2001-08-26  Tom Rix  <trix@redhat.com>
6944
6945         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
6946         command line options.
6947         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
6948         * sysdeps/unix/sysv/aix/start.c: Removed.
6949         * sysdeps/unix/sysv/aix/start-libc.c: New file.
6950         * sysdeps/unix/sysv/aix/init-first.c: New file.
6951         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
6952
6953 2001-09-08  Ben Collins  <bcollins@debian.org>
6954
6955         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
6956         * sysdeps/generic/dl-machine.h: Likewise.
6957         * sysdeps/hppa/dl-fptr.c: Likewise.
6958         * sysdeps/ia64/dl-fptr.c: Likewise.
6959         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
6960         * sysdeps/mips/dl-machine.h: Likewise.
6961         * sysdeps/mips/mips64/dl-machine.h: Likewise.
6962         * sysdeps/powerpc/dl-machine.c: Likewise.
6963
6964 2001-09-07  Ben Collins  <bcollins@debian.org>
6965
6966         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
6967
6968         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
6969
6970 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
6971
6972         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
6973         dependencies if necessary.
6974
6975         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
6976         loaded directly) determine length if l_initfini list by iterating
6977         over its elements.  Minor optimizations.
6978         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
6979         for dependency objects.
6980         If object was already loaded check whether any of the dependencies
6981         is already on the relocation dependency list.  If yes, remove the
6982         latter.  Minor optimizations.
6983         * elf/dl-lookup.c (add_dependency): Add check for self reference of
6984         maps here.  Search l_initfini list only if the object was loaded
6985         directly and not only as a dependency.
6986         (_dl_lookup_symbol): Add relocation dependency also if object
6987         is not in global scope.  Remove test for self-reference here.
6988         (_dl_lookup_versioned_symbol): Likewise.
6989         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
6990         element of first name record.
6991         * elf/loadtest.c: Add some more test to recognize early if an object
6992         wasn't unloaded.
6993         * elf/Makefile: Add rules to build and run reldep5.
6994         * elf/reldep5.c: New file.
6995         * elf/reldepmod5.c: New file.
6996         * elf/reldepmod6.c: New file.
6997
6998         * elf/reldep2.c: Fix typo.
6999
7000 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
7001
7002         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
7003         elements.  Change l_scope to be a pointer only.
7004         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
7005         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
7006         here add searchlist of newly open file to the dependency's scope.
7007         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
7008         only searchlist from its scope.  Free own scope array if necessary.
7009         * elf/Makefile (tests): Add dblload and dblunload now.
7010
7011 2001-09-06  Andreas Jaeger  <aj@suse.de>
7012
7013         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
7014         Stephen L Moshier.
7015
7016 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
7017
7018         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
7019         they both fail.
7020         * elf/dblload.c: New file.
7021         * elf/dblloadmod1.c: New file.
7022         * elf/dblloadmod2.c: New file.
7023         * elf/dblloadmod3.c: New file.
7024         * elf/dblunload.c: New file.
7025
7026 2001-09-04  Richard Henderson  <rth@redhat.com>
7027
7028         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
7029         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
7030
7031 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
7032
7033         Correct very misleading message for error in failed runtime relocation.
7034         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
7035         place of the error.
7036         (_dl_signal_cerror): Likewise.
7037         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
7038         * elf/dl-close.c: Likewise.
7039         * elf/dl-deps.c: Likewise.
7040         * elf/dl-load.c: Likewise.
7041         * elf/dl-lookup.c: Likewise.
7042         * elf/dl-open.c: Likewise.
7043         * elf/dl-reloc.c: Likewise.
7044         * elf/dl-sym.c: Likewise.
7045         * elf/dl-version.c: Likewise.
7046         * sysdeps/generic/dl-sysdep.c: Likewise.
7047
7048 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
7049
7050         * iconv/strtab.c (strtabinit): Initialize null Strent.
7051         (newstring): Move len == 0 handling...
7052         (strtabadd): ...here.
7053         If len == 1, return null Strent.
7054         When inserting a suffix of an existing string, check if
7055         it is not equal to some suffix already recorded.
7056         Copy left and right members over if adding longer string.
7057
7058 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
7059
7060         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
7061
7062         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
7063         (__syscall_gethostname): Add prototype.
7064
7065 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
7066
7067         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
7068
7069 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
7070
7071         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
7072
7073 2001-08-27  Roland McGrath  <roland@frob.com>
7074
7075         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
7076         short, copy that much into NAME anyway before returning error.
7077
7078 2001-09-01  Richard Henderson  <rth@redhat.com>
7079
7080         * sysdeps/alpha/elf/Dist: Remove file.
7081         * sysdeps/alpha/elf/Makefile: Remove file.
7082         * sysdeps/alpha/elf/crtbegin.S: Remove file.
7083         * sysdeps/alpha/elf/crtend.S: Remove file.
7084         * sysdeps/alpha/elf/initfini.c: New file.
7085
7086 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
7087
7088         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
7089         * iconv/tst-iconv3.c: Likewise.
7090
7091 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
7092
7093         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
7094
7095 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
7096
7097         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
7098         export it.
7099         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
7100         * iconv/iconv_prog.c (insert_cache): New function.
7101         (print_known_names): If cache is used call insert_cache to use the
7102         information from the cache [PR libc/2509].
7103
7104 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
7105
7106         * time/strptime.c (strptime_internal): Recognize 'l' format and
7107         handle it like 'I' for symmetry with strftime.
7108
7109 2001-08-31  Richard Henderson  <rth@redhat.com>
7110
7111         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
7112         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
7113         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
7114         (print_statistics): Make scalar unsigned long long.
7115         * sysdeps/alpha/hp-timing.h: New file.
7116
7117 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
7118
7119         * stdio-common/perror.c (perror): Save errno early, pass it
7120         down to perror_internal.
7121         (perror_internal): Add errnum argument.
7122
7123 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
7124
7125         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
7126         Don't add old memory content for R_ALPHA_REFQUAD.
7127
7128 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
7129
7130         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
7131         memory correctly.
7132
7133         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
7134         instead of open, __close instead of close, __getpagesize instead
7135         of getpagesize.
7136
7137         * string/argz-stringify.c (__argz_stringify): Use __strnlen
7138         instead of strnlen.
7139         * include/string.h (strndupa): Redefine here to use __strnlen
7140         instead of strnlen.
7141         * string/strndup.c (__strndup): Use __strnlen not strnlen.
7142
7143         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
7144         connected).
7145
7146 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
7147
7148         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
7149         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
7150         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
7151         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
7152         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
7153         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
7154         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
7155
7156 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
7157
7158         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
7159
7160 2001-08-30  Andreas Jaeger  <aj@suse.de>
7161
7162         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
7163         contributed Stephen L Moshier.
7164
7165 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
7166
7167         * sunrpc/etc.rpc (sgi_fam): Add.
7168
7169 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
7170
7171         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
7172
7173 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
7174
7175         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
7176         first is from a previous call.
7177         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
7178
7179 2001-08-29  Andreas Schwab  <schwab@suse.de>
7180
7181         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
7182
7183 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7184
7185         * config.make.in (INSTALL_SCRIPT): Define.
7186         * Makeconfig (INSTALL_SCRIPT): Define.
7187         * Makerules (do-install-script): New macro to install scripts using
7188         INSTALL_SCRIPT.
7189         (install-bin-script): New rule to install scripts with
7190         do-install-script.
7191         (install-bin-script-nosubdir): New rule.
7192         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
7193         (distinfo-vars): Add $(install-bin-script).
7194         * Rules (others): Likewise.
7195         * Makefile (glibcbug): Install with install-bin-script.
7196         * debug/Makefile (xtrace): Likewise.
7197         (catchsegv): Likewise.
7198         * elf/Makefile (ldd): Likewise.
7199         * malloc/Makefile (mtrace): Likewise.
7200         * timezone/Makefile (tzselect): Likewise.
7201
7202 2001-08-29  H.J. Lu  <hjl@gnu.org>
7203
7204         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
7205         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
7206         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
7207
7208 2001-08-29  Andreas Schwab  <schwab@suse.de>
7209
7210         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
7211
7212 2001-08-28  H.J. Lu  <hjl@gnu.org>
7213
7214         * Makeconfig (combreloc-LDFLAGS): New variable.
7215         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
7216         * config.make.in (have-z-combreloc): New variable.
7217         * configure.in: Substitute libc_cv_z_combreloc.
7218
7219 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
7220
7221         * po/sv.po: Update from translation team.
7222         * po/fr.po: Likewise.
7223         * po/da.po: Likewise.
7224
7225 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7226
7227         * Makerules: Fix a typo: MD% -> MD5.
7228
7229 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
7230
7231         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
7232         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
7233
7234 2001-08-28  Andreas Jaeger  <aj@suse.de>
7235
7236         * manual/libc-texinfo.sh: Add entry about free manuals.
7237
7238         * manual/contrib.texi (Contributors): Fix cross reference.
7239
7240         * manual/libc.texinfo (Copying): Include freemanuals.
7241
7242         * manual/Makefile (appendices): Add freemanuals.
7243
7244         * manual/freemanuals.texi: New file.
7245         Patch by Brian Youmans <3diff@gnu.org>.
7246
7247         * manual/libm-err-tab.pl: Pretty print more platforms, print a
7248         smaller table.
7249
7250         * manual/math.texi (Errors in Math Functions): Fix grammar, start
7251         table on separate page.
7252         Patch by Brian Youmans <3diff@gnu.org>.
7253
7254 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
7255
7256         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
7257         the connection went down after we first used it try to connect
7258         again and resend the message before printing to the console.
7259         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
7260
7261 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
7262
7263         * string/tst-strlen.c (main): Test strnlen (, -1) too.
7264         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
7265         bit set.
7266
7267 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
7268
7269         * iconv/strtab.c (searchstring): Use correct length for comparison.
7270         (strtabadd): Account total size correct if new string has old string as
7271         substring.
7272
7273 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
7274
7275         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
7276
7277 2001-08-27  Andreas Jaeger  <aj@suse.de>
7278
7279         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
7280
7281         * math/libm-test.inc (j0_test): Add extra tests.
7282         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
7283         not x, in Hankel approximation.
7284         Patches by Stephen L Moshier.
7285
7286 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
7287
7288         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
7289         link_map.
7290
7291         * configure.in: Fix test for .rela.dyn section.
7292
7293         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
7294
7295 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
7296
7297         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
7298         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
7299         Pass type_class to _dl_lookup_*.
7300         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
7301         Pass around just type_class instead of noexec, noplt pair.
7302         (_dl_lookup_versioned_symbol): Likewise.
7303         (_dl_lookup_symbol_skip): Pass around just type_class instead of
7304         noexec, noplt pair.
7305         (_dl_lookup_versioned_symbol_skip): Likewise.
7306         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
7307         * elf/do-lookup.h (do_lookup): Likewise.
7308         * include/link.h (struct link_map): Replace noexec and noplt fields
7309         in l_lookup_cache with type_class field.
7310         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
7311         ELF_RTYPE_CLASS_COPY): Define.
7312         Adjust prototypes for _dl_lookup_symbol and
7313         _dl_lookup_versioned_symbol.
7314         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
7315         elf_machine_lookup_noexec_p): Remove.
7316         (elf_machine_type_class): Define.
7317         * sysdeps/arm/dl-machine.h: Likewise.
7318         * sysdeps/hppa/dl-machine.h: Likewise.
7319         * sysdeps/cris/dl-machine.h: Likewise.
7320         * sysdeps/i386/dl-machine.h: Likewise.
7321         * sysdeps/ia64/dl-machine.h: Likewise.
7322         * sysdeps/m68k/dl-machine.h: Likewise.
7323         * sysdeps/mips/mips64/dl-machine.h: Likewise.
7324         * sysdeps/mips/dl-machine.h: Likewise.
7325         * sysdeps/powerpc/dl-machine.h: Likewise.
7326         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7327         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7328         * sysdeps/sh/dl-machine.h: Likewise.
7329         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7330         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7331
7332 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
7333
7334         * manual/message.texi (Advanced gettext functions): Change
7335         description of plural forms for Slovak.
7336         Reported by Marcel Telka <marcel@telka.sk>.
7337
7338         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
7339         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
7340
7341 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
7342
7343         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
7344         typo.  Patch by Florian La Roche <laroche@redhat.com>.
7345
7346 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
7347
7348         * include/link.h (struct link_map): Add l_lookup_cache element.
7349         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
7350         (RESOLVE_MAP): Likewise.
7351         (_dl_relocate_object): Remove cache initialization.
7352         * elf/dl-lookup.c: Rip out cache handling code.
7353         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
7354         declarations.
7355
7356         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
7357         remove some __builtin_expect.
7358         (_dl_lookup_versioned_symbol): Likewise.
7359
7360         * config.h.in: Add HAVE_Z_COMBRELOC.
7361         * configure.in: Add test for -z combreloc.
7362
7363         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
7364         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
7365         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
7366         case to almost no code.
7367
7368 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
7369
7370         * po/tr.po: Update from translation team.
7371
7372 2001-08-24  Andreas Jaeger  <aj@suse.de>
7373
7374         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
7375         make clean works.
7376
7377 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
7378
7379         * elf/rtld.c (print_statistics): Printf % after percent values.
7380         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
7381
7382         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
7383         don't have to compute the hash value and initialize current_value.
7384         Move reference_name variable to where it is needed.
7385         (_dl_lookup_versioned_symbol): Likewise.
7386
7387 2001-08-24  Roland McGrath  <roland@frob.com>
7388
7389         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
7390         Just test that strerror returns non-null for a few errno codes.
7391
7392 2001-08-23  Roland McGrath  <roland@frob.com>
7393
7394         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
7395         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
7396
7397         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
7398
7399         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
7400         __mach_reply_port.
7401
7402 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
7403
7404         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
7405         returns NULL.
7406
7407         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
7408         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
7409         doesn't do it.
7410         * elf/rtld.c: Include <sys/param.h>.
7411         * elf/dl-reloc.c: Likewise.
7412
7413 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7414
7415         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
7416         empty to prevent junk from being generated.
7417         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
7418
7419 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
7420
7421         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
7422         records.  Rename endrel to relative, initialize it to r, and use it
7423         in elf_machine_rel_relative calls.  Point r after relative relocs.
7424
7425 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
7426
7427         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
7428         of R_386_NONE.
7429
7430 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
7431
7432         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
7433         necessary.  Undefine newly defined macros at the end.
7434         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
7435         Rename from elf_machine_rel_relative.
7436         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
7437         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
7438         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
7439         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
7440         Likewise.
7441         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
7442         Likewise.
7443         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
7444         Fix argument types.
7445         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
7446         Fix argument types.
7447         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
7448         Likewise.  Fix argument types.
7449         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
7450         Likewise.  Fix argument types.
7451         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
7452         Fix argument types.
7453         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
7454         ElfW(Rel) in argument.
7455         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
7456         function.
7457
7458 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
7459
7460         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
7461
7462 2001-08-24  Andreas Jaeger  <aj@suse.de>
7463
7464         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
7465         Stephen L Moshier <moshier@mediaone.net>.
7466
7467 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
7468
7469         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
7470         first if RELCOUNT is set.
7471
7472         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
7473         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
7474         elf_machine_rel_relative.
7475         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
7476         Minor optimizations.
7477         * sysdeps/arm/dl-machine.h: Likewise.
7478         * sysdeps/cris/dl-machine.h: Likewise.
7479         * sysdeps/hppa/dl-machine.h: Likewise.
7480         * sysdeps/i386/dl-machine.h: Likewise.
7481         * sysdeps/ia64/dl-machine.h: Likewise.
7482         * sysdeps/m68k/dl-machine.h: Likewise.
7483         * sysdeps/mips/dl-machine.h: Likewise.
7484         * sysdeps/powerpc/dl-machine.h: Likewise.
7485         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7486         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7487         * sysdeps/sh/dl-machine.h: Likewise.
7488         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7489         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7490
7491 2001-08-23  Roland McGrath  <roland@frob.com>
7492
7493         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
7494
7495         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
7496         sysdeps/mach version.  Implement counting ("recursive") mutexes
7497         on top of cthreads mutexes.
7498         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
7499
7500         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
7501         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
7502         (__libc_cleanup_region_start, __libc_cleanup_region_end,
7503         __libc_clean_end): Define these to call the cleanup function after
7504         normal exit when they're supposed to.
7505
7506         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
7507         Take new first arg DOIT, a boolean saying whether to really install
7508         any cleanup handler.
7509         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
7510         (__libc_cleanup_end): Likewise.
7511         * sysdeps/generic/bits/libc-lock.h: Same changes.
7512         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
7513         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
7514         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
7515         Likewise.
7516         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
7517         * sysdeps/generic/bits/stdio-lock.h
7518         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
7519
7520 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
7521
7522         * elf/ldconfig.c (search_dir): Remove stale symlinks.
7523
7524 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
7525
7526         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New.
7527         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
7528         lookups in cache.
7529         (_dl_lookup_versioned_symbol): Likewise.
7530         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
7531         relocation lookup.
7532         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
7533         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
7534         (lookup_cache, lookup_cache_versioned): Add declarations.
7535
7536 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
7537
7538         * stdlib/tst-random.c (main): Swap parameters in fail call.
7539         Patch by Pete Bevin <pete@petebevin.com>.
7540
7541 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
7542
7543         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
7544
7545 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
7546
7547         * malloc/obstack.c: Indent preprocessor directives.
7548         Patch by Jim Meyering <meyering@ascend.com>.
7549
7550         * po/ja.po: Update from translation team.
7551
7552 2001-08-23  Roland McGrath  <roland@frob.com>
7553
7554         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
7555
7556         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
7557         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
7558
7559 2001-08-22  Roland McGrath  <roland@frob.com>
7560
7561         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
7562         __libc_lock_define_recursive.
7563         * elf/dl-open.c: Don't declare it here any more.
7564         * elf/dl-close.c: Likewise.
7565         * elf/dl-lookup.c: Likewise.
7566         * elf/dl-iteratephdr.c: Likewise.
7567         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
7568         __libc_lock_unlock_recursive.
7569         * elf/dl-close.c (_dl_close): Likewise
7570         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
7571         * elf/dl-open.c (_dl_open): Likewise
7572
7573         * sysdeps/generic/bits/libc-lock.h
7574         (__libc_lock_define_recursive): New macro.
7575         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
7576         (_IO_lock_lock): Use __libc_lock_lock_recursive.
7577         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
7578
7579         * conform/conformtest.pl (checknamespace): Sort the output list.
7580
7581         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
7582         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
7583         definitions conditional on [__USE_XOPEN].
7584
7585         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
7586         these unconditionally, not only use [__USE_BSD], so as to match
7587         the sysdeps/unix/sysv/linux files.
7588
7589 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
7590
7591         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
7592         avoid warnings.
7593
7594         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
7595         DL_LOOKUP_ADDRESS.
7596
7597 2001-08-22  Roland McGrath  <roland@frob.com>
7598
7599         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
7600         conditionalization of sa_handler/sa_sigaction member types to
7601         match the sysdeps/unix/sysv/linux file.
7602
7603 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
7604
7605         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
7606         symbol sizes a bit better.
7607
7608         * sysdeps/ia64/strncpy.S: Complete rewrite.
7609         Contributed by Jakub Jelinek <jakub@redhat.com>.
7610
7611         * string/stratcliff.c (main): Add strncpy test.
7612
7613 2001-08-22  Roland McGrath  <roland@frob.com>
7614
7615         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
7616         and don't declare unsetenv or _environ directly.
7617         (unsetenv): Return int, not void.  Use __environ instead of _environ.
7618
7619 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
7620
7621         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
7622         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
7623         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
7624         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
7625         test for cmsg struct size.
7626
7627 2001-04-23  Paul Eggert  <eggert@twinsun.com>
7628
7629         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
7630         Rename __argc to ___argc in prototypes to avoid compatibility
7631         problems with systems that reserve the identifier "__argc".
7632         Similarly for __argv.
7633
7634 2001-08-21  Roland McGrath  <roland@frob.com>
7635
7636         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
7637
7638         * mach/Makefile (tests): Removed.
7639         * mach/hello.c: File removed.
7640
7641 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
7642
7643         * po/sv.po: Update from translation team.
7644
7645         * stdio-common/vfscanf.c: Fix handling of %l[].
7646         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
7647
7648         * libio/Makefile (tests): Add tst-sscanf.
7649         * libio/tst-sscanf.c: New file.
7650
7651         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
7652         * malloc/mtrace.c (tr_where): dli_sname always points to a
7653         non-empty string if != NULL.
7654         Reported by Tim Janik <timj@gtk.org>.
7655
7656 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
7657
7658         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
7659         buf.  Free resources on failure.
7660         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
7661         (makefd_xprt): Likewise.
7662         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
7663         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
7664         * sunrpc/auth_unix.c (authunix_create): Likewise.
7665
7666 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
7667
7668         * string/strnlen.c: Remove.
7669         * sysdeps/generic/strnlen.c: New file.
7670         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
7671
7672 2001-08-21  Roland McGrath  <roland@frob.com>
7673
7674         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
7675         as a macro, not an extern inline function.
7676
7677         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
7678         * Versions.def (libc): Add GLIBC_2.2.5 set.
7679         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
7680         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
7681
7682 2001-08-20  Roland McGrath  <roland@frob.com>
7683
7684         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
7685         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
7686
7687 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
7688
7689         * string/bits/string2.h: Remove strnlen optimization here.
7690         * sysdeps/i386/i486/bits/string.h: Add it here.
7691
7692 2001-08-21  Wolfram Gloger  <wg@malloc.de>
7693
7694         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
7695
7696 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
7697
7698         * po/gl.po: Update from translation team.
7699
7700 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
7701
7702         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
7703         * misc/err.c (convert_and_print): Likewise.
7704
7705         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
7706         function calls.
7707
7708 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7709
7710         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
7711         change of the gregset_t type.
7712         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
7713
7714 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
7715
7716         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
7717
7718 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
7719
7720         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
7721
7722         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
7723
7724 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
7725
7726         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
7727         before calling the cthreads initialization code.
7728
7729 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
7730
7731         * argp/argp-help.c: Fix two problems introduced in last change.
7732
7733         * include/dirent.h: Include <dirstream.h> first.
7734
7735 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
7736
7737         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
7738
7739         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
7740         * sunrpc/xdr_rec.c: Likewise.
7741         * sunrpc/xdr_mem.c: Likewise.
7742         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
7743         * sunrpc/rpc_cmsg.c: Likewise.
7744         * sunrpc/getrpcport.c (getrpcport): Likewise.
7745         * sunrpc/clnt_simp.c (callrpc): Likewise.
7746         * sunrpc/clnt_gen.c (clnt_create): Likewise.
7747         * string/envz.c: Likewise.
7748
7749         * po/ko.po: Update from translation team.
7750
7751         * argp/argp-help.c: Handle wide oriented stderr stream.
7752
7753 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
7754
7755         * sysdeps/generic/strtol.c: Little optimizations.  Add some
7756         __builtin_expect.
7757
7758         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
7759
7760         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
7761         * wcsmbs/wcwidth.c (wcwdith): Likewise.
7762         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
7763
7764         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
7765
7766         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
7767
7768         * time/time.h (struct timespec): Use __time_t for tv_sec element.
7769
7770         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
7771         wchar_t for function declarations and defintions.
7772
7773         * misc/sys/select.h: Define __need_time_t before including <time.h>.
7774         Define suseconds_t if it hasn't happened yet.
7775
7776         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
7777
7778         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
7779
7780         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
7781         <stddef.h>.
7782
7783         * conform/data/stddef.h-data: Remove wint_t.
7784
7785         * conform/conformtest.pl: Change namespace test to take #undef
7786         lines into account.
7787
7788         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
7789
7790         * conform/data/sys/socket.h-data: Add sockatmark.
7791
7792 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
7793
7794         * io/fts.c: Update from recent BSD source.
7795
7796 2001-08-17  Roland McGrath  <roland@frob.com>
7797
7798         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
7799         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
7800         Likewise.
7801
7802 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
7803
7804         * locale/duplocale.c (__duplocale): Also initialize the special
7805         __ctype_* elements.
7806
7807         * conform/data/netdb.h-data: Adjust gai_strerror return type.
7808
7809 2001-08-17  Andreas Jaeger  <aj@suse.de>
7810
7811         * misc/getpass.c: Include wchar.h for prototypes.
7812         * malloc/obstack.c: Likewise.
7813
7814 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
7815
7816         * sunrpc/svc_simple.c (universal): Use __write instead of write.
7817
7818         * wcsmbs/wcscoll.c: Also define __wcscoll.
7819         * include/wchar.h: Declare __wcscoll.
7820
7821         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
7822         * libio/vwprintf.c: Likewise.
7823         * libio/wprintf.c: Likewise.
7824
7825         * iconv/gconv_cache.c: Use __munmap instead of munmap.
7826
7827 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
7828
7829         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
7830         instead of mbrtowc.
7831         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
7832         wcslen, and __wcscoll instead of wcscoll.
7833
7834         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
7835
7836         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
7837         __getuid instead of getuid.
7838
7839         * stdio-common/perror.c (perror): Use __close instead of close.
7840         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
7841         * libio/freopen.c (freopen): Likewise.
7842         * libio/freopen64.c (freopen64): Likewise.
7843
7844         * libio/tst-ungetwc2.c (main): Define str const.
7845
7846         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
7847         * libio/fwprintf.c: Also define __fwprintf.
7848         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
7849         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
7850         * assert/assert-perr.c: Likewise.
7851         * assert/assert.c: Likewise.
7852         * gmon/gmon.c: Likewise.
7853         * inet/rcmd.c: Likewise.
7854         * malloc/obstack.c: Likewise.
7855         * misc/err.c: Likewise.
7856         * misc/error.c: Likewise.
7857         * misc/getpass.c: Likewise.
7858         * posix/getopt.c: Likewise.
7859         * resolv/res_hconf.c: Likewise.
7860         * stdio-common/perror.c: Likewise.
7861         * stdio-common/psignal.c: Likewise.
7862         * stdlib/fmtmsg.c: Likewise.
7863         * sunrpc/auth_unix.c: Likewise.
7864         * sunrpc/clnt_perr.c: Likewise.
7865         * sunrpc/clnt_tcp.c: Likewise.
7866         * sunrpc/clnt_udp.c: Likewise.
7867         * sunrpc/clnt_unix.c: Likewise.
7868         * sunrpc/svc_simple.c: Likewise.
7869         * sunrpc/svc_tcp.c: Likewise.
7870         * sunrpc/svc_udp.c: Likewise.
7871         * sunrpc/svc_unix.c: Likewise.
7872         * sunrpc/xdr.c: Likewise.
7873         * sunrpc/xdr_array.c: Likewise.
7874         * sunrpc/xdr_rec.c: Likewise.
7875         * sunrpc/xdr_ref.c: Likewise.
7876         * sysdeps/generic/wordexp.c: Likewise.
7877
7878         * po/it.po: Update from translation team.
7879
7880         * misc/err.c: Handle wide oriented stderr stream.
7881
7882 2001-08-14  Tom Rix  <trix@redhat.com>
7883
7884         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
7885         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
7886
7887 2001-08-13  Tom Rix  <trix@redhat.com>
7888
7889         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
7890         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
7891         and __intptr_t.
7892
7893 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7894
7895         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
7896         Store the access registers to the ucontext structure.
7897         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
7898         Likewise.
7899
7900         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
7901         Load the access registers from the ucontext structure.
7902         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
7903         Likewise.
7904
7905         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
7906         offsets to the new ucontext layout.
7907         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
7908
7909         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
7910         of the ucontext structure.
7911         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
7912
7913 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
7914
7915         * misc/error.c (error): Handle wide oriented stderr stream correctly.
7916         (error_at_line): Likewise.
7917
7918         * stdio-common/perror.c (perror): Implement according to standard.
7919         The stream orientation must not be changed if the stream was not
7920         oriented before the call.
7921         * stdio-common/Makefile (tests): Add tst-perror.
7922         * stdio-common/tst-perror.c: New file.
7923
7924
7925 See ChangeLog.12 for earlier changes.