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