Update.
[glibc.git] / ChangeLog
blobc1424edcf680046d40d8f541592895ef1d52661d
1 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
3         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
4         direction.  Reported by H . J . Lu <hjl@lucon.org>.
6 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
8         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
9         test just before the test runs.
10         * intl/tst-translit.sh: Likewise.
11         * intl/tst-codeset.sh: Likewise.
13         * timezone/zic.c: Update from tzcode2002c.
14         * timezone/asia: Update from tzdata2002c.
15         * timezone/backward: Likewise.
16         * timezone/europe: Likewise.
17         * timezone/northamerica: Likewise.
18         * timezone/northamerica: Likewise.
19         * timezone/northamerica: Likewise.
20         * timezone/southamerica: Likewise.
21         * timezone/zone.tab: Likewise.
23 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
25         * sysdeps/generic/brk.c (__curbrk): Declare.
26         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
27         * sysdeps/generic/dl-sbrk.c: Likewise.
28         * sysdeps/unix/arm/dl-brk.S: New file.
29         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
30         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
31         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
32         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
33         * sysdeps/unix/i386/dl-brk.S: New file.
34         * sysdeps/unix/mips/dl-brk.S: New file.
35         * sysdeps/unix/sparc/dl-brk.S: New file.
36         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
37         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
38         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
39         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
41 2002-04-03  Andreas Schwab  <schwab@suse.de>
43         * Makefile (headers): Add gnu/lib-names.h here instead of
44         install-others.
45         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
46         installation rule.
47         (install-headers): Add dependency on install-headers-nosubdir.
48         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
49         instead of install-others.
50         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
51         installation rule.
53 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
55         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
56         Reported by Sam Roberts <sroberts@uniserve.com>.
58 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
60         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
61         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
62         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
63         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
65 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
67         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
68         (RTLD_START): Ditto.
69         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
70         dependency violation.
72 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
74         * time/mktime.c (__mktime_internal): Move check for year < 70 below
75         all variable declarations.
77 2002-04-04  Andreas Schwab  <schwab@suse.de>
79         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
81 2002-04-04  Andreas Jaeger  <aj@suse.de>
83         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
84         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
86         * sysdeps/x86_64/fpu/s_fabs.c: New file.
87         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
88         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
90         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
92         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
94         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
95         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
97         * configure.in: Handle all mips entries the same.
99         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
100         * sysdeps/mips/mips3/*: Likewise.
101         * sysdeps/mips/p40/bits/endian.h: Likewise.
103 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
105         * misc/dirname.c (dirname): Ignore trailing slashes at end of
106         non-null result [PR libc/2600].
108         * misc/tst-dirname.c: Add more tests.
110 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
112         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
113         define a code_set_name provide one based on the filename.
115         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
117 2001-12-28  Andreas Jaeger  <aj@suse.de>
119         * time/mktime.c (__mktime_internal): Check for year < 70
120         [PR libc/2738].
122 2002-04-03  Andreas Jaeger  <aj@suse.de>
124         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
125         shmat.
126         Reported by Andi Kleen <ak@suse.de>.
128 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
130         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
131         * sysdeps/generic/w_lgammaf.c: Likewise.
132         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
134         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
135         Adjust for new output format of the backtrace functions.
137         * misc/syslog.c (vsyslog): Only use cleanup handler if
138         _LIBC_REENTRANT is defined [PR libc/2924].
140         * libio/Makefile (tests): Add bug-ungetwc2.
141         * libio/bug-ungetwc2.c: New file.
143         * manual/install.texi: Typographical and grammatical cleanup.
144         Patch by Dennis Grace <dgrace@us.ibm.com>.
146         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
147         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
149         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
150         always "&".  Adjust callers.
151         Add "_" prefix to several generated definitions.
152         Patch by paul@serice.net [PR libc/3158].
154 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
156         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
157         size of _dl_arm_cap_flags.
158         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
160         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
161         Define as 8.
163 2002-03-22  H.J. Lu  <hjl@gnu.org>
165         * scripts/firstversions.awk: Check the first version.
167 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
169         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
170         dependencies must be stable to work correctly.
171         Reported by martin.lubich@datacon.at.
173         * libio/bug-ungetwc1.c: New file.
174         * libio/Makefile (tests): Add bug-ungetwc1.
176         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
177         if stream was last used for writing.
179         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
180         number [PR libc/3111].
182         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
183         to ...
184         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
186 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
188         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
189         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
190         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
191         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
192         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
194 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
196         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
197         dynamic tags.
199 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
201         * sysdeps/i386/fpu/s_fabs.S: New file.
202         * sysdeps/i386/fpu/s_fabsf.S: New file.
203         * sysdeps/i386/fpu/s_fabsl.S: New file.
204         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
205         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
206         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
208 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
210         * rt/tst-shm.c (do_test): Add one more test for size of shared
211         memory object.
213 2002-03-29  Wolfram Gloger  <wg@malloc.de>
215         * malloc/malloc.c: Add short description and prototypes for
216         malloc_get_state, malloc_set_state and posix_memalign, for
217         consistency and to avoid warnings with -Wstrict-prototypes.
218         Reported by Andreas Jaeger <aj@suse.de>.
220 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
222         * po/gl.po: Update from translation team.
224 2002-03-31  Roland McGrath  <roland@frob.com>
226         * hurd/hurdselect.c (_hurd_select): Fix
227         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
228         Use a union rather than casts to compare mach_msg_type_t as int.
230 2002-03-25  Roland McGrath  <roland@frob.com>
232         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
233         check off the end of NAME when it's shorter than 2 chars.
234         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
236 2002-03-17  Roland McGrath  <roland@frob.com>
238         * sysdeps/mach/hurd/i386/sys/io.h: New file.
239         * sysdeps/mach/hurd/i386/ioperm.c: New file.
240         * sysdeps/mach/hurd/i386/Dist: Add them.
241         * sysdeps/mach/hurd/i386/Versions
242         (libc: GLIBC_2.2.6): New set, add ioperm.
243         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
244         (mach_interface_list): Check for mach_i386.defs.
245         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
246         * sysdeps/mach/configure: Regenerated.
248 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
250         * po/fr.po: Update from translation team.
252 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
254         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
255         getpriority from syscalls list.
257 2002-03-28  Andreas Jaeger  <aj@suse.de>
259         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
260         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
261         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
262         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
264 2002-03-27  Andreas Jaeger  <aj@suse.de>
266         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
267         sigcontext): Follow further kernel change.
269         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
270         kernel change.
272         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
273         Change for struct sigcontext change.
275         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
276         Follow changes in struct sigcontext.
278         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
279         sysycall, use wrapper instead.
281 2002-03-26  Andreas Jaeger  <aj@suse.de>
283         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
284         read and write accesses as detailed as possible.
285         (__memcpy_by2): Likewise.
286         (__memcpy_g): Likewise.
287         (memmove): Likewise.
288         (memcmp): Likewise.
289         (__memset_ccn_by4): Likewise.
290         (__memset_ccn_by2): Likewise.
291         (__memset_gcn_by4): Likewise.
292         (__memset_gcn_by2): Likewise.
293         (memchr): Likewise.
294         (__memrchr): Likewise.
295         (rawmemchr): Likewise.
296         (__strlen_g): Likewise.
297         (__strcpy_g): Likewise.
298         (__mempcpy_by4): Likewise.
299         (__mempcpy_by2): Likewise.
300         (__mempcpy_byn): Likewise.
301         (__stpcpy_g): Likewise.
302         (__strncpy_by4): Likewise.
303         (__strncpy_by2): Likewise.
304         (__strncpy_byn): Likewise.
305         (__strncpy_gg): Likewise.
306         (__strcat_c): Likewise.
307         (__strcat_g): Likewise.
308         (__strncat_g): Likewise.
309         (__strcmp_gg): Likewise.
310         (__strncmp_g): Likewise.
311         (__strchr_c): Likewise.
312         (__strchr_g): Likewise.
313         (__strchrnul_c): Likewise.
314         (__strchrnul_g): Likewise.
315         (__strrchr_c): Likewise.
316         (__strrchr_g): Likewise.
317         (__strrchr_c): Likewise.
318         (__strrchr_g): Likewise.
319         (__strcspn_c1): Likewise.
320         (__strcspn_cg): Likewise.
321         (__strcspn_g): Likewise.
322         (__strcspn_g): Likewise.
323         (__strspn_c1): Likewise.
324         (__strspn_cg): Likewise.
325         (__strspn_g): Likewise.
326         (__strspn_g): Likewise.
327         (__strpbrk_cg): Likewise.
328         (__strpbrk_g): Likewise.
329         (__strstr_cg): Likewise.
330         (__strstr_g): Likewise.
332         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
333         Michal Ludvig <mludvig@suse.cz>.
335         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
336         compatibilty, adjust for kernel changes.
338         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
339         sigcontext): Adjust for kernel changes.
341 2002-03-25  Andreas Jaeger  <aj@suse.de>
343         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
344         little endian.
345         Reported by Artur Zaprzala <zybi@talex.com.pl>.
347 2002-03-24  Andreas Jaeger  <aj@suse.de>
349         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
351         * stdio-common/tst-fdopen.c (main): Remove unused variable.
353         * iconv/tst-iconv3.c (main): Use correct printf strings.
355 2002-03-18  Roland McGrath  <roland@frob.com>
357         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
358         (CMGROUP_MAX): New macro.
360 2002-03-23  Roland McGrath  <roland@frob.com>
362         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
363         * sysdeps/posix/shm_unlink.c: Likewise.
365 2002-03-22  Roland McGrath  <roland@frob.com>
367         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
368         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
369         under --enable-libio.
370         * sysdeps/mach/hurd/configure: Regenerated.
372 2002-03-23  Roland McGrath  <roland@frob.com>
374         * sysdeps/mach/hurd/i386/Makefile
375         (sysdep_routines, shared-only-routines): Don't add framestate,
376         reverting 2001-10-02 change.
377         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
378         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
379         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
380         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
381         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
382         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
383         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
384         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
385         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
386         Do it here instead, only if [$(unwind-find-fde) = yes].
388 2002-03-23  Andreas Jaeger  <aj@suse.de>
390         * signal/signal.h: Fix typo. Patch by Steve Kemp
391         <skx@tardis.ed.ac.uk>.
393 2002-03-22  Andreas Jaeger  <aj@suse.de>
395         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
396         getresuid.
398         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
399         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
400         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
401         user_fpregs_struct): Rename fwd.
403         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
404         Follow sigcontext changes.
406 2002-03-22  Andreas Jaeger  <aj@suse.de>
408         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
409         changes for NaNs on MIPS.
410         Patch by Hartvig Ekner <hartvige@mips.com>.
412 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
414         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
415         Use realloc if too large.
416         (addgrbyid): Likewise.
417         * nscd/hstcache.c (addhstbyname): Likewise.
418         (addhstbyaddr): Likewise.
419         (addhstbynamev6): Likewise.
420         (addhstbyaddrv6): Likewise.
421         * nscd/pwdcache.c (addpwbyname): Likewise.
422         (addpwbyuid): Likewise.
424 2002-03-21  Andreas Jaeger  <aj@suse.de>
426         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
427         _fpstate): Add separate struct for x86-64.
429         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
430         user_fpregs_struct): Change member names to follow kernel.
432 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
434         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
435         Correctly close the UDP connection right away [PR libc/3120].
437 2002-03-20  Andreas Jaeger  <aj@suse.de>
439         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
440         user_fpregs_struct): Fix for changed kernel struct.
441         (struct user_regs_struct): Likewise.
442         (struct user): Likewise.
443         Add 32-bit x86 compatibility.
445         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
447 2002-03-19  Andreas Jaeger  <aj@suse.de>
449         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
451 2002-03-18  Andreas Jaeger  <aj@suse.de>
453         * iconvdata/Makefile: Only run tests when shared libs are
454         available.
456 2002-03-17  Andreas Jaeger  <aj@suse.de>
458         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
460         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
462         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
463         bits.
465         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New.
466         (CAUSE_SHIFT): New.
467         Patch by Hartvig Ekner <hartvige@mips.com>.
469         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
470         * sysdeps/generic/unwind-pe.h: Likewise.
472         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
473         type to _IO_setb.
475         * libio/stdio.c (AL2): Define variant when visibility attribute is
476         not supported.
478         * include/libc-symbols.h (_INTVARDEF): Define variant when
479         visibility attribute is not supported.
481 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
483         * po/fr.po: Update from translation team.
485 2002-02-25  Bruno Haible  <bruno@clisp.org>
487         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
489 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
491         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
492         buffers if _IO_file_attach failed.
494         * libio/fileops.c (_IO_file_open): Close file descriptor if
495         _IO_SEEKOFF call failed.
497 2002-03-15  H.J. Lu  <hjl@gnu.org>
498             Ulrich Drepper  <drepper@redhat.com>
500         * configure.in: Check for availability of
501         init_array/fini_array/preinit_array handling in binutils.
502         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
503         * config.make.in (have-initfini-array): New variable.
505 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
507         * stdio-common/tst-printf.c (main): Comment out one test which
508         checked the compiler's ability to fold floating-point constants
509         but not really printf.
510         (rfg3): Make s const.
511         * stdio-common/tst-printf.sh: Adjust for removed test.
513         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
514         internal function.  Adjust for internal_function calling convention.
515         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
516         as internal_function.
518         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
519         hidden.
521         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
522         declaration and definition.
523         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
524         declaration.
525         * nss/getXXent_r.c: Likewise.
526         * nss/nsswitch.h (db_lookup_function): Add internal_function to
527         definition.
529         * include/time.h: Declare __localtime_r as hidden.
531         * include/aliases.h: Declare __getaliasent_r as hidden.
532         * include/grp.h: Declare __getgrent_r as hidden.
533         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
534         __getservent_r, and __getprotoent_r as hidden.
535         * include/pwd.h: Declare __getpwent_r as hidden.
536         * include/shadow.h: Declare __getspent_r as hidden.
537         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
539         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
540         and __gconv_transliterate as hidden.
541         Add internal_function to __gconv_get_path declaration.
542         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
543         definition.  Add attribute_hidden to __gconv_read_conf definition.
545 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
547         * elf/rtld.c: Declare _environ as hidden.
548         * sysdeps/generic/dl-environ.c: Likewise.
549         * sysdeps/generic/dl-sysdep.c: Likewise.
551         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
552         _dl_mcount_internal as hidden.
554         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
555         * sysdeps/generic/dl-brk.c: New file.
556         * sysdeps/generic/dl-sbrk.c: New file.
557         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
558         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
560         * elf/dl-minimal.c (malloc): Declare _end as hidden.
561         (__errno_location): New function.  Declare errno as hidden.
562         * elf/rtld.c (_dl_argc): Define as hidden.
563         (_dl_skip_args): Define as hidden.
564         (_begin, _end): Declare as hidden.
565         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
566         * sysdeps/generic/entry.h (_start): Declare as hidden.
567         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
568         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
569         _dl_runtime_resolve and _dl_runtime_profile as hidden.
570         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
572 2002-03-14  Roland McGrath  <roland@frob.com>
574         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
576         * Makeconfig (%.v.i, %.v): New implicit rules.
577         (preprocess-versions): Variable removed.
578         ($(common-objpfx)shlib-versions.v.i): New target giving just the
579         shlib-versions input files as dependencies.
580         ($(common-objpfx)soversions.i): Depend on that instead of the input
581         files.  Use it as input instead of using a pipeline.
582         (postclean-generated): Append soversions.i, shlib-versions.v, and
583         shlib-versions.v.i here.
584         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
585         the Versions.def input files as dependencies.
586         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
587         ($(common-objpfx)Versions.all): Depend on that instead of the input
588         files.  Use it as input instead of using a pipeline.
589         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
590         (postclean-generated): Append those .v and .v.i files here.
592 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
594         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
595         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
596         Remove.
598 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
600         * sysdeps/generic/mp_clz_tab.c: New file.
601         * sysdeps/i386/mp_clz_tab.c: New file.
602         * sysdeps/hppa/mp_clz_tab.c: New file.
603         * sysdeps/powerpc/mp_clz_tab.c: New file.
604         * stdlib/Makefile (aux): Revert last patch.
605         * math/Makefile (gmp-objs): Likewise.
607 2002-03-13  Paul Eggert  <eggert@twinsun.com>
609         * time/strftime.c: Comment fixes for references to obsolescent
610         standards, In most cases the simplest fix is to remove the
611         confusing comments.  Cross-referencing all the standards properly
612         is a bit of a pain, and it should be enough to put that info in
613         the documentation as I did in my recent time.texi patch.
615 2002-03-13  Paul Eggert  <eggert@twinsun.com>
617         * manual/time.texi (Formatting Calendar Time):
618         ISO C99 also specifies the E and O modifiers.
619         %P is a GNU extension, and is not in ISO C99.
620         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
621         %T is also in ISO C99.
622         The RFC 822 example is not valid in arbitrary locales.
623         Reword the POSIX.2 wording slightly, to make it a bit clearer
624         that POSIX.2 formats are also supported by later POSIX versions.
625         If a format was introduced in ISO C99 it is also required by
626         POSIX.1-2001.
628 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
630         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
631         _sys_nerr_internal with INTVARDEF2.
632         * include/libc-symbols.h (INTVARDEF2): New macro.
633         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
634         (_sys_nerr_internal): Library.
636         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
637         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
639         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
641 2002-03-13  Wolfram Gloger  <wg@malloc.de>
643         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
645 2002-03-02  Andreas Schwab  <schwab@suse.de>
647         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
648         'h' flag and positional arg.
649         * stdio-common/tst-printf.c (rfg3): New function to test
650         positional arguments.
651         (main): Fix some warnings.
653 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
655         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
656         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
658 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
660         * grp/initgroups.c (__nss_group_data): Declare as hidden.
662         * include/locale.h (_nl_C_locobj): Declare as hidden.
664         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
665         * time/strptime.c (_nl_C_LC_TIME): Likewise.
667         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
669         * include/sys/gmon.h: Declare _gmonparam as hidden.
671         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
672         (__ctype32_wctrans): Likewise.
673         (__ctype32_width): Likewise.
675         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
676         use of __ttyname.
678         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
679         Define as hidden.
680         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
681         hidden.  Change all users of these variables.
683         * posix/regex_internal.h (__re_error_msgid): Renamed from
684         re_error_msgid.  Declare as hidden.
685         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
686         hidden.
688         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
689         (__printf_function_table): Likewise.
690         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
691         hidden.
692         (__printf_function_table): Likewise.
694         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
695         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
697         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
698         * nss/nsswitch.c: Declare _nss_*_database as hidden.
700         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
701         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
703 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
705         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
706         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
707         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
708         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
709         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
710         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
711         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
712         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
713         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
714         _nl_C_LC_CTYPE_width: Declare as hidden.
715         * include/locale.h: Declare _nl_locale_file_list.
716         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
717         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
718         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
719         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
720         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
721         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
722         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
723         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
724         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
725         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
726         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
727         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
728         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
729         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
730         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
731         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
732         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
733         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
734         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
735         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
736         _nl_C_LC_CTYPE_width, and as hidden.
737         * locale/findlocale.c: Declare _nl_C as hidden.
738         * locale/newlocale.c: Likewise.
739         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
740         _nl_locale_file_list.
741         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
742         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
743         Define _nl_C_locobj as hidden.
745         * malloc/mtrace.c (_mtrace_file): Define as hidden.
746         (_mtrace_line): Likewise.
748         * include/time.h: Declare __mon_yday as hidden.
749         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
751         * libio/libioP.h: Declare __libio_codecvt as hidden.
752         * libio/fileops.c: Declare __libio_translit as hidden.
753         * libio/iofwide.c: Define __libio_translit as hidden.
755         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
756         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
757         * login/getutline_r.c: Likewise.
758         * login/utmpname.c: Likewise.
760         * login/utmp-private.h: Declare __libc_utmp_file_functions,
761         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
762         __libc_utmp_file_name as hidden.
764         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
765         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
766         * locale/freelocale.c: Likewise.
767         * locale/lc-time.c: Likewise.
769         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
770         (__libc_ptyname2): Likewise.
771         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
772         hidden.
773         (__libc_ptyname2): Likewise.
775         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
776         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
777         * sysdeps/generic/init-first.c: Likewise.
778         * sysdeps/i386/init-first.c: Likewise.
779         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
780         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
781         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
782         * sysdeps/sh/init-first.c: Likewise.
783         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
784         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
786         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
787         (_itowa_upper_digits): Likewise.
789         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
790         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
791         as hidden.
793         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
794         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
795         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
796         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
798         * gmon/gmon.c (__bb_head): Define as hidden.
799         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
801         * argp/argp-parse.c (_argp_hang): Define as static.
803         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
804         handling in latest compilers.
806         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
807         define alias.
808         * libio/fileops.c (_IO_file_jumps): Likewise.
809         * libio/stdfiles.c (_IO_list_all): Likewise.
810         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
812         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
813         include/malloc.h.
814         * include/malloc.h: Add __libc_malloc_initialized declaration
815         here.  Mark variable hidden.
816         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
818         * elf/dl-open.c (__libc_argc): Declare as hidden.
819         (__libc_argv): Likewise.
820         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
821         (__libc_argv): Likewise.
822         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
823         __libc_argv as hidden.
824         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
825         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
826         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
827         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
829         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
830         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
831         * stdlib/erand48.c: Likewise.
832         * stdlib/jrand48.c: Likewise.
833         * stdlib/lcong48.c: Likewise.
834         * stdlib/lrand48.c: Likewise.
835         * stdlib/mrand48.c: Likewise.
836         * stdlib/nrand48.c: Likewise.
837         * stdlib/seed48.c: Likewise.
838         * stdlib/srand48.c: Likewise.
840         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
841         (_itoa_lower_digits_internal): New declaration.
842         (_itoa_upper_digits_internal): New declaration.
843         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
844         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
845         (_itoa_upper_digits_internal): New declaration.
846         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
847         _itoa_lower_digits.
848         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
849         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
851         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
852         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
854         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
855         (_itowa_lower_digits): Likewise.
856         (_itowa_upper_digits): Likewise.
857         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
858         (_itowa_upper_digits): Likewise.
860         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
861         not already defined.
862         (GERMANIC_PLURAL): Declare as hidden.
864         * posix/getopt.c (__getopt_initialized): Declare as hidden.
865         (attribute_hidden): Define as empty macro if not already defined.
867         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
868         (__gconv_max_path_elem_len): Likewise.
869         (__gconv_path_envvar): Likewise.
871         * math/Makefile (gmp-objs): Remove mp_clz_tab.
872         * stdlib/Makefile (aux): Remove mp_clz_tab.
873         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
875         * stdlib/exit.h (__exit_funcs): Declare as hidden.
877         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
879         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
880         _nl_category_names, _nl_category_name_sizes, _nl_current,
881         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
883         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
884         (_nl_current_default_domain): Likewise
885         (_nl_state_lock): Likewise.
886         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
887         (_nl_current_default_domain): Likewise
888         (_nl_state_lock): Likewise.
889         * intl/bindtextdom.c (_nl_state_lock): Likewise.
891         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
892         (_fpioconst_pow10): Likewise.
894         * include/time.h (_tmbuf): Add attribute_hidden.
896         * time/tzset.c (tzstring_list): Define as static.
898         * include/time.h: Add attribute_hidden to __tzname_cur_max and
899         __use_tzfile declaration.
901         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
902         and __wcsmbs_last_locale declaration.
904 2002-02-25  Paul Eggert  <eggert@twinsun.com>
906         * timezone/Makefile (tzbases): Move systemv from here...
907         (tzlinks): to here, since the entries in systemv were all changed
908         from Zone to Link lines in tz-2001a.  Bug reported (and patch
909         tested) by Peter Breitenlohner.
911 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
913         * time/tst-posixtz.c (tests): Add new tests.
914         (main): Test whether tzset() sets daylight properly.
916 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
918         * time/tzset.c (tz_compute): Move __daylight, __tzname and
919         __tzname_cur_max setting...
920         (tzset_internal): ...here.
922 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
924         * time/tzset.c (compute_change): Don't return any value.
925         (tz_compute): Likewise.  Don't handle southern hemisphere here.
926         (__tz_convert): But here.
928 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
930         * manual/examples/mkfsock.c: Include <string.h> as well.
931         Patch by Alain De Carolis <alaind@wseurope.com>.
933 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
935         * posix/regexec.c (re_match): Fix incorrect register sizes.
936         (re_search): Likewise.
938 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
940         * posix/regcomp.c (regfree): Remove a disused condition.
941         * posix/regex_internal.c (re_acquire_state): Likewise.
942         (re_acquire_state_context): Likewise.
943         (register_state): Remove a redundant malloc invocation.
944         * posix/regex_internal.h: (re_state_table_entry): Simplify
945         the structure.
947 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
949         * posix/regcomp.c (regcomp): Add __builtin_expect to error
950         handling conditions.
951         (regerror): Likewise.
952         (regfree): Likewise.
953         (re_compile_internal): Likewise.
954         (init_dfa): Likewise.
955         (init_word_char): Likewise.
956         (create_initial_state): Likewise.
957         (analyze): Likewise.
958         (analyze_tree): Likewise.
959         (duplicate_node): Likewise.
960         (calc_eclosure): Likewise.
961         (calc_eclosure_iter): Likewise.
962         (parse): Likewise.
963         (parse_reg_exp): Likewise.
964         (parse_branch): Likewise.
965         (parse_expression): Likewise.
966         (parse_subexp): Likewise.
967         (parse_dup_op): Likewise.
968         (parse_bracket_exp): Likewise.
969         (build_equiv_class): Likewise.
970         (build_charclass): Likewise.
971         (build_word_op): Likewise.
972         (fetch_number): Likewise.
973         (create_tree): Likewise.
974         (duplicate_tree): Likewise.
975         * posix/regex.c (BE): New macro.
976         * posix/regexec.c (re_match): Add __builtin_expect to error
977         handling conditions.
978         (re_match_2): Likewise.
979         (re_search): Likewise.
980         (re_search_internal): Likewise.
981         (check_matching): Likewise.
982         (proceed_next_node): Likewise.
983         (set_regs): Likewise.
984         (sift_states_backward): Likewise.
985         (add_epsilon_backreference): Likewise.
986         (transit_state): Likewise.
987         (transit_state_sb): Likewise.
988         (transit_state_mb): Likewise.
989         (transit_state_bkref): Likewise.
990         (transit_state_bkref_loop): Likewise.
991         (build_trtable): Likewise.
992         (group_nodes_into_DFAstates): Likewise.
993         (match_ctx_init): Likewise.
994         (match_ctx_add_entry): Likewise.
995         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
996         to error handling conditions.
997         (re_string_construct_toupper): Likewise.
998         (build_wcs_buffer): Likewise.
999         (build_wcs_upper_buffer): Likewise.
1000         (build_upper_buffer): Likewise.
1001         (re_string_translate_buffer): Likewise.
1002         (re_node_set_alloc): Likewise.
1003         (re_node_set_init_1): Likewise.
1004         (re_node_set_init_2): Likewise.
1005         (re_node_set_init_copy): Likewise.
1006         (re_node_set_intersect): Likewise.
1007         (re_node_set_init_union): Likewise.
1008         (re_node_set_merge): Likewise.
1009         (re_node_set_insert): Likewise.
1010         (re_dfa_add_node): Likewise.
1011         (re_acquire_state): Likewise.
1012         (re_acquire_state_context): Likewise.
1013         (create_new_state_common): Likewise.
1014         (register_state): Likewise.
1015         (create_ci_new_state): Likewise.
1016         (create_cd_new_state): Likewise.
1017         (re_string_context_at): Remove redundant condition.
1019 2002-01-16  Roger Sayle  <roger@eyesopen.com>
1021         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
1023         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
1025 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
1027         * sysdeps/i386/elf/configure.in: Fix comment.
1029         * sysdeps/sparc/sparc64/configure.in: New.
1030         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
1031         if .dynamic comes before .got.
1032         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
1034         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
1035         HP_TIMING_ACCUM): Fix typos.
1037 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
1039         * string/strfry.c: Add some more randomness to the seed.
1040         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
1042         * po/es.po: Update from translation team.
1043         * po/fr.po: Likewise.
1045         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
1047         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
1048         when determining type of format.
1049         Patch by James Antill <james@anqd.org> [PR libc/2787].
1051 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
1053         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
1055 2002-03-11  Roland McGrath  <roland@frob.com>
1057         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
1059         * Versions.def (libc): Add GLIBC_2.2.6.
1060         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
1061         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
1062         __errno_location instead of __hurd_errno_location, and don't inline it.
1063         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
1064         * hurd/errno.c: New file.
1065         * hurd/Makefile (routines): Add errno.
1067 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
1069         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
1070         ridiculously large widths and precisions [PR libc/3026].
1072 2002-03-11  Andreas Jaeger  <aj@suse.de>
1074         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
1075         support.
1076         Patch by Susanne Oberhauser <froh@SuSE.de>.
1078 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
1080         * inet/rexec.c (ahostbuf): Define as static.
1082         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
1083         (__ctype32_wctrans): Likewise.
1084         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
1085         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
1086         (__ctype32_wctrans): Likewise.
1087         (__ctype32_width): Likewise.
1089         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
1090         They were never exported anyway.
1092         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
1093         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
1094         exported.
1095         * include/sys/gmon.h: Declare _gmonparam.
1097         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
1098         symbols for getdents64.  They were never exported.
1100 2002-03-09  Roland McGrath  <roland@frob.com>
1102         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
1103         Reported by Jon Arney <jarney1@cox.net>.
1105 2002-02-23  Roland McGrath  <roland@frob.com>
1107         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
1108         declaration.
1109         (__hurd_errno_location): Function removed.
1111 2002-03-06  Andreas Jaeger  <aj@suse.de>
1113         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
1114         32-bit.
1116 2002-03-04  Andreas Jaeger  <aj@suse.de>
1118         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New.
1120         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
1121         x86-64.
1123         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New.
1125         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New.
1127         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New.
1129         * sysdeps/x86_64/bits/setjmp.h: New.
1131         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New.
1133         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New.
1135         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
1136         for x86.
1137         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
1138         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
1140 2002-02-28  Bo Thorsen  <bo@suse.de>
1142         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
1143         version.
1145 2002-03-03  Andreas Jaeger  <aj@suse.de>
1147         * sysdeps/x86_64/bits/wordsize.h: New file.
1149         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
1150         * elf/tst-tlsmod1.c: Likewise.
1152         * posix/regcomp.c: Get regex.h from include dir for internal
1153         prototypes.
1155         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
1156         to libc-internal.h and include it.
1157         * include/libc-internal.h: Add __init_misc.
1159         * misc/init-misc.c: Include libc-internal.h for prototypes.
1161         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
1163         * misc/error.c [_LIBC]: Include libioP.h for prototype of
1164         _IO_putc_internal.
1166 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
1168         * posix/regcomp.c: Compatibility changes to allow using the code
1169         outside glibc.
1171 2002-02-28  Hartvig Ekner <hartvige@mips.com>
1173         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
1174         compiled non-PIC.
1176 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
1178         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
1179         of .str elements in the returned data structure.
1181         * elf/elf.h: Add Alpha TLS bits.
1183 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
1185         * sysdeps/unix/sysv/linux/nice.c: New file.
1187 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
1189         * elf/Makefile (dl-routines): Add dl-origin.
1190         (elide-routines.os): Add dl-origin.
1191         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
1192         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
1193         _dl_debug_state.
1194         * include/libc-symbols.c: Define attribute_hidden depending on
1195         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
1197         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
1198         * elf/dl-load.c: Likewise.
1199         * elf/rtld.c: Likewise.
1200         * include/unistd.h: Declare __libc_enable_secure_internal.
1201         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
1202         Use INTUSE with __libc_enable_secure.
1203         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
1205         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
1206         * elf/dl-error.c: Likewise,
1207         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
1209         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
1210         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
1211         function definition.  Use INTDEF with _dl_get_origin.
1212         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
1214         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
1215         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
1217         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
1218         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
1219         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
1221         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
1222         * elf/dl-deps.c: Likewise.
1223         * elf/dl-error.c: Likewise.
1224         * elf/dl-fini.c: Likewise.
1225         * elf/dl-init.c: Likewise.
1226         * elf/dl-load.c: Likewise.
1227         * elf/dl-lookup.c: Likewise.
1228         * elf/dl-reloc.c: Likewise.
1229         * elf/dl-version.c: Likewise.
1230         * elf/do-lookup.h: Likewise.
1231         * sysdeps/arm/dl-machine.h: Likewise.
1232         * sysdeps/cris/dl-machine.h: Likewise.
1233         * sysdeps/hppa/dl-machine.h: Likewise.
1234         * sysdeps/i386/dl-machine.h: Likewise.
1235         * sysdeps/m68k/dl-machine.h: Likewise.
1236         * sysdeps/powerpc/dl-machine.h: Likewise.
1237         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
1238         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
1239         * sysdeps/sh/dl-machine.h: Likewise.
1240         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
1241         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
1242         * sysdeps/x86_64/dl-machine.h: Likewise.
1243         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
1244         _dl_argv[0].  Use INTUSE with _dl_argv.
1245         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
1246         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
1248 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
1250         * elf/rtld.c (_rtld_global): Remove .protected.
1251         (_rtld_local): Strong alias to _rtld_global.
1252         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
1253         only .os object.
1254         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
1255         _rtld_local instead of _rtld_global.
1256         (_rtld_local): Add hidden extern, possibly in .sdata section.
1257         * configure.in: Add tests for visibility attribute and .sdata.
1258         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
1259         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
1260         * sysdeps/arm/dl-machine.h: Likewise.
1261         * sysdeps/generic/ldsodefs.h: Likewise.
1262         * sysdeps/hppa/dl-machine.h: Likewise.
1263         * sysdeps/cris/dl-machine.h: Likewise.
1264         * sysdeps/i386/dl-machine.h: Likewise.
1265         * sysdeps/ia64/dl-machine.h: Likewise.
1266         * sysdeps/m68k/dl-machine.h: Likewise.
1267         * sysdeps/mips/mips64/dl-machine.h: Likewise.
1268         * sysdeps/mips/dl-machine.h: Likewise.
1269         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1270         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
1271         * sysdeps/sh/dl-machine.h: Likewise.
1272         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
1273         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
1274         * sysdeps/x86_64/dl-machine.h: Likewise.
1276 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
1278         * login/login.c (login): Always initialize ut_line field
1279         [PR libc/2991].
1281 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
1283         * sysdeps/i386/Makefile (sysdep_routines): Add
1284         divdi3 in csu dir.
1285         (shared-only-routines): Likewise.
1286         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
1287         (shared-only-routines): Likewise.
1288         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
1289         (shared-only-routines): Likewise.
1290         * sysdeps/wordsize-32/divdi3.c: New file.
1292 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
1294         * locale/iso-4217.def: Remove obsolete currencies for countries
1295         with Euro.
1297 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
1299         * posix/regcomp.c (regcomp): Remove a redundant condition.
1300         (init_word_char): Add a check on malloc failure.
1301         (create_initial_state): Likewise.
1302         (duplicate_node): Likewise.
1303         (calc_eclosure): Likewise.
1304         (calc_eclosure_iter): Likewise.
1305         (parse_expression): Likewise.
1306         (parse_bracket_exp): Remove unnecessary malloc invocations.
1307         (build_equiv_class): Likewise.
1308         (build_charclass): Likewise.
1309         * posix/regex_internal.c (re_node_set_intersect): Add a check
1310         on malloc failure.
1311         (re_node_set_add_intersect): Likewise.
1312         (re_node_set_merge): Likewise.
1313         (re_acquire_state): Likewise.
1314         (re_acquire_state_context): Likewise.
1315         (create_newstate_common): Likewise.
1316         (register_state): Likewise.
1317         (create_ci_newstate): Likewise.
1318         (create_cd_newstate): Likewise.
1319         * posix/regex_internal.h: Fix prototypes of re_acquire_state
1320         and re_acquire_state_context.
1321         * posix/regexec.c (regexec): Suit it to the error handling of
1322         re_search_internal.
1323         (re_match): Likewise.
1324         (re_search): Likewise.
1325         (re_search_internal): Add a check on malloc failure.
1326         (acquire_init_state_context): Likewise.
1327         (check_matching): Likewise.
1328         (proceed_next_node): Likewise.
1329         (set_regs): Likewise.
1330         (sift_states_backward): Likewise.
1331         (sift_states_iter_bkref): Likewise.
1332         (add_epsilon_backreference): Likewise.
1333         (transit_state): Likewise.
1334         (transit_state_sb): Likewise.
1335         (transit_state_mb): Likewise.
1336         (transit_state_bkref_loop): Likewise.
1337         (build_trtable): Likewise.
1338         (group_nodes_into_DFAstates): Likewise.
1339         (match_ctx_init): Likewise.
1340         (match_ctx_add_entry): Likewise.
1342 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
1344         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
1345         l_libname if profiling is enabled [PR libc/2916].
1347         * sysdeps/ia64/dl-tls.h: New file.
1349 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
1351         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
1352         Work around an Alpha gas bug.
1354 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
1356         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
1357         uses read to load the catalog.
1358         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
1360 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
1362         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
1363         regex_internal.c, and regex_internal.h.
1364         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
1365         * posix/regex.c: Complete rewrite.
1366         * posix/regexec.c: New file.
1367         * posix/regcomp.c: New file.
1368         * posix/regex_internal.c: New file.
1369         * posix/regex_internal.h: New file.
1370         * posix/regex.h (RE_ICASE): New macro.
1371         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
1373         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
1374         ungetwc.  It's a macro.
1375         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
1376         implementation.
1377         Reported by Jason Merrill <jason@redhat.com>.
1379 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
1381         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
1382         position to fp->_offset if it is set.
1383         * stdio-common/Makefile (tests): Add tst-fdopen.
1384         * stdio-common/tst-fdopen.c: New test.
1386 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
1388         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
1389         * stdio-common/tst-ungetc.c (main): Add another test.
1391 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
1393         * assert/assert-perr.c: Use INTUSE to reference functions and variables
1394         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
1395         aliases.  Add prototypes for the new aliases.
1396         * assert/assert.c: Likewise.
1397         * include/libc-symbols.h: Likewise.
1398         * include/stdio.h: Likewise.
1399         * include/netinet/in.h: Likewise.
1400         * include/rpc/auth.h: Likewise.
1401         * include/rpc/auth_unix.h: Likewise.
1402         * include/rpc/key_prot.h: Likewise.
1403         * include/rpc/pmap_prot.h: Likewise.
1404         * include/rpc/pmap_rmt.h: Likewise.
1405         * include/rpc/rpc_msg.h: Likewise.
1406         * include/rpc/xdr.h: Likewise.
1407         * inet/gethstbyad_r.c: Likewise.
1408         * inet/gethstbynm2_r.c: Likewise.
1409         * inet/gethstbynm_r.c: Likewise.
1410         * inet/gethstent_r.c: Likewise.
1411         * inet/in6_addr.c: Likewise.
1412         * libio/__fpurge.c: Likewise.
1413         * libio/filedoalloc.c: Likewise.
1414         * libio/fileops.c: Likewise.
1415         * libio/ftello.c: Likewise.
1416         * libio/ftello64.c: Likewise.
1417         * libio/genops.c: Likewise.
1418         * libio/iofclose.c: Likewise.
1419         * libio/iofdopen.c: Likewise.
1420         * libio/iofflush.c: Likewise.
1421         * libio/iofflush_u.c: Likewise.
1422         * libio/iofgetpos.c: Likewise.
1423         * libio/iofgetpos64.c: Likewise.
1424         * libio/iofgets.c: Likewise.
1425         * libio/iofgets_u.c: Likewise.
1426         * libio/iofopen.c: Likewise.
1427         * libio/iofopncook.c: Likewise.
1428         * libio/iofputs.c: Likewise.
1429         * libio/iofread.c: Likewise.
1430         * libio/iofread_u.c: Likewise.
1431         * libio/iofsetpos.c: Likewise.
1432         * libio/iofsetpos64.c: Likewise.
1433         * libio/ioftell.c: Likewise.
1434         * libio/iofwrite.c: Likewise.
1435         * libio/iogetline.c: Likewise.
1436         * libio/iogets.c: Likewise.
1437         * libio/iogetwline.c: Likewise.
1438         * libio/iolibio.h: Likewise.
1439         * libio/iopadn.c: Likewise.
1440         * libio/iopopen.c: Likewise.
1441         * libio/ioseekoff.c: Likewise.
1442         * libio/ioseekpos.c: Likewise.
1443         * libio/iosetbuffer.c: Likewise.
1444         * libio/iosetvbuf.c: Likewise.
1445         * libio/ioungetc.c: Likewise.
1446         * libio/ioungetwc.c: Likewise.
1447         * libio/iovdprintf.c: Likewise.
1448         * libio/iovsprintf.c: Likewise.
1449         * libio/iovsscanf.c: Likewise.
1450         * libio/libioP.h: Likewise.
1451         * libio/memstream.c: Likewise.
1452         * libio/obprintf.c: Likewise.
1453         * libio/oldfileops.c: Likewise.
1454         * libio/oldiofclose.c: Likewise.
1455         * libio/oldiofdopen.c: Likewise.
1456         * libio/oldiofgetpos.c: Likewise.
1457         * libio/oldiofgetpos64.c: Likewise.
1458         * libio/oldiofopen.c: Likewise.
1459         * libio/oldiofsetpos.c: Likewise.
1460         * libio/oldiofsetpos64.c: Likewise.
1461         * libio/oldiopopen.c: Likewise.
1462         * libio/oldstdfiles.c: Likewise.
1463         * libio/putc.c: Likewise.
1464         * libio/setbuf.c: Likewise.
1465         * libio/setlinebuf.c: Likewise.
1466         * libio/stdfiles.c: Likewise.
1467         * libio/stdio.c: Likewise.
1468         * libio/strops.c: Likewise.
1469         * libio/vasprintf.c: Likewise.
1470         * libio/vscanf.c: Likewise.
1471         * libio/vsnprintf.c: Likewise.
1472         * libio/vswprintf.c: Likewise.
1473         * libio/wfiledoalloc.c: Likewise.
1474         * libio/wfileops.c: Likewise.
1475         * libio/wgenops.c: Likewise.
1476         * libio/wstrops.c: Likewise.
1477         * malloc/mtrace.c: Likewise.
1478         * misc/error.c: Likewise.
1479         * misc/syslog.c: Likewise.
1480         * nss/getXXbyYY_r.c: Likewise.
1481         * nss/getXXent_r.c: Likewise.
1482         * nss/hosts-lookup.c: Likewise.
1483         * stdio-common/getw.c
1484         * stdio-common/printf-prs.c: Likewise.
1485         * stdio-common/printf_fp.c: Likewise.
1486         * stdio-common/printf_size.c: Likewise.
1487         * stdio-common/putw.c: Likewise.
1488         * stdio-common/scanf.c: Likewise.
1489         * stdio-common/sprintf.c: Likewise.
1490         * stdio-common/tmpfile64.c: Likewise.
1491         * stdio-common/vfprintf.c: Likewise.
1492         * stdio-common/vfscanf.c: Likewise.
1493         * stdlib/strfmon.c: Likewise.
1494         * sunrpc/auth_des.c: Likewise.
1495         * sunrpc/auth_none.c: Likewise.
1496         * sunrpc/auth_unix.c: Likewise.
1497         * sunrpc/authdes_prot.c: Likewise.
1498         * sunrpc/authuxprot.c: Likewise.
1499         * sunrpc/clnt_perr.c: Likewise.
1500         * sunrpc/clnt_raw.c: Likewise.
1501         * sunrpc/clnt_tcp.c: Likewise.
1502         * sunrpc/clnt_udp.c: Likewise.
1503         * sunrpc/clnt_unix.c: Likewise.
1504         * sunrpc/key_call.c: Likewise.
1505         * sunrpc/key_prot.c: Likewise.
1506         * sunrpc/openchild.c: Likewise.
1507         * sunrpc/pm_getmaps.c: Likewise.
1508         * sunrpc/pm_getport.c: Likewise.
1509         * sunrpc/pmap_clnt.c: Likewise.
1510         * sunrpc/pmap_prot.c: Likewise.
1511         * sunrpc/pmap_prot2.c: Likewise.
1512         * sunrpc/pmap_rmt.c: Likewise.
1513         * sunrpc/rpc_cmsg.c: Likewise.
1514         * sunrpc/rpc_prot.c: Likewise.
1515         * sunrpc/svc_authux.c: Likewise.
1516         * sunrpc/svc_raw.c: Likewise.
1517         * sunrpc/svc_simple.c: Likewise.
1518         * sunrpc/svc_tcp.c: Likewise.
1519         * sunrpc/svc_udp.c: Likewise.
1520         * sunrpc/svc_unix.c: Likewise.
1521         * sunrpc/xdr.c: Likewise.
1522         * sunrpc/xdr_array.c: Likewise.
1523         * sunrpc/xdr_mem.c: Likewise.
1524         * sunrpc/xdr_rec.c: Likewise.
1525         * sunrpc/xdr_ref.c: Likewise.
1526         * sunrpc/xdr_stdio.c: Likewise.
1527         * sysdeps/generic/_strerror.c: Likewise.
1528         * sysdeps/generic/printf_fphex.c: Likewise.
1529         * sysdeps/generic/tmpfile.c: Likewise.
1530         * sysdeps/gnu/errlist.awk: Likewise.
1531         * sysdeps/gnu/errlist.c: Likewise.
1533         * libio/Makefile (routines): Remove iosprint.
1534         * libio/iosprintf.c: Removed
1537 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
1539         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
1540         non_dynamic_init and exported now.
1541         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
1542         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
1543         !SHARED.
1544         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
1545         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
1546         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
1548 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
1550         * elf/dl-close.c (free_slotinfo): Check for end of list and return
1551         true in this case.
1553         * locale/iso-639.def: Add language codes for Walloon.
1555         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
1556         total number of relocations performed.
1558         * elf/sprof.c (load_profdata): If do_test provide information as
1559         to why loading failed.
1560         * elf/dl-profile.c (_dl_start_profile): Initialize all of
1561         hist_hdr.dimen.
1563         * csu/set-init.c: Moved to...
1564         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
1565         * csu/Makefile: Don't compile set-init.
1566         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
1567         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
1568         to __libc_init.
1569         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
1570         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
1571         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
1572         __libc_init.
1573         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
1574         __libc_subinit.
1576 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
1578         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
1579         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
1580         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
1581         (_dl_deallocate_tls): New function.
1582         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
1583         _dl_deallocate_tls.
1585 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
1587         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
1588         * stdio-common/tst-fseek.c (main): Add test for this.
1590 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
1592         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
1594 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
1596         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
1597         pointer before dereferencing.
1599 2002-02-18  Roland McGrath  <roland@frob.com>
1601         * sysdeps/mach/hurd/times.c: Fix typo in last change.
1603         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
1604         Use task_policy in place of task_priority.
1606         * sysdeps/generic/bits/mman.h
1607         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
1608         * sysdeps/mach/msync.c: New file.
1610         * sysdeps/mach/powerpc/syscall.S: New file.
1612         * mach/msg.c [MACH_MSG_OVERWRITE]
1613         (__mach_msg_trap, __mach_msg_overwrite): New functions.
1614         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
1616         * sysdeps/mach/configure.in: Check for clock.defs to put into
1617         mach_interface_list.
1618         * sysdeps/mach/configure: Regenerated.
1620         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
1621         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
1622         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
1623         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
1624         (mach-shortcuts): Add device_read_overwrite_request,
1625         device_read_overwrite, vm_read_overwrite, thread_switch.
1627         * configure.in (base_machine): Set to $machine by default.
1628         * configure: Regenerated.
1630         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
1631         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
1632         * sysdeps/mach/configure: Regenerated.
1633         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
1635         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
1637         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
1639         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
1640         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
1642 2002-02-17  Roland McGrath  <roland@frob.com>
1644         * sysdeps/mach/hurd/times.c
1645         [NO_CREATION_TIME] (startup_time): New static variable.
1646         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
1647         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
1648         creation_time from task_basic_info.
1649         (__times): Use __gettimeofday instead of __host_get_time.
1651         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
1652         Use untyped Mach IPC message format.
1654         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
1656         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
1657         _S_catch_exception_raise_state_identity,
1658         _hurdsig_fault_catch_exception_raise_state,
1659         _hurdsig_fault_catch_exception_raise_state_identity.
1661         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
1663         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
1664         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
1666         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
1667         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
1669         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
1670         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
1671         them as no-op macros.
1672         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
1673         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
1675         * sysdeps/powerpc/dl-machine.h
1676         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
1678         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
1679         Use untyped Mach IPC message format.
1681         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
1682         Handle untyped Mach IPC message formats.
1684         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
1685         Expect different argument conventions when this is defined.
1686         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
1687         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
1688         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
1689         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
1690         for OSF Mach variant.
1691         (faulted): Use mig_reply_error_t for REPLY.
1692         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
1693         in __thread_set_exception_ports call.
1694         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
1695         __mach_port_set_attributes in place of __mach_port_set_qlimit.
1697         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
1698         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
1699         on Darwin, which includes bogons.
1701         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
1702         variable LOADBASE so it's not declared when it's not used.
1704 2002-02-16  Roland McGrath  <roland@frob.com>
1706         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
1707         to use BI.creation_time.
1709         * mach/Machrules (MIG): Add -x c to CPP value passed down.
1711         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
1712         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
1713         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
1714         host_page_size instead of vm_statistics.
1716         * sysdeps/mach/Makefile (mach-before-compile): Don't include
1717         mach_interface.h here, since not all variants use that name.
1719         * sysdeps/mach/configure.in: Add some checks for Mach headers
1720         to ensure a sane installation.
1721         (mach_interface_list): Define this variable by checking for .defs
1722         files found in various variants.
1723         * configure.in (mach_interface_list): AC_SUBST this.
1724         * config.make.in (mach-interface-list): New substituted variable.
1725         * mach/Makefile (user-interfaces): Define this using the value
1726         of $(mach-interface-list) instead of mach, mach4.
1727         Updated other references to mach_interface to use it as well.
1729         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
1731         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
1732         mig_reply_error_t for OSF Mach variant.
1734         * mach/Makefile (routines): Remove bootprivport.
1735         * mach/bootprivport.c: File removed.  It has never been used.
1737         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
1738         Grok the OSF flavor of message format.
1739         (mach_msg_destroy_port): For MAKE_SEND and
1740         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
1741         no-senders notification.
1743 2002-02-06  Roland McGrath  <roland@frob.com>
1745         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
1746         to here if 2.0 compatibility enabled ...
1747         (libc: GLIBC_2.1.3): ... from here.
1749 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
1751         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
1752         generation counter.
1753         * elf/dl-close.c (_dl_close): Likewise.
1755 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
1757         * elf/Makefile: Add rules to build and run tst-tls8.
1758         * elf/tst-tls8.c: New file.
1759         * elf/tst-tlsmod4.c: New file.
1761         * stdlib/test-a64l.c (tests): Add more test cases.
1763         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
1764         Reported by Walter Harms <WHarms@bfs.de>.
1766 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
1768         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
1769         definitions for struct sigcontext.
1770         Suggested by David Mosberger-Tang.
1772 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
1774         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
1775         for removing reference of module in slotinfo list.
1776         (_dl_close): Use remove_slotinfo.
1777         * sysdeps/generic/dl-tls.c: General pretty printing.
1778         (oom): Define only if SHARED.
1779         (_dl_next_tls_modid): Correct starting point for the case we assume
1780         there is a gap.  Add missing instruction grouping (doh!).  Correct
1781         tests for reaching maximum index.
1782         * elf/Makefile: Add rules to build and run tst-tls7.
1783         * elf/tst-tls7.c: New file.
1784         * elf/tst-tlsmod3.c: New file.
1786         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
1787         USE_TLS.
1788         * elf/tst-tlsmod2.c: Likewise.
1790         * elf/dl-close.c (_dl_close): When closing an object using TLS
1791         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
1792         true.  Increment dl_tls_generation only if we closed any TLS-using
1793         object.
1794         * elf/tst-tls6.c: New file.
1795         * elf/Makefile: Add rules to build and run tst-tls6.
1797         * po/da.po: Update from translation team.
1799         * locale/categories.def: Fix typo [PR libc/2948].
1800         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
1801         [PR libc/2949].
1802         * locale/iso-4217.def: Update from official version [PR libc/2950].
1803         * glibcbug.in: Honor TMPDIR [PR libc/2951].
1804         * locale/programs/ld-collate.c (collate_finish): Bail out with a
1805         message if input is too confusion instead of using assert.
1806         (collate_read): Don't crash on unknown symbol [PR libc/2952].
1807         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
1809         * elf/tst-tls1.c: Move #include "tls-macros.h" instead #ifdef USE_TLS.
1810         * elf/tst-tls2.c: Likewise.
1811         * elf/tst-tls3.c: Likewise.
1813 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
1815         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
1817 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
1819         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
1820         if this is really necessary.
1822         * elf/dl-close.c (_dl_close): Implement freeing entries in the
1823         slotinfo array.
1824         (free_mem): Free memory for the slotinfo array if possible.
1826 2002-02-12  Andreas Schwab  <schwab@suse.de>
1828         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
1830 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
1832         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
1833         TLS_DTV_UNALLOCATE.
1834         (oom): New function.
1835         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
1836         (_dl_determine_tlsoffset): Likewise.
1837         (_dl_allocate_tls): Likewise.
1838         (__TLS_GET_ADDR): Define if not already defined.
1839         (_dl_tls_symaddr): New function.
1840         (allocate_and_init): New function.
1841         (__tls_get_addr): Actually implement handling of generation counter
1842         and deferred allocation.
1843         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
1844         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
1845         _dl_tls_generation.
1846         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
1847         Declare _dl_tls_symaddr.
1848         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
1849         SHARED.
1850         * include/link.h (struct link_map):  Remove l_tls_nextimage and
1851         l_tls_previmage.
1852         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
1853         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
1854         (_dl_vsym): Likewise.
1855         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
1856         layout.
1857         (dl_main): Allow PT_TLS be present for empty segment.  Remove
1858         nextimage list handling.  Instead add all modules using TLS to
1859         dl_tls_dtv_slotinfo_list.
1860         * elf/dl-open.c (dl_open_worker): After successfully loading all
1861         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
1862         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
1863         empty segment don't do anything.  Remove handling of initimage list.
1864         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
1865         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
1866         * elf/dl-minimal.c: Define __libc_memalign.
1867         * elf/dl-support.c: Remove _dl_initimage_list.  Add
1868         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
1869         _dl_tls_generation.
1870         * include/stdlib.h: Declare __libc_memalign.
1872         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
1873         * elf/tst-tls4.c: New file.
1874         * elf/tst-tls5.c: New file.
1875         * elf/tst-tlsmod2.c: New file.
1877         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
1879         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
1881         * elf/tst-tls1.c: Use test-skeleton.c.
1882         * elf/tst-tls2.c: Likewise.
1883         * elf/tst-tls3.c: Likewise.
1885         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
1887 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
1889         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
1891 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
1893         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
1895         * elf/tst-tls3.c: New file.
1896         * elf/tst-tlsmod1.c: New file.
1897         * elf/Makefile: Add rules to build and run tst-tls3.
1899         * sysdeps/i386/dl-machine.h: Include <tls.h>.
1900         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
1901         TLS relocations.
1903         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
1905         * po/fr.po: Update from translation team.
1907         * elf/tls-macros.h: Add alternative macros for use in PIC.
1909         * elf/dl-lookup.c: Include <tls.h>.
1910         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
1912         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
1913         required by passing pointer to last element of the list.
1915         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
1916         l_tls_initimage to a place where it actually is performed.
1918         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
1919         after globfree() calls.
1921         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
1922         (openaux): Pass open_mode as new last argument to _dl_map_object.
1923         (_dl_map_object_deps): Add new argument open_mode.  Initialize
1924         open_mode element of args variable with it.
1925         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
1926         _dl_map_object_deps.
1927         * elf/rtld.c (dl_main): Add zero as last parameter to
1928         _dl_map_object_deps call.
1929         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
1930         * elf/nodlopen2.c: New file.
1931         * elf/nodlopenmod2.c: New file.
1932         * elf/Makefile: Add rules to build and run nodlopen2.
1934         * elf/tst-tls1.c: Move TLS helper macros to...
1935         * elf/tls-macros.h: ...here.  New file.
1936         * elf/tst-tls2.c: New file.
1937         * elf/Makefile (tests): Add tst-tls2.
1938         (distribute): Add tls-macros.h.
1940         * po/sv.po: Update from translation team.
1942         * elf/tst-tls1.c (main): Add complete set of tests.  Split
1943         architecture specific definitions from the actual test code.
1945         * po/tr.po: Update from translation team.
1947 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
1949         * elf/Makefile (tests): Add tst-tls1.
1950         * elf/tst-tls1.c: New file.
1952         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
1953         alignment of TCB for now.
1955         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
1956         initialization image for the application itself.
1958         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
1959         loop to initialize TLS block.
1961 2002-02-08  Richard Henderson  <rth@redhat.com>
1963         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
1964         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
1966         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
1968 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
1970         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
1972 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
1974         * po/ca.po: Update from translation team.
1975         * po/sk.po: Likewise.
1977         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
1978         (dl_main): Move dtv/static TLS handling before relocation.
1979         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
1980         TLS_INIT_TP to allocate and install the dtv/static TLS block.
1981         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
1982         so far uses TLS initialize GL(dl_tls_static_size) and
1983         GL(dl_tls_static_align) to account for the TCB.
1984         (_dl_allocate_tls): New function.
1985         * sysdeps/generic/ldsodefs.h (rtld_global): Add
1986         _dl_initial_dtv_malloced.
1988         * configure.in: Test for __builtin_memset more realistically.
1990         * csu/version.c (banner): If TLS support is available say so.
1992 2002-02-04  H.J. Lu  <hjl@gnu.org>
1994         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
1995         __attribute_used__.
1996         (__dl_runtime_resolve): Likewise.
1998         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
1999         declaration.
2001 2001-11-15  H.J. Lu  <hjl@gnu.org>
2003         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
2004         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
2006         * sysdeps/unix/sysv/linux/mips/sys/user.h: New.
2008 2002-02-07  H.J. Lu  <hjl@gnu.org>
2010         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
2011         ".set noreorder".
2012         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
2013         Likewise.
2015 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
2017         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
2019         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
2020         ___tls_get_addr_internal.
2021         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
2023         * po/ko.po: Update from translation team.
2025 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
2027         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
2028         attribute, change __pad{1,2} type to unsigned int.
2029         (struct stat64): Remove packed attribute.
2031 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
2033         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
2035 2002-02-07  Andreas Schwab  <schwab@suse.de>
2037         * configure.in: Fix check for -zcombreloc.
2039 2002-02-06  H.J. Lu  <hjl@gnu.org>
2041         * config.h.in (HAVE_BUILTIN_MEMSET): New.
2042         * configure.in: Check if __builtin_memset really works.
2043         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
2044         __GNUC_PREREQ (2, 96) before using __builtin_memset.
2046 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
2048         * io/bug-ftw3.c (main): Don't try the test if root.
2050 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2052         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
2053         constraints.
2054         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
2055         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
2056         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
2057         Likewise.
2058         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
2059         a weak alias for __clone.
2060         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
2061         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
2062         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
2063         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
2064         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
2065         a weak alias for __mmap64.
2067 2002-02-05  H.J. Lu  <hjl@gnu.org>
2069         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
2070         (atomic_add): Likewise.
2071         (compare_and_swap): Likewise.
2072         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
2074 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
2076         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
2078         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
2079         alignment of the TCB and store total size and alignment of static
2080         TLS block in _dl_tls_static_size and _dl_tls_static_align.
2081         tls_index is a typedef.
2082         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
2083         _dl_tls_static_align.
2084         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
2085         * elf/dl-support.c: Define _dl_tls_static_size and
2086         _dl_tls_static_align.
2088 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
2090         * configure.in: Add --without-tls option.
2091         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
2092         --without-tls is given.
2094         * sysdeps/generic/dl-tls.c: Include <tls.h>.
2096         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
2098 2002-02-06  Roland McGrath  <roland@frob.com>
2100         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
2101         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
2103         * scripts/versions.awk: Improve error message for missing version.
2104         Each version inherits from the last one only if they have the same
2105         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
2106         but not GLIBC_x and FOO_y.
2108         * scripts/firstversions.awk: Handle libraries that don't have each
2109         particular version named in the third column of shlib-versions.
2111         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
2113 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
2115         * Versions.def [ld]: Add GLIBC_2.3.
2116         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
2117         * elf/Makefile (dl-routines): Add dl-tls.
2118         (distribute): Add dl-tls.h.
2119         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
2120         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
2121         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
2122         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
2123         along with the other info in the link map.  Change queueing of init
2124         images for double linked list.  Use _dl_next_tls_modid to compute
2125         l_tls_modid.
2126         * elf/rtld.c (_dl_start_final): Store alignment requirement
2127         along with the other info in rtld map and executable map.
2128         (dl_main): Add ld.so to the init image list if necessary.  Compute
2129         final module ID with _dl_next_tls_modid.
2130         * include/link.h (struct link_map): Add l_tls_previmage and
2131         l_tls_align.
2132         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
2133         * sysdeps/i386/elf/Versions: New file.
2134         * sysdeps/generic/dl-tls.c: New file.
2135         * sysdeps/generic/dl-tls.h: New file.
2136         * sysdeps/i386/dl-tls.h: New file.
2138 2002-02-06  Roland McGrath  <roland@frob.com>
2140         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
2141         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
2143 2002-01-05  Roland McGrath  <roland@frob.com>
2145         * sysdeps/mach/configure.in: New file.
2146         * sysdeps/mach/configure: New generated file.
2148         * mach/Makefile (user-interfaces): Remove default_pager_helper.
2149         It has never been used by anything.
2151 2002-02-06  H.J. Lu  <hjl@gnu.org>
2153         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
2154         is included.
2156 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
2158         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
2159         attribute((packed)) to counter stupid people misusing gcc options.
2160         (struct stat64): Likewise.
2162 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
2164         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
2165         the variables which are used as booleans.
2167 2002-02-06  Andreas Jaeger  <aj@suse.de>
2169         * include/libc-symbols.h (INTUSE): Renamed from INT.
2170         * elf/dl-deps.c: Change users.
2171         * sysdeps/generic/dl-sysdep.c: Likewise.
2172         * sysdeps/generic/dl-cache.c: Likewise.
2173         * elf/dl-reloc.c: Likewise.
2174         * elf/rtld.c: Likewise.
2175         * elf/dl-version.c: Likewise.
2176         * elf/dl-load.c: Likewise.
2177         * elf/dl-dst.h: Likewise.
2178         * elf/dl-init.c: Likewise.
2179         * elf/dl-error.c: Likewise.
2180         * elf/dl-fini.c: Likewise.
2181         * elf/dl-runtime.c: Likewise.
2182         * elf/do-lookup.h: Likewise.
2184         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
2185         definition.
2186         * stdio-common/_itowa.h: Likewise.
2188 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
2190         * elf/dl-minimal.c: Define _itoa_lower_digits.
2192         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
2193         DT_FLAGS set.
2195         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
2196         loading modules with the DF_STATIC_TLS flag set.
2197         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
2198         element.
2199         * include/link.h (struct link_map): Add l_flags field.
2200         * elf/elf.h (DF_STATIC_TLS): New definition.
2202         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
2203         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
2205         * elf/rtld.c (process_dl_debug): Correct printing help message.
2206         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
2207         for %s.
2209         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
2210         definition and pass &errno in use of this variable.
2211         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
2213 2002-02-04  Andreas Schwab  <schwab@suse.de>
2215         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
2216         * locale/programs/charmap-dir.c: Wrap calls that output messages
2217         with WITH_CUR_LOCALE.  Include "localedef.h" first.
2218         * locale/programs/charmap.c: Likewise.
2219         * locale/programs/ld-address.c: Likewise.
2220         * locale/programs/ld-collate.c: Likewise.
2221         * locale/programs/ld-ctype.c: Likewise.
2222         * locale/programs/ld-identification.c: Likewise.
2223         * locale/programs/ld-measurement.c: Likewise.
2224         * locale/programs/ld-messages.c: Likewise.
2225         * locale/programs/ld-monetary.c: Likewise.
2226         * locale/programs/ld-name.c: Likewise.
2227         * locale/programs/ld-numeric.c: Likewise.
2228         * locale/programs/ld-paper.c: Likewise.
2229         * locale/programs/ld-telephone.c: Likewise.
2230         * locale/programs/ld-time.c: Likewise.
2231         * locale/programs/linereader.c: Likewise.
2232         * locale/programs/linereader.h: Likewise.
2233         * locale/programs/localedef.c: Likewise.
2234         * locale/programs/locfile.c: Likewise.
2235         * locale/programs/repertoire.c: Likewise.
2237 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
2239         * elf/rtld.c (_dl_start_final): Determine load address to locate
2240         ehdr with GL(dl_rtld_map).l_map_start.
2242         * po/ca.po: Update from translation team.
2244         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
2245         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
2246         header entry.
2247         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
2248         _dl_tls_module_cnt.
2249         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
2251 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
2253         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
2254         * include/link.h (struct link_map): Add various members for TLS
2255         information.
2256         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
2257         _rtld_tlsoffset, add _dl_initimage_list.
2258         * sysdeps/i386/dl-lookupcfg.h: New file.
2259         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
2260         TLS relocation.  When using TLS we now use RESOLVE_MAP.
2261         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
2262         is used.
2264         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
2265         unused.
2267         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
2268         thread-pointer as soon as possible.
2269         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
2270         elements in rtld_global.
2271         * sysdeps/generic/tls.h: New file.
2272         * elf/Makefile (distribute): Add tls.h.
2273         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
2274         relocations.  Not complete yet.
2276         * resolv/resolv.h: Allow user to define __need_res_state and only
2277         define __res_start structure then.
2278         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
2280         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
2281         dl_cpuclock_offset initialization to _dl_start_final.
2282         (_dl_show_auxv): Avoid unnecessary sign extension.
2283         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
2285 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
2287         * config.h.in: Add HAVE_TLS_SUPPORT.
2288         * sysdeps/i386/elf/configure.in: New file.
2290 2002-02-03  Andreas Schwab  <schwab@suse.de>
2292         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
2293         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
2295 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
2297         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
2298         alloca if the memory reqirements are too high.
2300 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
2302         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
2303         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
2304         the former is available anyway and speed isn't important here.
2305         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
2306         * elf/dl-version.c (match_symbol): Likewise.
2307         (_dl_check_map_versions): Likewise.
2308         * elf/rtld.c (process_envvars): Likewise.
2309         (print_statistics): Likewise.
2310         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
2311         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
2312         bases.  Add assert to catch uses of unimplemented features.
2313         (__strsep): Add assert to catch uses of unimplemented features.
2314         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
2315         and avoid inline optimization.
2316         * elf/rtld.c (process_envvars): Likewise.
2317         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
2318         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
2319         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
2321 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
2323         * stdio-common/_itoa.h: Minor simplifications of the code.
2324         * stdio-common/_itoa.c: Likewise.
2326         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
2327         instead of _dl_printf for debugging info output.
2329         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
2330         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
2332 2002-02-01  H.J. Lu  <hjl@gnu.org>
2334         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
2335         (atomic_add): Likewise.
2336         (compare_and_swap): Return 0 only when failed to compare. Use
2337         branch likely.
2339         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
2340         branch likely.
2342 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
2344         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
2346 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
2348         * elf/dl-minimal.c (__strsep): New minimal implementation.
2350 2002-02-02  Paul Eggert  <eggert@twinsun.com>
2352         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
2353         (__mktime_internal): If no tm_isdst is requested, prefer solutions
2354         with tm_isdst > 0 when the requested time falls within a
2355         spring-forward gap [PR libc/2894].
2357 2002-02-03  Andreas Schwab  <schwab@suse.de>
2359         * stdio-common/tst-rndseek.c: Increase timeout.
2361 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
2363         Change ld.so to not use functions which are exported.  One cannot
2364         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
2365         definitions.
2366         * include/libc-symbols.h: Define INT and INTDEF.
2367         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
2368         _dl_signal_error_internal, _dl_map_object_internal,
2369         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
2370         _dl_lookup_versioned_symbol_internal,
2371         _dl_relocate_object_internal, _dl_debug_state_internal,
2372         _dl_start_profile_internal, and _dl_unload_cache_internal.
2373         * include/dlfcn.h: Declare _dl_catch_error_internal.
2374         * elf/rtld.c: Use INT for calls to any of the *_internal functions
2375         above.  Add INTDEF to function definitions.
2376         * elf/dl-debug.c: Likewise.
2377         * elf/dl-deps.c: Likewise.
2378         * elf/dl-dst.h: Likewise.
2379         * elf/dl-error.c: Likewise.
2380         * elf/dl-fini.c: Likewise.
2381         * elf/dl-init.c: Likewise.
2382         * elf/dl-load.c: Likewise.
2383         * elf/dl-lookup.c: Likewise.
2384         * elf/dl-misc.c: Likewise.
2385         * elf/dl-open.c: Likewise.
2386         * elf/dl-profile.c: Likewise.
2387         * elf/dl-reloc.c: Likewise.
2388         * elf/dl-runtime.c: Likewise.
2389         * elf/dl-version.c: Likewise.
2390         * elf/do-lookup.h: Likewise.
2391         * sysdeps/generic/dl-cache.c: Likewise.
2392         * sysdeps/generic/dl-sysdep.c: Likewise.
2393         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
2394         instead of _dl_init.
2395         * sysdeps/arm/dl-machine.h: Likewise.
2396         * sysdeps/cris/dl-machine.h: Likewise.
2397         * sysdeps/hppa/dl-machine.h: Likewise.
2398         * sysdeps/i386/dl-machine.h: Likewise.
2399         * sysdeps/ia64/dl-machine.h: Likewise.
2400         * sysdeps/m68k/dl-machine.h: Likewise.
2401         * sysdeps/mips/dl-machine.h: Likewise.
2402         * sysdeps/mips/mips64/dl-machine.h: Likewise.
2403         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
2404         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2405         * sysdeps/sh/dl-machine.h: Likewise.
2406         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
2407         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
2408         * sysdeps/x86_64/dl-machine.h: Likewise.
2409         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
2411         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
2412         and _dl_debug_initialize.
2414         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
2415         more information.
2416         * elf/rtld.c (dl_main): Avoid strrchr.
2417         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
2418         result of readlink.  Search from the back for '/'.
2420         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
2421         strncpy if possible.
2423         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
2424         strncmp.
2425         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
2426         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
2427         strspn, and strcspn.
2428         (process_envvars): Don't use strcspn.
2430         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
2431         (_dl_dst_substitute): Likewise.
2433 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
2435         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
2436         code which is never used when relocating ld.so itself.
2438         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
2439         starting ld.so itself.  Move l_addr variable initialization closer
2440         to use.
2441         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
2443 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
2445         * Versions.def (libc): Add GLIBC_PRIVATE.
2446         (libdb, libnss_db, libdb1): Remove.
2447         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
2448         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
2449         (libpthread): Add GLIBC_PRIVATE.
2450         (libresolv): Likewise, remove GLIBC_2.1.
2451         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
2452         GLIBC_2.2.3, GLIBC_2.3.
2453         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
2454         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
2455         _dl_sym, _dl_vsym): Likewise.
2456         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
2457         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
2458         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
2459         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
2460         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
2461         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
2462         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
2463         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
2464         Likewise.
2465         (_dl_object_relocation_scope): Remove.
2466         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
2467         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
2468         __gconv_cache): Move to GLIBC_PRIVATE.
2469         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
2470         __internal_setnetgrent): Likewise.
2471         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
2472         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
2473         * locale/Versions (__collate_element_hash, __collate_element_strings,
2474         __collate_symbol_classes, __collate_symbol_hash,
2475         __collate_symbol_strings, _nl_current_LC_COLLATE,
2476         _nl_current_LC_CTYPE): Likewise.
2477         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
2478         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
2479         (libnss_nis, libnss_nisplus): Likewise.
2480         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
2481         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
2482         (libnss_files): Move all symbols to GLIBC_PRIVATE.
2483         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
2484         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
2485         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
2486         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
2487         __ns_get16, __ns_samename): Likewise.
2488         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
2489         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
2490         GLIBC_PRIVATE.
2491         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
2492         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
2493         __libc_connect): Likewise.
2494         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
2495         Likewise.
2496         * stdlib/Versions (__libc_system): Likewise.
2497         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
2498         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
2499         * sysdeps/ia64/fpu/Versions: Likewise.
2500         * sysdeps/ia64/Versions: Likewise.
2501         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2502         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
2503         to GLIBC_PRIVATE.
2504         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
2505         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
2506         __libc_sigaction): Likewise.
2507         * termios/Versions (__libc_tcdrain): Likewise.
2509         * misc/sys/cdefs (__attribute_noinline__): Define.
2510         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
2511         __attribute_noinline__.
2513         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
2514         * elf/dl-xstat64.c: New file.
2515         * elf/dl-fxstat64.c: New file.
2516         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
2517         don't export __fxstat64 at multiple versions.
2518         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
2519         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
2521 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
2523         * locale/program/ld-collate.c (collate_finish): Assign a wide
2524         char collation sequence value to multi character collating
2525         elements, and avoid over writing by non-character elements.
2527 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
2529         * elf/Makefile (distribute): Add dl-procinfo.c.
2530         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
2531         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
2533 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
2535         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
2536         definition.
2537         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
2538         _rtld_global struct.
2539         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
2540         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
2541         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
2542         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
2543         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
2544         _dl_fpu_control_set): Remove unused externs.
2545         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
2546         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
2547         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
2548         related variables in _rtld_global struct.
2549         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
2550         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
2551         unused extern.
2553 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
2555         * sysdeps/generic/dl-procinfo.c: New file.
2557 2002-02-01  Andreas Schwab  <schwab@suse.de>
2559         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
2561 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
2563         * elf/rtld.c (_dl_start): Mark as internal_function.
2564         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
2565         in register.
2566         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
2567         General pretty printing.
2569 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
2571         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
2572         * elf/dl-reloc.c: Pretty printing.
2573         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
2574         procinfo-related variables in rtld_global struct.
2575         * elf/dl-support.c: Likewise.
2576         * elf/rtld.c: Likewise.
2577         * sysdeps/i386/i686/Makefile: Likewise.
2578         * sysdeps/i386/i686/hp-timing.c: Likewise.
2579         * sysdeps/i386/i686/hp-timing.h: Likewise.
2580         * sysdeps/ia64/Makefile: Likewise.
2581         * sysdeps/ia64/hp-timing.c: Likewise.
2582         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
2583         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
2584         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
2585         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
2586         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
2587         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
2588         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
2589         * sysdeps/x86_64/Makefile: Likewise.
2591         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
2592         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
2593         _dl_debug_fd to rtld_global.
2594         * elf/Versions: Likewise.
2595         * elf/dl-close.c: Likewise.
2596         * elf/dl-iteratephdr.c: Likewise.
2597         * elf/dl-lookup.c: Likewise.
2598         * elf/dl-misc.c: Likewise.
2599         * elf/dl-open.c: Likewise.
2600         * elf/dl-support.c: Likewise.
2601         * elf/do-lookup.h: Likewise.
2602         * elf/rtld.c: Likewise.
2603         * sysdeps/generic/dl-cache.c: Likewise.
2604         * sysdeps/generic/dl-sysdep.c: Likewise.
2605         * sysdeps/ia64/Versions: Likewise.
2606         * sysdeps/unix/clock_gettime.c: Likewise.
2607         * sysdeps/unix/clock_settime.c: Likewise.
2608         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
2609         * sysdeps/sparc/Versions: Removed.
2610         * sysdeps/i386/i686/Versions : Removed.
2611         * sysdeps/x86_64/Versions: Removed.
2612         * configure.in: Define HAVE_PROTECTED if .protected is available.
2613         * config.h.in: Add entry for HAVE_PROTECTED.
2615 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
2617         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
2618         code in struct _rtld_global.  Export this struct, remove all
2619         exports for the signal variables.
2620         * sysdeps/arm/dl-machine: Likewise.
2621         * sysdeps/generic/dl-origin: Likewise.
2622         * sysdeps/generic/dl-sysdep: Likewise.
2623         * sysdeps/generic/dl-cache: Likewise.
2624         * sysdeps/hppa/dl-fptr: Likewise.
2625         * sysdeps/hppa/dl-machine: Likewise.
2626         * sysdeps/cris/dl-machine: Likewise.
2627         * sysdeps/i386/dl-machine: Likewise.
2628         * sysdeps/ia64/dl-machine: Likewise.
2629         * sysdeps/m68k/dl-machine: Likewise.
2630         * sysdeps/mach/hurd/dl-sysdep: Likewise.
2631         * sysdeps/mips/mips64/dl-machine: Likewise.
2632         * sysdeps/mips/dl-machine: Likewise.
2633         * sysdeps/powerpc/elf/libc-start: Likewise.
2634         * sysdeps/powerpc/dl-machine: Likewise.
2635         * sysdeps/powerpc/dl-start: Likewise.
2636         * sysdeps/sparc/sparc32/dl-machine: Likewise.
2637         * sysdeps/sparc/sparc64/dl-machine: Likewise.
2638         * sysdeps/sh/dl-machine: Likewise.
2639         * sysdeps/s390/s390-32/dl-machine: Likewise.
2640         * sysdeps/s390/s390-64/dl-machine: Likewise.
2641         * sysdeps/unix/sysv/aix/libc-start: Likewise.
2642         * sysdeps/unix/sysv/aix/start-libc: Likewise.
2643         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
2644         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
2645         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
2646         * sysdeps/x86_64/dl-machine: Likewise.
2648 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
2650         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
2651         are too high.
2653 2002-01-31  Andreas Schwab  <schwab@suse.de>
2655         * sysdeps/posix/readv.c: Check for ssize_t overflow.
2657 2002-01-31  Andreas Schwab  <schwab@suse.de>
2659         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
2660         reference to _dl_pagesize.
2662 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
2664         * Versions.def [ld]: Add GLIBC_2.3.
2665         * elf/dl-addr.c: Move global variables for SHARED code in struct
2666         _rtld_global.  Export this struct, remove all exports for the
2667         signal variables.
2668         * elf/dl-close.c: Likewise.
2669         * elf/dl-conflict.c: Likewise.
2670         * elf/dl-debug.c: Likewise.
2671         * elf/dl-deps.c: Likewise.
2672         * elf/dl-dst.h: Likewise.
2673         * elf/dl-error.c: Likewise.
2674         * elf/dl-fini.c: Likewise.
2675         * elf/dl-init.c: Likewise.
2676         * elf/dl-iteratephdr.c: Likewise.
2677         * elf/dl-libc.c: Likewise.
2678         * elf/dl-load.c: Likewise.
2679         * elf/dl-lookup.c: Likewise.
2680         * elf/dl-minimal.c: Likewise.
2681         * elf/dl-object.c: Likewise.
2682         * elf/dl-open.c: Likewise.
2683         * elf/dl-profile.c: Likewise.
2684         * elf/dl-profstub.c: Likewise.
2685         * elf/dl-reloc.c: Likewise.
2686         * elf/dl-runtime.c: Likewise.
2687         * elf/dl-support.c: Likewise.
2688         * elf/dl-sym.c: Likewise.
2689         * elf/dl-version.c: Likewise.
2690         * elf/do-lookup.h: Likewise.
2691         * elf/do-rel.h: Likewise.
2692         * elf/dynamic-link.h: Likewise.
2693         * elf/rtld.c: Likewise.
2694         * sysdeps/generic/dl-cache.c: Likewise.
2695         * sysdeps/generic/dl-sysdep.c: Likewise.
2696         * sysdeps/generic/ldsodefs.h: Likewise.
2697         * sysdeps/generic/libc-start.c: Likewise.
2698         * sysdeps/i386/dl-machine.h: Likewise.
2699         * sysdeps/ia64/dl-fptr.c: Likewise.
2700         * sysdeps/ia64/dl-machine.h: Likewise.
2701         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
2702         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
2703         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
2704         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
2705         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
2706         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
2707         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
2708         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
2710 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
2712         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
2713         to avoid warning
2714         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
2716         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
2717         SHARED version.
2718         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
2720         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
2722 2002-01-29  Ben Collins  <bcollins@debian.org>
2724         * string/bits/string2.h (__mempcpy): Protect size arg for
2725         addition when using __builtin_memcpy.
2727 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
2729         * stdlib/Makefile (tests): Add tst-qsort.
2730         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
2732         * manual/signal.texi (Process Signal Mask): Document that
2733         pthread_sigmask, not sigprocmask, must be used in MT programs.
2734         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
2736         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
2737         found.
2738         * misc/Makefile (tests): Add tst-hsearch.
2739         * misc/tst-hsearch.c: New file.
2741 2002-01-18  Wolfram Gloger  <wg@malloc.de>
2743         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
2744         * malloc/malloc.h: Likewise.
2745         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
2746         * malloc/arena.c: New file.
2747         * malloc/hooks.c: New file.
2748         * malloc/tst-mallocstate.c: New file.
2749         * malloc/Makefile: Add new testcase tst-mallocstate.
2750         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
2752 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
2754         * stdlib/msort.c: Remove last patch.  The optimization violates the
2755         same rule which qsort.c had problems with.
2757 2002-01-27  Paul Eggert  <eggert@twinsun.com>
2759         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
2760         to a pivot element that lies outside the array to be sorted, as
2761         ISO C99 requires that the comparison function be called only with
2762         addresses of array elements [PR libc/2880].
2764 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
2766         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
2767         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
2769         * timezone/asia: Update from tzdata2002b.
2770         * timezone/australasia: Likewise.
2771         * timezone/backward: Likewise.
2772         * timezone/europe: Likewise.
2773         * timezone/leapseconds: Likewise.
2774         * timezone/iso3166.tab: Likewise.
2775         * timezone/zone.tab: Likewise.
2777 2002-01-23  Richard Henderson  <rth@redhat.com>
2779         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
2781 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
2783         * string/strxfrm.c: Allocate one more byte for rulearr and clear
2784         this element [PR libc/2855].
2786         * string/strcoll.c: Handle zero-length arguments specially
2787         [PR libc/2856].
2789 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
2791         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
2792         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
2793         short lengths and constant src.
2794         (strcpy): Don't optimize for gcc 3.0+.
2795         (__stpcpy): For gcc 3.0+, don't use
2796         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
2797         for short string literal src.
2799 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
2801         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
2802         Set for arm, too.
2804 2001-01-22  Paul Eggert  <eggert@twinsun.com>
2806         * manual/llio.texi (Linked Channels, Cleaning Streams):
2807         Make it clearer that a just-opened input stream might need cleaning.
2809 2002-01-21  H.J. Lu  <hjl@gnu.org>
2811         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
2812         Don't use label at end of compound statement.
2814 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
2816         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
2817         Remove test for negative integer arg; sin_pi does it correctly.
2819 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
2821         * nscd/Makefile (distribute): Filter out xmalloc.c.
2823 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
2825         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
2826         Set offset if read end wasn't the buffer end.
2827         (_IO_file_seekoff_mmap): New function.
2828         (_IO_file_xsgetn_mmap): New function.
2829         (_IO_file_jumps_mmap): Use the two new functions.
2830         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
2831         != end buffer.
2832         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
2833         _IO_file_underflow_mmap.
2834         * libio/iofopen.c: Don't position file descriptor at end of file.
2835         * libio/tst-widetext.c: Improve error messages.
2836         * stdio-common/tst-rndseek.c: Likewise.
2838 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
2840         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
2841         end of enum for !_GNU_SOURCE.
2842         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
2843         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
2844         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
2845         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
2846         values unless _GNU_SOURCE.
2848         * iconvdata/tcvn5712-1.c: Minor cleanups.
2850 2002-01-18  Andreas Schwab  <schwab@suse.de>
2852         * sysdeps/unix/sysv/linux/configure.in
2853         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
2855 2002-01-16  Roger Sayle  <roger@eyesopen.com>
2857         * stdlib/msort.c (msort_with_tmp): Replace implementation with
2858         more efficient "Towers of Hanoi" mergesort.
2859         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
2860         for generic, sizeof(int) and sizeof(long) variants respectively.
2862 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
2864         * manual/syslog.texi (openlog): Describe possible problems with
2865         first parameter.
2866         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
2868         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
2869         * nscd/connections.c (begin_drop_privileges): New function.
2870         (finish_drop_privileges): New function.
2871         (nscd_init): Call the new functions which also install all groups
2872         for the server user.
2873         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
2874         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
2876 2002-01-17  H.J. Lu  <hjl@gnu.org>
2878         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
2879         `const' from `got'.
2881 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2883         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
2884         instructions for pointer operations.
2885         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
2887 2002-01-17  Andreas Jaeger  <aj@suse.de>
2889         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
2890         __uint128_t build-in.
2892         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
2893         PowerPC, sync with 2.2 branch.
2895 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
2897         * posix/getconf.c: Update copyright year.
2898         * nss/getent.c: Likewise.
2899         * nscd/nscd_nischeck.c: Likewise.
2900         * iconv/iconvconfig.c: Likewise.
2901         * iconv/iconv_prog.c: Likewise.
2902         * elf/ldconfig.c: Likewise.
2903         * catgets/gencat.c: Likewise.
2904         * csu/version.c: Likewise.
2905         * elf/ldd.bash.in: Likewise.
2906         * elf/sprof.c (print_version): Likewise.
2907         * locale/programs/locale.c: Likewise.
2908         * locale/programs/localedef.c: Likewise.
2909         * nscd/nscd.c (print_version): Likewise.
2910         * debug/xtrace.sh: Likewise.
2911         * malloc/memusage.sh: Likewise.
2912         * malloc/mtrace.pl: Likewise.
2914 2002-01-16  Andreas Schwab  <schwab@suse.de>
2916         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
2917         reliably remove "-ia64" from rtld name.
2919 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
2921         * iconvdata/gb18030.c: Bug fixes and support for more characters.
2922         Patch by Yu Shao <yshao@redhat.com>.
2924 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2926         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
2927         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
2928         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
2930 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2932         * sysdeps/s390/fpu/libm-test-ulps: Update.
2934 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
2936         * elf/elf.h: Update x86 relocations.
2938 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
2940         * locale/programs/charmap.c (new_width): Check whether byte
2941         sequences for both ends of range have the same length.
2943 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
2945         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
2947 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
2949         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
2950         string literals.
2951         (__full_ieee754_sqrt): Add __attribute_used__.
2953 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
2955         * sysdeps/generic/group_member.c (__group_member): Also check
2956         groups[0] [PR libc/2781].
2958 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
2960         * Makefile (distribute): Add scripts/cpp.
2961         * elf/Makefile (distribute): Add reldep6mod[01234].c,
2962         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
2963         unwind-dw2-fde.h, and dwarf2.h.
2964         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
2965         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
2966         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
2967         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
2969 2002-01-07  Roland McGrath  <roland@frob.com>
2971         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
2972         volatile on type of ARGC so the compiler doesn't get clever.
2974 2002-01-07  Andreas Jaeger  <aj@suse.de>
2976         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
2977         * sysdeps/i386/bits/byteswap.h: Likewise.
2978         * sysdeps/ia64/bits/byteswap.h: Likewise.
2979         * sysdeps/m68k/bits/byteswap.h: Likewise.
2980         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
2981         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
2983 2002-01-02  Bruno Haible  <bruno@clisp.org>
2985         * intl/plural.y: Fix %expect count.
2987 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
2989         * elf/Makefile (routines, shared-only-routines): Add
2990         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
2991         * elf/elf.h (PT_GNU_EH_FRAME): Define.
2992         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
2993         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
2994         Optimize if .eh_frame section contains no FDEs.
2995         (__register_frame, __deregister_frame_info_bases,
2996         __deregister_frame): Likewise.
2997         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
2998         DW_CFA_restore handling.
3000 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
3002         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
3004         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
3005         for x < 0.25 and restore original range reduction method.
3006         (__ieee754_lgammal_r): Make sure signgam is set before returning.
3008 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
3010         * libio/fileops.c (_IO_file_underflow_mmap): New function.
3011         (_IO_file_close_mmap): New function.
3012         (_IO_file_jumps_mmap): New variable.
3013         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
3014         trying to convert rest of byte buffer.
3015         (_IO_wfile_underflow_mmap): New function.
3016         (_IO_wfile_jumps_mmap): New variable.
3017         * libio/iofopen.c (__fopen_maybe_mmap): New function.
3018         (__fopen_internal): New function.  Split out from _IO_new_fopen.
3019         (_IO_new_fopen): Call __fopen_internal.
3020         * libio/iofopen64.c: Just call __fopen_internal.
3021         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
3022         successfully.
3023         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
3024         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
3025         _IO_file_close_mmap.
3027         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
3028         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
3030         * stdio-common/Makefile (tests): Add tst-rndseek.
3031         * stdio-common/tst-rndseek.c: New file.
3033 2002-01-05  Roland McGrath  <roland@frob.com>
3035         * config.h.in (HAVE_MIG_RETCODE): New #undef.
3036         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
3037         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
3038         * sysdeps/mach/hurd/configure: Regenerated.
3040 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
3042         * elf/elf.h: Add more TLS definitions.
3044 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
3046         * include/features.h (__GLIBC_MINOR__): Bump to 3.
3048 2002-01-02  Roland McGrath  <roland@frob.com>
3050         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
3051         __sigisemptyset.  Don't use MASK uninitialized.
3053         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
3054         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
3055         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
3056         __sigdelset, __sigaddset, __sigorset.
3058         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
3059         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
3061         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
3062         _hurd_ports is null.
3064         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
3065         for old CMU and new OSF Mach interface flavors.
3066         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
3067         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
3069         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
3071         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
3072         Pass extra arguments to task_create for OSF variant.
3073         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
3075         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
3076         conditional on [HAVE_AUX_VECTOR].
3078         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
3079         mach_msg_timeout_t as type of final argument.
3081         * hurd/privports.c (__get_privileged_ports):
3082         Change host_priv_t to mach_port_t in argument type.
3083         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
3084         Update decls.
3086         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
3087         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
3088         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
3089         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
3090         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
3091         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
3093 2002-01-01  Roland McGrath  <roland@frob.com>
3095         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
3097 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
3099         * include/stdlib.h: Define inlines for the _l variants of the strto*
3100         functions.
3102 2002-01-01  Roland McGrath  <roland@frob.com>
3104         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
3106         * mach/Machrules (MIG): Set CPP as well as CC.
3108 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
3110         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
3111         locale to parse /proc/loadavg [PR libc/2760].
3113 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
3115         * elf/dl-conflict.c: Include sys/param.h.
3116         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
3117         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
3118         warning.
3119         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
3120         literals to avoid warnings.
3122 2001-12-31  Andreas Jaeger  <aj@suse.de>
3124         * configure.in: Don't check for gsed since we do not use it anywhere.
3126 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
3128         * io/fts.c: Update from BSD to fix memory leaks.
3130 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
3132         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
3133         * elf/chroot_canon.c: Likewise.
3134         * elf/dl-object.c: Likewise.
3135         * iconv/iconv_charmap.c: Likewise.
3136         * iconv/iconv_prog.c: Likewise.
3137         * libio/iogetdelim.c: Likewise.
3138         * locale/lc-time.c: Likewise.
3139         * stdlib/canonicalize.c: Likewise.
3140         * sunrpc/svc.c: Likewise.
3141         * sysdeps/generic/glob.c: Likewise.
3143 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3145         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
3146         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
3147         remove high order bit from the program counter.
3148         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
3150 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3152         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
3153         unnecessary code and add missing reloc types.
3154         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
3155         case for reloc type R_390_NONE.
3157 2001-12-28  Andreas Jaeger  <aj@suse.de>
3159         * io/bug-ftw3.c: Include string.h for prototypes.
3161         * crypt/md5test.c (main): Remove unused variable.
3163         * dlfcn/modstatic.c: Add prototype to avoid warning.
3165 2001-12-26  Roland McGrath  <roland@frob.com>
3167         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
3168         check only (SS->pending & MASK) for the signal to return.
3169         From Jeroen Dekkers <jeroen@dekkers.cx>.
3171 2001-12-22  Roland McGrath  <roland@frob.com>
3173         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
3174         Use preprocessor #if conditionals instead of `if' to avoid
3175         warnings about divide by zero in dead code.
3177         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
3178         _hurd_port_init, and __hurd_self_sigstate.
3180         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
3182 2001-12-21  Andreas Jaeger  <aj@suse.de>
3184         * elf/dblloadmod1.c: Add prototype to avoid warning.
3185         * elf/dblloadmod2.c: Likewise.
3186         * elf/dblloadmod3.c: Likewise.
3187         * elf/reldepmod5.c: Likewise.
3188         * elf/reldepmod6.c: Likewise.
3190         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
3191         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
3192         used on all architectures.
3194         * sunrpc/svc_tcp.c: Add noreturn attribute for
3195         svctcp_rendezvous_abort.
3196         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
3198         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
3199         to avoid warning.
3201 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
3203         * manual/llio.texi (aio_fsync): Fix a typo.
3204         Patch by Tammy Fox <tfox@redhat.com>.
3206 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
3208         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
3209         stack bias from child stack pointer before passing it to clone syscall.
3211 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
3213         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
3214         _SC_TZNAME_MAX.
3215         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
3216         Reported by Thorsten Kukuk <kukuk@suse.de>.
3218         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
3219         add some casts.
3221         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
3223 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
3225         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
3226         conforming: return EBADF if file descriptor is invalid and EINVAL
3227         if file descriptor is no valid tty.
3228         * login/tst-grantpt.c: New file.
3229         * login/Makefile (tests): Add tst-grantpt.
3231 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
3233         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
3234         different than implemented in last patch.
3235         * io/bug-ftw3.c: Adjust test for changed handling of
3236         inaccessibility of toplevel dir.
3238 2001-12-16  Roland McGrath  <roland@frob.com>
3240         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
3241         * grp/initgroups.c (internal_getgrouplist): Likewise.
3243         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
3244         `default:' to silence new GCC warning.
3245         Rewrite cast of lvalue to silence new GCC warning.
3247         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
3249         * sysdeps/mach/hurd/spawni.c: New file, by me with a
3250         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
3252 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
3254         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
3255         Patch by Stephen R. van den Berg.
3257         * crypt/md5.h: Define md5_uintptr.
3259 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
3261         * libio/tst_swprintf.c (main): Add test for string argument with
3262         zero precision.
3263         * stdio-common/Makefile (tests): Add tst-sprintf.
3264         * stdio-common/tst-sprintf.c: New file.
3266 2001-12-13  Andreas Schwab  <schwab@suse.de>
3268         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
3269         zero precision with wide character string format.
3271 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
3273         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
3274         but have a user supplied buffer, return the empty buffer, not NULL.
3276 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
3278         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
3279         Patch by Eric Sharkey <sharkey@netrics.com>.
3281         * crypt/md5test.c (main): Add test for multiple calls to
3282         __md5_process_bytes to itererate over input string.
3284 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
3286         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
3287         from __nis_findfastest.  Take timeout value from parameter.
3288         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
3289         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
3290         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
3292 2001-12-12  Andreas Jaeger  <aj@suse.de>
3294         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
3295         combreloc test so that it works in this case.
3297         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
3299 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
3301         * sysdeps/sh/Makefile: New file.
3302         * sysdeps/sh/_mcount.S: New file.
3303         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
3304         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
3306 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
3308         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
3309         limitation [PR libc/2564].
3311 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
3313         * elf/Makefile (dl-routines): Add conflict.
3314         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
3315         (ld.so): Add _begin local symbol.
3316         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
3317         Define.
3318         * elf/dl-deps.c (_dl_build_local_scope): New.
3319         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
3320         of all libraries.
3321         * elf/do-rel.h (VALIDX): Define.
3322         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
3323         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
3324         can be skipped.
3325         * elf/dl-conflict.c: New file.
3326         * elf/dl-lookup.c (_dl_debug_bindings): New.
3327         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
3328         non-NULL.
3329         (_dl_lookup_symbol_skip): Likewise.
3330         (_dl_lookup_versioned_symbol): Likewise.
3331         (_dl_lookup_versioned_symbol_skip): Likewise.
3332         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
3333         define to ElfW(Rel).
3334         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
3335         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
3336         ranges.
3337         Don't adjust address dynamic tags if l_addr is 0.
3338         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
3339         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
3340         (VALIDX, ADDRIDX): Define.
3341         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
3342         (dl_main): Print library list for LD_TRACE_PRELINKING.
3343         If prelinking information can be used, skip relocating libraries and
3344         call _dl_resolve_conflicts instead.
3345         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
3346         * elf/dl-load.c (_dl_map_object): Don't create fake libs
3347         if LD_TRACE_PRELINKING.
3348         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
3349         + DT_ADDRNUM.
3350         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
3351         (DL_DEBUG_PRELINK): Define.
3352         (_dl_resolve_conflicts): Add prototype.
3354         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
3355         .plt for prelinked libraries where prelinking info cannot be used.
3356         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
3357         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
3358         * sysdeps/arm/bits/link.h: New file.
3359         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
3360         content of .got[1].
3361         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
3362         (ELF_MACHINE_PLT_REL): Define.
3363         (elf_machine_rela, elf_machine_rela_relative): New.
3364         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
3365         of adjusting it if prelinked and prelinking cannot be used.
3366         * sysdeps/i386/bits/link.h: New file.
3367         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
3368         content of .got[1].
3369         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
3370         (ELF_MACHINE_PLT_REL): Define.
3371         (elf_machine_rela, elf_machine_rela_relative): New.
3372         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
3373         of adjusting it if prelinked and prelinking cannot be used.
3374         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
3375         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
3376         to find out map for R_PPC_JMP_SLOT relocs.
3377         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
3378         (OPCODE_BA): Define.
3379         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
3380         libraries where prelinking info cannot be used.
3381         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
3382         (elf_machine_fixup_plt): Call sparc_fixup_plt.
3383         (elf_machine_rela): Set value to 0 if relocating conflicts.
3384         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
3385         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
3386         (sparc64_fixup_plt): Fix a typo.
3387         (elf_machine_rela): Set value to 0 if relocating conflicts.
3388         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
3389         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
3390         libraries where prelinking info cannot be used.
3391         * sysdeps/sh/bits/link.h: New file.
3392         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
3393         content of .got[1].
3394         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
3395         of adjusting it if prelinked and prelinking cannot be used.
3396         * sysdeps/s390/s390-32/bits/link.h: New file.
3397         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
3398         Save original content of .got[1].
3399         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
3400         of adjusting it if prelinked and prelinking cannot be used.
3401         * sysdeps/s390/s390-64/bits/link.h: New file.
3402         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
3403         Save original content of .got[1].
3404         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
3405         of adjusting it if prelinked and prelinking cannot be used.
3406         * sysdeps/x86_64/bits/link.h: New file.
3407         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
3408         Save original content of .got[1].
3409         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
3410         of adjusting it if prelinked and prelinking cannot be used.
3412 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
3414         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
3415         where appropriate instead of numbers.  Little optimizations.
3417 2001-12-10  Roland McGrath  <roland@frob.com>
3419         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
3420         set it.
3422         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
3423         set to GLIBC_2.2.5, not GLIBC_2.2.4.
3425         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
3426         Fix conditionals so this is set by default for stdio and not for libio.
3427         * sysdeps/mach/hurd/configure: Regenerated.
3429 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
3431         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
3433 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
3435         * io/Makefile (tests): Add bug-ftw3.
3436         * io/bug-ftw3.c: New file.
3438         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
3439         matches and GLOB_NOCHECK is set.
3440         * posix/globtest.sh: Correct expected result for NOCHECK test.
3442         * po/ca.po: Update from translation team.
3444 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
3446         Implement transliteration of characters in strings of the locale
3447         definitions.
3448         * locale/programs/linereader.c: Adjust for additional parameter to
3449         lr_token.
3450         (get_string): If character <Uxxxx> is not found try to transliterate
3451         it.
3452         * locale/programs/ld-ctype.c: Adjust for additional parameter to
3453         lr_token.  Add const to charmap parameter of all functions.
3454         (find_translit, find_translit2): New functions.
3455         * locale/programs/charmap.c: Adjust for additional parameter to
3456         lr_token.
3457         * locale/programs/repertoire.c: Likewise.
3458         * locale/programs/linereader.h: Likewise.
3459         * locale/programs/ld-address.c: Likewise.  Add const to charmap
3460         parameter of all functions.
3461         * locale/programs/ld-collate.c: Likewise.
3462         * locale/programs/ld-identification.c: Likewise.
3463         * locale/programs/ld-measurement.c: Likewise.
3464         * locale/programs/ld-messages.c: Likewise.
3465         * locale/programs/ld-monetary.c: Likewise.
3466         * locale/programs/ld-name.c: Likewise.
3467         * locale/programs/ld-numeric.c: Likewise.
3468         * locale/programs/ld-paper.c: Likewise.
3469         * locale/programs/ld-paper.c: Likewise.
3470         * locale/programs/ld-telephone.c: Likewise.
3471         * locale/programs/ld-time.c: Likewise.
3472         * locale/programs/locfile.c: Likewise.
3473         * locale/programs/localedef.c: Likewise.
3474         * locale/programs/localedef.h: Likewise.
3475         * locale/programs/locfile.h: Likewise.  Add declaration for
3476         find_translit.
3477         * locale/programs/simple-hash.c: Add const to first parameter of
3478         find_entry, iterate_table, and lookup.
3479         * locale/programs/simple-hash.h: Likewise.
3480         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
3481         instead.
3482         * include/locale.h: Define __LC_LAST.
3483         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
3485 2001-12-07  Geoff Keating  <geoffk@redhat.com>
3487         * sysdeps/powerpc/Dist: Update for recent FP changes.
3488         * sysdeps/powerpc/fpu/Dist: Likewise.
3490 2001-12-07  Andreas Schwab  <schwab@suse.de>
3492         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
3494 2001-12-06  Geoff Keating  <geoffk@redhat.com>
3496         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
3497         save/restore functions here.
3498         (libm-support): Don't define these functions here.
3499         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
3500         functions here.
3501         * sysdeps/powerpc/fe_nomask.c: Move to...
3502         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
3503         * sysdeps/powerpc/fprrest.S: Move to...
3504         * sysdeps/powerpc/fpu/fprrest.S: ... here.
3505         * sysdeps/powerpc/fprsave.S: Move to...
3506         * sysdeps/powerpc/fpu/fprsave.S: ... here.
3508 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
3510         * sysdeps/unix/sysv/linux/opensock.c: New file.
3512 2001-12-06  Geoff Keating  <geoffk@redhat.com>
3514         * config.make.in (with-fp): Define from configure.
3515         * configure.in: Substitute with_fp.
3516         * configure: Regenerate.
3517         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
3518         specified, and don't change FPU environment.
3520 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
3522         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
3523         * assert/assert.c: Check result of __asprintf call and don't use
3524         string if it failed.
3525         * assert/assert-perr.c: Likewise.
3526         * inet/rcmd.c: Likewise.
3527         * locale/programs/localedef.c (main): Check result of
3528         construct_output_path and exit if it failed.
3529         (construct_output_path): Check result of asprintf and mkdir calls and
3530         fail if they failed.
3531         * posix/getopt.c: Check result of __asprintf calls and fail if
3532         they failed.
3533         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
3535 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
3537         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
3538         patch.
3539         * sysdeps/generic/strncase.c: Likewise.
3540         * string/tester.c: Add tests for strcasecmp and strncasecmp.
3542 2001-12-05  Geoff Keating  <geoffk@redhat.com>
3544         * scripts/cpp: Test the exit status from 'type', not 'awk'.
3546         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
3547         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
3548         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
3549         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
3550         * sysdeps/powerpc/fclrexcpt.c: Move to...
3551         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
3552         * sysdeps/powerpc/fpu_control.h: Move to...
3553         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
3555 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
3557         * iconvdata/ibm1129.h: Remove duplicate mappings.
3558         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
3559         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
3560         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
3562         * timezone/zic.c: Fix handling of turnaround times.
3563         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
3565 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
3567         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
3568         overflow problem.
3570 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
3572         * posix/regex.c: For use outside glibc defined bounded pointer
3573         macros here.  Patch by Jim Meyering <jim@meyering.net>.
3575         * iconvdata/Makefile (modules): Add TCVN5712-1.
3576         * iconvdata/TESTS: Add TCVN5712-1.
3577         * iconvdata/gconv-modules: Likewise.
3578         * iconvdata/tcvn5712-1.c: New file.
3579         * iconvdata/testdata/TCVN-5712: New file.
3580         * iconvdata/testdata/TCVN-5712..UTF8: New file.
3582 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
3584         * iconvdata/cp1258.c: Optimize conversion from UCS4.
3586 2001-12-02  Roland McGrath  <roland@frob.com>
3588         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
3590         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
3591         Reported by Jeff Bailey <jbailey@nisa.net>.
3593         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
3594         Reported by Jeff Bailey <jbailey@nisa.net>.
3596         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
3597         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
3598         Reported by Jeff Bailey <jbailey@nisa.net>.
3600 2001-12-01  Roland McGrath  <roland@frob.com>
3602         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
3603         missing backslash in test arguments.
3604         * sysdeps/mach/hurd/configure: Regenerated.
3606 2001-11-26  Roland McGrath  <roland@frob.com>
3608         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
3609         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
3611 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
3613         * iconvdata/Makefile (modules): Add ARMSCII-8.
3614         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
3615         * iconvdata/armscii-8.c: New file.
3617 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
3619         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
3620         don't match, fix {{a,b},c} globbing, clean up.
3621         Patch by Flavio Veloso <flaviovs@magnux.com>.
3622         * posix/globtest.sh: Add new tests.
3624 2001-11-29  Andreas Jaeger  <aj@suse.de>
3626         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
3627         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
3629         * sysdeps/generic/abort.c: Include libioP.h for
3630         _IO_flush_all_lockp prototype.
3632 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
3634         * posix/regex.h: Define __restrict_arr correctly.
3636 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
3638         * iconvdata/ibm1163.c: New file.
3639         * iconvdata/ibm1163.h: New file.
3640         * iconvdata/ibm1164.c: New file.
3641         * iconvdata/ibm1164.h: New file.
3642         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
3643         * iconvdata/Makefile: Likewise.
3644         * iconvdata/testdata/IBM1163: New file.
3645         * iconvdata/testdata/IBM1163..UTF8: New file.
3646         * iconvdata/testdata/IBM1164: New file.
3647         * iconvdata/testdata/IBM1164..UTF8: New file.
3648         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
3650         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
3651         * iconvdata/ibm1124.h: Likewise.
3652         * iconvdata/ibm1132.h: Likewise.
3653         * iconvdata/ibm1133.h: Likewise.
3654         * iconvdata/ibm1160.h: Likewise.
3655         * iconvdata/ibm1161.h: Likewise.
3656         * iconvdata/ibm1162.h: Likewise.
3657         * iconvdata/ibm856.h: Likewise.
3658         * iconvdata/ibm922.h: Likewise.
3659         * iconvdata/ibm930.h: Likewise.
3660         * iconvdata/ibm932.h: Likewise.
3661         * iconvdata/ibm933.h: Likewise.
3662         * iconvdata/ibm935.h: Likewise.
3663         * iconvdata/ibm937.h: Likewise.
3664         * iconvdata/ibm939.h: Likewise.
3665         * iconvdata/ibm943.h: Likewise.
3666         * iconvdata/ibm930.c: Pretty printing.
3667         * iconvdata/ibm937.c: Avoid access accross array boundary.
3669         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
3670         the current locale's codeset.
3671         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
3672         empty input string.
3673         * iconv/iconv_prog.c: Pass empty strings as default value for to-
3674         and from-charset.  Don't determine locale's charset here.
3676         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
3677         as the old _IO_flush_all but lock only if parameter is nonzero.
3678         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
3679         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
3680         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
3681         if libio is used [PR libc/2575].
3683 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
3685         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
3686         __signbitl): Only define for ISO C99.
3688 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
3690         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
3691         herrnop to NETDB_INTERNAL if we run out of buffer space.
3693 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
3695         * nss/nss_files/files-XXX.c (internal_getent): Correct input
3696         overflow test for platforms with signed char.
3697         Reported by Andrew Haley <aph@cambridge.redhat.com>.
3699 2001-11-28  Bruno Haible  <bruno@clisp.org>
3701         * locale/programs/simple-hash.c (lookup_2): Remove function.
3702         (insert_entry_2): Call lookup instead of lookup_2.
3704 2001-03-04  Bruno Haible  <bruno@clisp.org>
3706         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
3708 2001-10-31  Bruno Haible  <bruno@clisp.org>
3710         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
3712 2001-03-21  Bruno Haible  <bruno@clisp.org>
3714         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
3715         chokes on empty macro arguments.
3716         * intl/plural.y: Add #pragma for alloca on AIX 3.
3718 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
3720         * intl/dcigettext.c (guess_category_value): Only implement for
3721         glibc.  Otherwise rely on function _nl_locale_name which isn't
3722         present in the glibc sources.
3724 2001-09-24  Bruno Haible  <bruno@clisp.org>
3726         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
3727         transliteration when building on a glibc system but outside glibc.
3729 2001-09-22  Bruno Haible  <bruno@clisp.org>
3731         * intl/plural-eval.c: New file, extracted from dcigettext.c.
3732         * intl/dcigettext.c (plural_eval): Remove function, moved to
3733         intl/plural-eval.c.
3734         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
3735         Include plural-eval.c.
3737 2001-09-22  Bruno Haible  <bruno@clisp.org>
3739         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
3740         don't start with a digit; nplurals must be positive.
3742 2001-09-02  Bruno Haible  <bruno@clisp.org>
3744         * intl/plural-exp.h: New file, extracted from gettextP.h.
3745         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
3746         * intl/gettextP.h (struct expression, struct parse_args,
3747         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
3748         * intl/loadmsgcat.c: Include plural-exp.h.
3749         (PLURAL_PARSE): Move macro to plural-exp.h.
3750         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
3751         plural-exp.c.
3752         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
3753         EXTRACT_PLURAL_EXPRESSION.
3754         (_nl_unload_domain): Update.
3755         * intl/dcigettext.c: Include plural-exp.h.
3756         * intl/plural.y: Include plural-exp.h, not gettextP.h.
3757         (FREE_EXPRESSION): Move macro to plural-exp.h.
3758         * intl/Makefile (routines): Add plural-exp.
3759         (distribute): Add plural-exp.h.
3761 2001-07-28  Bruno Haible  <bruno@clisp.org>
3763         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
3764         isdigit, tolower argument to 'unsigned char'.
3765         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
3766         'unsigned char'.
3767         * intl/localealias.c (read_alias_file): Cast isspace argument to
3768         'unsigned char'.
3770 2001-10-20  Bruno Haible  <bruno@clisp.org>
3772         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
3773         anyway.)
3774         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
3775         with the variable 'index' in plural_lookup.
3776         * intl/l10nflist.c (strchr): Likewise.
3777         * intl/localealias.c (strchr): Likewise.
3779         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
3780         * intl/bindtextdom.c: Likewise.
3781         * intl/dcigettext.c: Likewise.
3782         * intl/dgettext.c: Likewise.
3783         * intl/dngettext.c: Likewise.
3784         * intl/explodename.c: Likewise.
3785         * intl/finddomain.c: Likewise.
3786         * intl/gettext.c: Likewise.
3787         * intl/l10nflist.c: Likewise.
3788         * intl/loadmsgcat.c: Likewise.
3789         * intl/localealias.c: Likewise.
3790         * intl/ngettext.c: Likewise.
3791         * intl/textdomain.c: Likewise.
3792         * intl/gettext.h: Assume <limits.h> exists.
3794 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
3796         * stdio-common/Makefile (tests): Add scanf11.
3797         * stdio-common/scanf11.c: New file.
3799 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
3801         * version.h (RELEASE): Define as development.
3802         (VERSION): Set to 2.2.90.
3804 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
3806         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
3807         * nis/nss_nis/nis-grp.c: Likewise.
3808         * nis/nss_nisplus/nisplus-grp.c: Likewise.
3810         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
3811         * nis/nss_nis/nis-pwd.c: Likewise.
3812         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
3814         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
3815         * nis/nss_nisplus/nisplus-parser.c: Likewise.
3816         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
3818         * nscd/grpcache.c: Use strtoul instead of atol.
3819         * nscd/pwdcache.c: Likewise.
3820         * nss/getent.c: Likewise.
3822 2001-11-27  Paul Eggert  <eggert@twinsun.com>
3824         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
3825         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
3827 2001-11-19  Bruno Haible  <bruno@clisp.org>
3829         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
3830         90%.
3831         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
3832         improves the quality of the hash function, especially for short
3833         strings.
3835 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
3837         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
3838         are found call conv_error and not input_error [PR libc/2669].
3840         * math/bits/mathcalls.h: Mark ceil and floor as const.
3841         Reported by David Mosberger.
3843 2001-11-21  Jim Meyering  <meyering@lucent.com>
3845         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
3846         Define to be __-prefixed.
3847         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
3849 2001-11-26  Andreas Jaeger  <aj@suse.de>
3851         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
3852         avoid warning.
3854 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
3856         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
3857         initialization.
3859         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
3860         unused variables.  Fix threshold for returning 1.0.
3862         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
3863         argument.
3865         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
3866         remove unused variables.
3868         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
3870         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
3871         include local math header files.
3873 2001-11-22  Andreas Jaeger  <aj@suse.de>
3875         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
3876         avoid warning.
3878 2001-11-21  Andreas Jaeger  <aj@suse.de>
3880         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
3882         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
3883         sys/debugreg.h
3885 2001-11-15  Andreas Jaeger  <aj@suse.de>
3887         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
3888         compilers that support it.
3890         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
3891         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
3892         * stdlib/stdlib.h: Likewise.
3894 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
3896         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
3897         statement with gotos.
3898         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
3900 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
3902         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
3904 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
3906         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
3908 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
3909             H.J. Lu  <hjl@gnu.org>
3911         * Versions.def (libc): Add GCC_3.0.
3912         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
3913         if gcc supports this flag.
3914         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
3915         (gcc3): Allow glibc to be compiled with gcc 3.x.
3916         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
3917         * config.make.in (static-libgcc, unwind-find-fde): Add.
3918         * Makerules (build-shlib-helper, build-module-helper): Use it.
3919         * scripts/versions.awk: Make sure GLIBC_ versions come first.
3920         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
3921         necessary.
3922         (_fini): Call __deregister_frame_info_bases if
3923         __register_frame_info_bases was used to register.
3924         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
3925         for GLIBC_2.0.
3926         (__register_frame_info_bases, __register_frame_info_table_bases,
3927         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
3928         * elf/Makefile (routines): Add unwind-dw2-fde.
3929         (shared-only-routines): Add unwind-dw2-fde.
3930         * sysdeps/alpha/gccframe.h: New file.
3931         * sysdeps/arm/gccframe.h: New file.
3932         * sysdeps/generic/framestate.c: New file.
3933         * sysdeps/generic/dwarf2.h: New file.
3934         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
3935         * sysdeps/generic/unwind-dw2-fde.c: New file.
3936         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
3937         * sysdeps/generic/unwind-dw2-fde.h: New file.
3938         * sysdeps/generic/unwind-dw2.c: New file.
3939         * sysdeps/generic/unwind-pe.h: New file.
3940         * sysdeps/generic/unwind.h: New file.
3941         * sysdeps/hppa/gccframe.h: New file.
3942         * sysdeps/i386/gccframe.h: New file.
3943         * sysdeps/m68k/gccframe.h: New file.
3944         * sysdeps/mips/gccframe.h: New file.
3945         * sysdeps/powerpc/gccframe.h: New file.
3946         * sysdeps/s390/gccframe.h: New file.
3947         * sysdeps/sh/gccframe.h: New file.
3948         * sysdeps/sparc/gccframe.h: New file.
3949         * sysdeps/vax/gccframe.h: New file.
3950         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
3951         Set on all architectures except ia64.
3952         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
3953         for i386.
3954         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
3955         __deregister_frame_info): Move to elf/Versions.
3956         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
3957         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
3958         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
3959         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
3960         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
3961         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
3962         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
3963         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
3964         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
3965         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
3966         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
3967         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
3968         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
3969         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
3970         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
3971         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
3972         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
3973         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
3975 2001-11-15  Jeff Law  <law@redhat.com>
3977         * posix/regex.c (uintptr_t): Do not provide a definition if the
3978         system provided one.
3980 2001-11-13  Roland McGrath  <roland@frob.com>
3982         * stdio-common/tmpfile.c: Moved to ...
3983         * sysdeps/generic/tmpfile.c: ... here.
3984         * sysdeps/mach/hurd/tmpfile.c: New file.
3986         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
3987         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
3988         (fopenport): Define as weak alias.
3990         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
3991         * libio/libioP.h: ... to here.
3993 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
3995         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
3996         program header twice.  Construct list with the needed information.
3998 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
4000         * po/ca.po: Update from translation team.
4002         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
4003         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
4004         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
4005         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
4007 2001-11-10  Andreas Jaeger  <aj@suse.de>
4009         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
4010         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
4011         Contributed by Stephen L Moshier <moshier@mediaone.net>.
4013 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
4015         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
4016         correctly.
4017         * elf/dl-load.c (is_dst): New function.
4018         (_dl_dst_count): Use is_dst to check for DST variable.
4019         (_dl_dst_substitute): Likewise.
4021 2001-11-09  Roland McGrath  <roland@frob.com>
4023         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
4024         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
4025         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
4026         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
4027         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
4028         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
4029         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
4030         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
4031         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
4032         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
4033         * sysdeps/mach/hurd/powerpc/Dist: New file.
4035         * hurd/privports.c (__get_privileged_ports):
4036         Only contact the proc server if necessary for this call.
4037         Suggested by Neal H Walfield <neal@cs.uml.edu>.
4038         Check error return for mach_port_mod_refs.
4040 2001-11-09  Andreas Schwab  <schwab@suse.de>
4042         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
4044 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
4046         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
4047         object is always the last in the list.
4048         (_dl_map_object_from_fd): Delete code to remove from object list
4049         when DF_1_NOOPEN is seen.  This is done in lose.
4051 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
4053         * elf/dl-object.c (_dl_new_object): Various small optimizations.
4055 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
4057         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
4058         HWCAP_CHECK macro code.
4060         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
4061         Now returns MAP_FAILED on error.
4062         * elf/rtld.c: Adjust caller.
4063         * sysdeps/generic/dl-cache.c: Likewise.
4064         * sysdeps/generic/ldsodefs.h: Adjust description.
4066         * elf/dl-version.c (match_symbol): Optimize error handling for size.
4067         (_dl_check_map_versions): Likewise.
4069 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
4071         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
4072         _dl_signal_error directly, always use lose.  Set fd to -1 after
4073         file is closed.
4074         (lose): Don't call close if fd == -1.
4076 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
4078         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
4079          Also fix typo @code {mbsinit} to @code{mbsinit}.
4081 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
4083         * elf/dl-profile.c: Replace state variable with simple flag named
4084         running.  Remove commented-out code.
4086         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
4087         (_dl_init_paths): Likewise.
4088         (_dl_map_object_from_fd): Likewise.
4089         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
4091 2001-11-06  Roland McGrath  <roland@frob.com>
4093         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
4094         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
4096         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
4097         sysdeps/powerpc/elf/sysdep.h.
4098         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
4100 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
4102         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
4103         speed.
4104         (process_envvars): Some more optimizations.
4105         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
4107         * elf/elf.h: Add dynamic tag definitions for prelinking.
4109         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
4110         Rewrite code to remove environment varables for SUID binaries.
4111         Small optimization in LD_PROFILE handling.
4112         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
4113         changes.
4114         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
4116         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
4118         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
4119         strings.  Change type of second parameter.
4120         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
4121         for last change.
4123         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
4125 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4127         * manual/string.texi: Fix typos.
4128         * manual/examples/argp-ex2.c: Likewise.
4130 2001-11-05  Roland McGrath  <roland@frob.com>
4132         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
4133         the more-specific unix/sysv/linux/powerpc file and breaks everything.
4134         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
4135         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
4136         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
4137         here, put under [__ELF__].
4139 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
4141         * manual/charset.texi: Extensive editing work.
4142         * manual/nss.texi: Likewise.
4143         Changes by Dennis Grace <dgrace@us.ibm.com>.
4145 2001-11-04  Roland McGrath  <roland@frob.com>
4147         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
4148         parameter to dir_mkfile.
4150 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
4152         * string/bits/string2.h (__strndup): If n is smaller than len, set
4153         len to n + 1.
4154         * string/tester.c (test_strndup): New function.
4155         (main): Call it.
4157 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
4159         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
4161         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
4162         * scripts/cpp: New file.
4164         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
4165         for rtld_search_dirs content.  Minor optimizations.
4167 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
4169         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
4170         avoiding unnecessary duplication.
4172 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
4174         * elf/dl-load.c (_dl_map_object): If library was found using
4175         LD_LIBRARY_PATH, don't try RUNPATH list.
4177 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4179         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
4180         Correct second argument of register_dump call.
4181         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
4182         Likewise.
4184 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
4186         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
4187         modules.
4188         * iconvdata/TESTS: Likewise.
4189         * iconvdata/gconv-modules: Likewise.
4190         * iconvdata/ibm1132.c: New file.
4191         * iconvdata/ibm1132.h: New file.
4192         * iconvdata/ibm1133.c: New file.
4193         * iconvdata/ibm1133.h: New file.
4194         * iconvdata/ibm1162.c: New file.
4195         * iconvdata/ibm1162.h: New file.
4196         * iconvdata/testdata/IBM1132: New file.
4197         * iconvdata/testdata/IBM1132..UTF8: New file.
4198         * iconvdata/testdata/IBM1133: New file.
4199         * iconvdata/testdata/IBM1133..UTF8: New file.
4200         * iconvdata/testdata/IBM1162: New file.
4201         * iconvdata/testdata/IBM1162..UTF8: New file.
4202         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
4204         * string/string.h: Fix typo in comment.
4205         * wcsmbs/wchar.h: Likewise.
4207 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
4209         * manual/getopt.texi (getopt_long, getopt_long_only): Include
4210         const in type of longopts parameter.
4212 2001-10-29  Andreas Jaeger  <aj@suse.de>
4214         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
4216 2001-10-29  Kevin Ryde  <user42@zip.com.au>
4218         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
4219         output, clarify `#' behaviour on 0.
4220         (Floating-Point Conversions): Clarify that %g only uses %e when
4221         the exponent would be greater than 1.
4223 2001-10-28  Roland McGrath  <roland@frob.com>
4225         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
4226         * sysdeps/mach/powerpc/machine-sp.h: New file.
4227         * sysdeps/mach/powerpc/sysdep.h: New file.
4228         * sysdeps/mach/powerpc/thread_state.h: New file.
4230         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
4231         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
4232         expect to need the same thing on every platform.
4234         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
4235         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
4237         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
4238         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
4239         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
4240         Move all these assembly-related definitions to ...
4241         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
4243         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
4244         by Peter Bruin <pjbruin@dds.nl>.
4246         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
4247         packing results for a `poll' call.
4249 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
4251         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
4252         correctly.
4253         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
4254         bracket expression.
4256         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
4257         nrules value.
4258         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
4260 2001-10-24  H.J. Lu  <hjl@gnu.org>
4262         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
4263         Use __BEGIN_DECLS/__END_DECLS around prototypes.
4264         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
4266 2001-10-21  Jim Meyering  <meyering@lucent.com>
4268         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
4269         this code would end up calling gettext even in packages built
4270         with --disable-nls.
4271         * posix/getopt.c (_): Likewise.
4272         * posix/regex.c (_): Likewise.
4274 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
4276         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
4277         lookup not ip6.int.
4278         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
4279         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
4281 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
4283         * misc/sys/cdefs.h (__attribute_used__): Define.
4284         * elf/rtld.c (_dl_start): Add __attribute_used__.
4285         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
4287 2001-10-25  Andreas Schwab  <schwab@suse.de>
4289         * stdlib/a64l.c: Expect least significant digit first.
4290         * stdlib/l64a.c: Produce least significant digit first.
4291         * stdlib/Makefile (tests): Add test-a64l.
4292         * stdlib/test-a64l.c: New file.
4293         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
4295 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
4297         * po/sk.po: Update from translation team.
4299 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
4301         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
4303 2001-10-18  Andreas Schwab  <schwab@suse.de>
4305         * math/libm-test.inc (print_ulps): Print ulp values rounded to
4306         next whole number.
4307         (print_function_ulps): Likewise.
4308         (print_complex_function_ulps): Likewise.
4309         (print_max_error): Likewise.
4310         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
4312 2001-10-16  Andreas Schwab  <schwab@suse.de>
4314         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
4315         implementation.
4317         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
4318         BSD_SETJMP or BSD__SETJMP is defined, resp.
4319         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
4320         a tail call to __sigsetjmp that would require extending the
4321         caller's frame.
4322         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
4323         * sysdeps/m68k/bsd-setjmp.S: Deleted.
4324         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
4325         Reported by Jes Sorensen <jes@trained-monkey.org>.
4327 2001-10-16  Andreas Jaeger  <aj@suse.de>
4329         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
4330         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
4331         close PR libc/2589.
4333 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
4335         * po/ca.po: New file.  Contributed by the translation team.
4337 2001-10-15  Ralf Baechle  <ralf@gnu.org>
4339         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
4340         a varargs prototype.  Remove dependency from kernel header files.
4342         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
4343         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
4345 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
4347         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
4348         to generate hexadecimal identifier.
4349         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
4351 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
4353         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
4355 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
4357         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
4358         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
4359         Contributed by Stephen L Moshier <moshier@mediaone.net>.
4361         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
4362         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
4363         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
4364         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
4365         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
4366         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
4368         * timezone/africa: Update from tzdata2001d.
4369         * timezone/asia: Likewise.
4370         * timezone/australasia: Likewise.
4371         * timezone/backward: Likewise.
4372         * timezone/europe: Likewise.
4373         * timezone/leapseconds: Likewise.
4374         * timezone/northamerica: Likewise.
4375         * timezone/southamerica: Likewise.
4376         * timezone/zone.tab: Likewise.
4378 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4380         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
4381         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
4383 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
4385         * elf/elf.h (PT_TLS): New definition.
4387 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
4389         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
4390         bits/errno.h
4392 2001-10-07  Roland McGrath  <roland@frob.com>
4394         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
4396 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
4398         * elf/elf.h: Add more ELFOSABI_* constants.
4400 2001-10-04  Ben Collins  <bcollins@debian.org>
4402         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
4403         decleration of __need_wchar_t.
4405 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
4407         * string/bits/string2.h (__strsep_g): Add prototype.
4408         (__strsep): Use it.
4409         * string/Versions (__strsep): Remove.
4410         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
4412 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
4414         * manua/llio.texi: Clarify file references added by mmap.
4415         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
4417 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
4419         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
4420         Add sc_loadrs and sc_rbs_bas to match current kernel.
4422 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
4424         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
4426         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
4428 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
4430         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
4431         object has been bumped because of relocation dependency, avoid
4432         duplicates in l_scope.
4433         (show_scope): Fix typos.
4434         * elf/Makefile: Add rules to build and run reldep6.
4435         * elf/reldep6.c: New file.
4436         * elf/reldep6mod0.c: New file.
4437         * elf/reldep6mod1.c: New file.
4438         * elf/reldep6mod2.c: New file.
4439         * elf/reldep6mod3.c: New file.
4440         * elf/reldep6mod4.c: New file.
4442 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
4444         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
4445         sparc64_fixup_plt.
4446         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
4447         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
4448         for non-lazy binding. Fix .plt[32768+] handling.
4449         (elf_machine_plt_value): Don't add addend.
4450         (elf_machine_rela): Call sparc64_fixup_plt instead of
4451         elf_machine_fixup_plt.
4452         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
4453         dynamic linker at 0xfffff800XXXXXXXX.
4455         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
4457 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
4459         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
4461 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
4463         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
4464         declare __cmsg_data field if its size would be bigger than 0.
4465         (CMSG_DATA): Adjust accordingly.
4466         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
4467         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
4468         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
4469         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
4470         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
4471         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
4472         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
4474 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
4476         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
4477         * iconvdata/testdata/IBM1160: New file.
4478         * iconvdata/testdata/IBM1160..UTF8: New file.
4479         * iconvdata/testdata/IBM1161: New file.
4480         * iconvdata/testdata/IBM1161..UTF8: New file.
4481         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
4483 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
4485         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
4486         UL_SETFSIZE computations better.
4488         * rt/Makefile: Remove use of filter for librt again.
4490         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
4491         UL_SETFSIZE computations better.
4493         * string/Versions: Export __strsep for GLIBC_2.2.5.
4494         * string/bits/string2.h: Define all __STRING_INLINE functions if
4495         _FORCE_INLINES is defined.
4496         Use int instead of char of parameter types.
4497         (__strsep): Don't use __strsep_g.  Don't define it.
4498         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
4499         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
4500         __strcpy_small.
4501         (__stpcpy_a_small): Renamed from __stpcpy_small.
4502         (__strcspn_c1): Don't define if _FORCE_INLINES.
4503         (__strspn_c1): Likewise.
4505 2001-09-22  Ben Collins  <bcollins@debian.org>
4507         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
4508         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
4509         * sysdeps/ia64/bits/sigaction.h: Likewise.
4510         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
4512 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
4514         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
4516 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
4518         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
4520 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
4522         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
4524 2001-09-20  H.J. Lu  <hjl@gnu.org>
4526         * include/dlfcn.h (__RTLD_SPROF): New definiton.
4527         * elf/dl-open.c (dl_open_worker): Return immediately after loading
4528         for __RTLD_SPROF.
4529         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
4530         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
4532 2001-09-20  H.J. Lu  <hjl@gnu.org>
4534         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
4535         don't add 1.
4537 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
4539         * nss/getent.c: Accept -s parameter to overwrite rules in
4540         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
4542         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
4543         with as many ".0" as necessary to form a complete address
4544         inet_network understands.
4546         * nss/getent.c: Various cleanups.  Use simpler and fewer function
4547         calls.
4549 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4551         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
4552         _JMPBUF_UNWINDS.
4553         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
4555 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
4557         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
4558         IBM1161.
4559         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
4560         * iconvdata/ibm1160.c: New file.
4561         * iconvdata/ibm1160.h: New file.
4562         * iconvdata/ibm1161.c: New file.
4563         * iconvdata/ibm1161.h: New file.
4564         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
4566 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
4568         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
4569         difference between base address and first PT_LOAD's virtual address,
4570         not the base address.
4572 2001-09-11  Tom Rix  <trix@redhat.com>
4574         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
4575         ifdef for __getopt_clean_environment.
4576         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
4578 2001-09-22  Andreas Jaeger  <aj@suse.de>
4580         * elf/reldep4.c (main): Add proper prototype to fix warning.
4582         * elf/reldep5.c (main): Remove unused variable.
4584         * math/math_private.h: Add prototypes.
4586 2001-09-21  Andreas Jaeger  <aj@suse.de>
4588         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
4589         * sysdeps/x86_64/Dist: New file.
4590         * sysdeps/x86_64/soft-fp/Dist: New file.
4592         * sysdeps/gnu/Dist: Remove eval.c.
4594 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
4596         * malloc/memusage.c (realloc): Don't count already allocated
4597         memory in the sums.
4598         (me): Always use dlsym() to find the real implementations.
4600         * malloc/memusage.sh: Make -n option actually do something.
4602 2001-09-20  Andreas Jaeger  <aj@suse.de>
4604         * elf/elf.h (R_390_NUM): Correct value.
4606         * Versions.def: Add missing versions 2.2.3 for libthread_db and
4607         libpthread.
4609         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
4610         for x86-64, install x86-64 into */lib64.
4612         * shlib-versions: Add x86-64.
4614         * elf/elf.h: Add x86-64 relocations.
4616 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
4618         * po/fr.po: Update from translation team.
4620 2001-09-19  Andreas Jaeger  <aj@suse.de>
4622         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
4623         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
4624         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
4625         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
4626         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
4627         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
4628         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
4629         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
4630         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
4631         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
4632         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
4633         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
4634         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
4635         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
4636         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
4637         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
4638         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
4639         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
4640         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
4641         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
4642         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
4643         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
4644         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
4645         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
4646         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
4647         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
4648         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
4649         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
4650         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
4651         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
4652         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
4653         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
4654         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
4655         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
4656         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
4657         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
4658         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
4659         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
4660         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
4661         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
4662         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
4663         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
4664         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
4665         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
4666         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
4667         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
4668         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
4669         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
4670         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
4671         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
4672         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
4673         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
4674         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
4675         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
4676         * sysdeps/unix/x86_64/sysdep.S: New file.
4677         * sysdeps/unix/x86_64/sysdep.h: New file.
4678         * sysdeps/x86_64/Implies: New file.
4679         * sysdeps/x86_64/Makefile: New file.
4680         * sysdeps/x86_64/Versions: New file.
4681         * sysdeps/x86_64/__longjmp.S: New file.
4682         * sysdeps/x86_64/abort-instr.h: New file.
4683         * sysdeps/x86_64/atomicity.h: New file.
4684         * sysdeps/x86_64/bits/endian.h: New file.
4685         * sysdeps/x86_64/bits/setjmp.h: New file.
4686         * sysdeps/x86_64/bits/string.h: New file.
4687         * sysdeps/x86_64/bp-asm.h: New file.
4688         * sysdeps/x86_64/bsd-_setjmp.S: New file.
4689         * sysdeps/x86_64/bsd-setjmp.S: New file.
4690         * sysdeps/x86_64/dl-machine.h: New file.
4691         * sysdeps/x86_64/elf/initfini.c: New file.
4692         * sysdeps/x86_64/elf/start.S: New file.
4693         * sysdeps/x86_64/ffs.c: New file.
4694         * sysdeps/x86_64/ffsll.c: New file.
4695         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
4696         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
4697         * sysdeps/x86_64/fpu/e_acosl.c: New file.
4698         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
4699         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
4700         * sysdeps/x86_64/fpu/e_expl.c: New file.
4701         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
4702         * sysdeps/x86_64/fpu/e_log10l.S: New file.
4703         * sysdeps/x86_64/fpu/e_log2l.S: New file.
4704         * sysdeps/x86_64/fpu/e_logl.S: New file.
4705         * sysdeps/x86_64/fpu/e_powl.S: New file.
4706         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
4707         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
4708         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
4709         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
4710         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
4711         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
4712         * sysdeps/x86_64/fpu/fegetenv.c: New file.
4713         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
4714         * sysdeps/x86_64/fpu/fegetround.c: New file.
4715         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
4716         * sysdeps/x86_64/fpu/fesetenv.c: New file.
4717         * sysdeps/x86_64/fpu/fesetround.c: New file.
4718         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
4719         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
4720         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
4721         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
4722         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
4723         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
4724         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
4725         * sysdeps/x86_64/fpu/s_atanl.c: New file.
4726         * sysdeps/x86_64/fpu/s_cosl.S: New file.
4727         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
4728         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
4729         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
4730         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
4731         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
4732         * sysdeps/x86_64/fpu/s_logbl.c: New file.
4733         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
4734         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
4735         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
4736         * sysdeps/x86_64/fpu/s_rintl.c: New file.
4737         * sysdeps/x86_64/fpu/s_significandl.c: New file.
4738         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
4739         * sysdeps/x86_64/fpu/s_sinl.S: New file.
4740         * sysdeps/x86_64/fpu/s_tanl.S: New file.
4741         * sysdeps/x86_64/gmp-mparam.h: New file.
4742         * sysdeps/x86_64/hp-timing.c: New file.
4743         * sysdeps/x86_64/hp-timing.h: New file.
4744         * sysdeps/x86_64/htonl.S: New file.
4745         * sysdeps/x86_64/memusage.h: New file.
4746         * sysdeps/x86_64/setjmp.S: New file.
4747         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
4748         * sysdeps/x86_64/stackinfo.h: New file.
4749         * sysdeps/x86_64/sysdep.h: New file.
4750         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
4752         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
4753         L Moshier.
4755 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
4757         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
4758         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
4760 2001-09-18  Andreas Schwab  <schwab@suse.de>
4762         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
4763         list, now that l_scope is a pointer.
4765         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
4766         scope list.
4768 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
4770         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
4771         (elf_machine_rela_relative): Add a missing declaration.
4773 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
4775         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
4776         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
4777         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
4778         ldd-rewrite scripts.
4780 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
4782         * elf/ldd.bash.in: Update copyright message.
4784 2001-09-17  H.J. Lu  <hjl@gnu.org>
4786         * hurd/hurdmalloc.c (bcopy): Removed.
4787         (realloc): Replace bcopy with memcpy.
4788         * hurd/path-lookup.c (file_name_path_scan): Likewise.
4789         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
4790         * sunrpc/rpcinfo.c (pmapdump): Likewise.
4792         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
4793         (gethostbyaddr): Likewise.
4794         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
4796 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
4798         * sysdeps/gnu/eval.c: Removed.
4800 2001-09-18  Andreas Jaeger  <aj@suse.de>
4802         * sysdeps/i386/fpu/s_logbl.S: Move to ...
4803         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
4805         * sysdeps/i386/fpu/s_rintl.S: Move to ...
4806         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
4808         * sysdeps/i386/fpu/s_significandl.S: Move to ...
4809         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
4811 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
4813         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
4814         nrules value.
4816 2001-09-14  H.J. Lu  <hjl@gnu.org>
4818         * sysdeps/mips/fpu/libm-test-ulps: Updated.
4820 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
4822         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
4823         Patch by Florian La Roche <laroche@redhat.com>.
4825         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
4827         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
4828         ETHER_CRC_LEN.
4830 2001-09-14  Andreas Schwab  <schwab@suse.de>
4832         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
4833         Sumner <bls@sgi.com>.
4834         * posix/execlp.c: Likewise.
4836 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
4838         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
4839         is already found earlier in the search scope.
4841 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
4843         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
4844         filter.
4846 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
4848         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
4850 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
4852         * config.h.in: Enforce optimization to be used.
4853         * Makeconfig (preprocess-versions): Define ASSEMBLER.
4854         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
4855         * posix/Makefile (annexc-CFLAGS): Define to -O.
4856         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
4858 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
4860         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
4861         Patch by Stephan Kulow.
4863 2001-09-08  Ben Collins  <bcollins@debian.org>
4865         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
4866         usage of RESOLVE() (r_type, not reloc->r_type).
4868 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
4870         * elf/dl-object.c: Avoid allocating extra memory block for name.
4871         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
4872         allocated separately.
4873         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
4875 2001-09-08  H.J. Lu  <hjl@gnu.org>
4877         * po/zh_TW.po: Fix a typo.
4879 2001-09-07  Tom Rix  <trix@redhat.com>
4881         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
4883 2001-08-26  Tom Rix  <trix@redhat.com>
4885         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
4886         command line options.
4887         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
4888         * sysdeps/unix/sysv/aix/start.c: Removed.
4889         * sysdeps/unix/sysv/aix/start-libc.c: New file.
4890         * sysdeps/unix/sysv/aix/init-first.c: New file.
4891         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
4893 2001-09-08  Ben Collins  <bcollins@debian.org>
4895         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
4896         * sysdeps/generic/dl-machine.h: Likewise.
4897         * sysdeps/hppa/dl-fptr.c: Likewise.
4898         * sysdeps/ia64/dl-fptr.c: Likewise.
4899         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
4900         * sysdeps/mips/dl-machine.h: Likewise.
4901         * sysdeps/mips/mips64/dl-machine.h: Likewise.
4902         * sysdeps/powerpc/dl-machine.c: Likewise.
4904 2001-09-07  Ben Collins  <bcollins@debian.org>
4906         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
4908         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
4910 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
4912         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
4913         dependencies if necessary.
4915         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
4916         loaded directly) determine length if l_initfini list by iterating
4917         over its elements.  Minor optimizations.
4918         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
4919         for dependency objects.
4920         If object was already loaded check whether any of the dependencies
4921         is already on the relocation dependency list.  If yes, remove the
4922         latter.  Minor optimizations.
4923         * elf/dl-lookup.c (add_dependency): Add check for self reference of
4924         maps here.  Search l_initfini list only if the object was loaded
4925         directly and not only as a dependency.
4926         (_dl_lookup_symbol): Add relocation dependency also if object
4927         is not in global scope.  Remove test for self-reference here.
4928         (_dl_lookup_versioned_symbol): Likewise.
4929         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
4930         element of first name record.
4931         * elf/loadtest.c: Add some more test to recognize early if an object
4932         wasn't unloaded.
4933         * elf/Makefile: Add rules to build and run reldep5.
4934         * elf/reldep5.c: New file.
4935         * elf/reldepmod5.c: New file.
4936         * elf/reldepmod6.c: New file.
4938         * elf/reldep2.c: Fix typo.
4940 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
4942         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
4943         elements.  Change l_scope to be a pointer only.
4944         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
4945         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
4946         here add searchlist of newly open file to the dependency's scope.
4947         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
4948         only searchlist from its scope.  Free own scope array if necessary.
4949         * elf/Makefile (tests): Add dblload and dblunload now.
4951 2001-09-06  Andreas Jaeger  <aj@suse.de>
4953         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
4954         Stephen L Moshier.
4956 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
4958         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
4959         they both fail.
4960         * elf/dblload.c: New file.
4961         * elf/dblloadmod1.c: New file.
4962         * elf/dblloadmod2.c: New file.
4963         * elf/dblloadmod3.c: New file.
4964         * elf/dblunload.c: New file.
4966 2001-09-04  Richard Henderson  <rth@redhat.com>
4968         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
4969         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
4971 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
4973         Correct very misleading message for error in failed runtime relocation.
4974         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
4975         place of the error.
4976         (_dl_signal_cerror): Likewise.
4977         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
4978         * elf/dl-close.c: Likewise.
4979         * elf/dl-deps.c: Likewise.
4980         * elf/dl-load.c: Likewise.
4981         * elf/dl-lookup.c: Likewise.
4982         * elf/dl-open.c: Likewise.
4983         * elf/dl-reloc.c: Likewise.
4984         * elf/dl-sym.c: Likewise.
4985         * elf/dl-version.c: Likewise.
4986         * sysdeps/generic/dl-sysdep.c: Likewise.
4988 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
4990         * iconv/strtab.c (strtabinit): Initialize null Strent.
4991         (newstring): Move len == 0 handling...
4992         (strtabadd): ...here.
4993         If len == 1, return null Strent.
4994         When inserting a suffix of an existing string, check if
4995         it is not equal to some suffix already recorded.
4996         Copy left and right members over if adding longer string.
4998 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
5000         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
5002         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
5003         (__syscall_gethostname): Add prototype.
5005 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
5007         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
5009 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
5011         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
5013 2001-08-27  Roland McGrath  <roland@frob.com>
5015         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
5016         short, copy that much into NAME anyway before returning error.
5018 2001-09-01  Richard Henderson  <rth@redhat.com>
5020         * sysdeps/alpha/elf/Dist: Remove file.
5021         * sysdeps/alpha/elf/Makefile: Remove file.
5022         * sysdeps/alpha/elf/crtbegin.S: Remove file.
5023         * sysdeps/alpha/elf/crtend.S: Remove file.
5024         * sysdeps/alpha/elf/initfini.c: New file.
5026 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
5028         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
5029         * iconv/tst-iconv3.c: Likewise.
5031 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
5033         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
5035 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
5037         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
5038         export it.
5039         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
5040         * iconv/iconv_prog.c (insert_cache): New function.
5041         (print_known_names): If cache is used call insert_cache to use the
5042         information from the cache [PR libc/2509].
5044 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
5046         * time/strptime.c (strptime_internal): Recognize 'l' format and
5047         handle it like 'I' for symmetry with strftime.
5049 2001-08-31  Richard Henderson  <rth@redhat.com>
5051         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
5052         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
5053         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
5054         (print_statistics): Make scalar unsigned long long.
5055         * sysdeps/alpha/hp-timing.h: New file.
5057 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
5059         * stdio-common/perror.c (perror): Save errno early, pass it
5060         down to perror_internal.
5061         (perror_internal): Add errnum argument.
5063 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
5065         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
5066         Don't add old memory content for R_ALPHA_REFQUAD.
5068 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
5070         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
5071         memory correctly.
5073         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
5074         instead of open, __close instead of close, __getpagesize instead
5075         of getpagesize.
5077         * string/argz-stringify.c (__argz_stringify): Use __strnlen
5078         instead of strnlen.
5079         * include/string.h (strndupa): Redefine here to use __strnlen
5080         instead of strnlen.
5081         * string/strndup.c (__strndup): Use __strnlen not strnlen.
5083         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
5084         connected).
5086 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
5088         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
5089         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
5090         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
5091         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
5092         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
5093         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
5094         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
5096 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
5098         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
5100 2001-08-30  Andreas Jaeger  <aj@suse.de>
5102         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
5103         contributed Stephen L Moshier.
5105 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
5107         * sunrpc/etc.rpc (sgi_fam): Add.
5109 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
5111         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
5113 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
5115         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
5116         first is from a previous call.
5117         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
5119 2001-08-29  Andreas Schwab  <schwab@suse.de>
5121         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
5123 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5125         * config.make.in (INSTALL_SCRIPT): Define.
5126         * Makeconfig (INSTALL_SCRIPT): Define.
5127         * Makerules (do-install-script): New macro to install scripts using
5128         INSTALL_SCRIPT.
5129         (install-bin-script): New rule to install scripts with
5130         do-install-script.
5131         (install-bin-script-nosubdir): New rule.
5132         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
5133         (distinfo-vars): Add $(install-bin-script).
5134         * Rules (others): Likewise.
5135         * Makefile (glibcbug): Install with install-bin-script.
5136         * debug/Makefile (xtrace): Likewise.
5137         (catchsegv): Likewise.
5138         * elf/Makefile (ldd): Likewise.
5139         * malloc/Makefile (mtrace): Likewise.
5140         * timezone/Makefile (tzselect): Likewise.
5142 2001-08-29  H.J. Lu  <hjl@gnu.org>
5144         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
5145         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
5146         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
5148 2001-08-29  Andreas Schwab  <schwab@suse.de>
5150         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
5152 2001-08-28  H.J. Lu  <hjl@gnu.org>
5154         * Makeconfig (combreloc-LDFLAGS): New variable.
5155         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
5156         * config.make.in (have-z-combreloc): New variable.
5157         * configure.in: Substitute libc_cv_z_combreloc.
5159 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
5161         * po/sv.po: Update from translation team.
5162         * po/fr.po: Likewise.
5163         * po/da.po: Likewise.
5165 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5167         * Makerules: Fix a typo: MD% -> MD5.
5169 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
5171         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
5172         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
5174 2001-08-28  Andreas Jaeger  <aj@suse.de>
5176         * manual/libc-texinfo.sh: Add entry about free manuals.
5178         * manual/contrib.texi (Contributors): Fix cross reference.
5180         * manual/libc.texinfo (Copying): Include freemanuals.
5182         * manual/Makefile (appendices): Add freemanuals.
5184         * manual/freemanuals.texi: New file.
5185         Patch by Brian Youmans <3diff@gnu.org>.
5187         * manual/libm-err-tab.pl: Pretty print more platforms, print a
5188         smaller table.
5190         * manual/math.texi (Errors in Math Functions): Fix grammar, start
5191         table on separate page.
5192         Patch by Brian Youmans <3diff@gnu.org>.
5194 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
5196         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
5197         the connection went down after we first used it try to connect
5198         again and resend the message before printing to the console.
5199         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
5201 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
5203         * string/tst-strlen.c (main): Test strnlen (, -1) too.
5204         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
5205         bit set.
5207 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
5209         * iconv/strtab.c (searchstring): Use correct length for comparison.
5210         (strtabadd): Account total size correct if new string has old string as
5211         substring.
5213 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
5215         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
5217 2001-08-27  Andreas Jaeger  <aj@suse.de>
5219         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
5221         * math/libm-test.inc (j0_test): Add extra tests.
5222         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
5223         not x, in Hankel approximation.
5224         Patches by Stephen L Moshier.
5226 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
5228         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
5229         link_map.
5231         * configure.in: Fix test for .rela.dyn section.
5233         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
5235 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
5237         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
5238         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
5239         Pass type_class to _dl_lookup_*.
5240         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
5241         Pass around just type_class instead of noexec, noplt pair.
5242         (_dl_lookup_versioned_symbol): Likewise.
5243         (_dl_lookup_symbol_skip): Pass around just type_class instead of
5244         noexec, noplt pair.
5245         (_dl_lookup_versioned_symbol_skip): Likewise.
5246         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
5247         * elf/do-lookup.h (do_lookup): Likewise.
5248         * include/link.h (struct link_map): Replace noexec and noplt fields
5249         in l_lookup_cache with type_class field.
5250         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
5251         ELF_RTYPE_CLASS_COPY): Define.
5252         Adjust prototypes for _dl_lookup_symbol and
5253         _dl_lookup_versioned_symbol.
5254         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
5255         elf_machine_lookup_noexec_p): Remove.
5256         (elf_machine_type_class): Define.
5257         * sysdeps/arm/dl-machine.h: Likewise.
5258         * sysdeps/hppa/dl-machine.h: Likewise.
5259         * sysdeps/cris/dl-machine.h: Likewise.
5260         * sysdeps/i386/dl-machine.h: Likewise.
5261         * sysdeps/ia64/dl-machine.h: Likewise.
5262         * sysdeps/m68k/dl-machine.h: Likewise.
5263         * sysdeps/mips/mips64/dl-machine.h: Likewise.
5264         * sysdeps/mips/dl-machine.h: Likewise.
5265         * sysdeps/powerpc/dl-machine.h: Likewise.
5266         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
5267         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
5268         * sysdeps/sh/dl-machine.h: Likewise.
5269         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
5270         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5272 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
5274         * manual/message.texi (Advanced gettext functions): Change
5275         description of plural forms for Slovak.
5276         Reported by Marcel Telka <marcel@telka.sk>.
5278         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
5279         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
5281 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
5283         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
5284         typo.  Patch by Florian La Roche <laroche@redhat.com>.
5286 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
5288         * include/link.h (struct link_map): Add l_lookup_cache element.
5289         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
5290         (RESOLVE_MAP): Likewise.
5291         (_dl_relocate_object): Remove cache initialization.
5292         * elf/dl-lookup.c: Rip out cache handling code.
5293         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
5294         declarations.
5296         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
5297         remove some __builtin_expect.
5298         (_dl_lookup_versioned_symbol): Likewise.
5300         * config.h.in: Add HAVE_Z_COMBRELOC.
5301         * configure.in: Add test for -z combreloc.
5303         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
5304         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
5305         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
5306         case to almost no code.
5308 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
5310         * po/tr.po: Update from translation team.
5312 2001-08-24  Andreas Jaeger  <aj@suse.de>
5314         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
5315         make clean works.
5317 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
5319         * elf/rtld.c (print_statistics): Printf % after percent values.
5320         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
5322         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
5323         don't have to compute the hash value and initialize current_value.
5324         Move reference_name variable to where it is needed.
5325         (_dl_lookup_versioned_symbol): Likewise.
5327 2001-08-24  Roland McGrath  <roland@frob.com>
5329         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
5330         Just test that strerror returns non-null for a few errno codes.
5332 2001-08-23  Roland McGrath  <roland@frob.com>
5334         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
5335         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
5337         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
5339         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
5340         __mach_reply_port.
5342 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
5344         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
5345         returns NULL.
5347         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
5348         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
5349         doesn't do it.
5350         * elf/rtld.c: Include <sys/param.h>.
5351         * elf/dl-reloc.c: Likewise.
5353 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5355         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
5356         empty to prevent junk from being generated.
5357         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5359 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
5361         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
5362         records.  Rename endrel to relative, initialize it to r, and use it
5363         in elf_machine_rel_relative calls.  Point r after relative relocs.
5365 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
5367         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
5368         of R_386_NONE.
5370 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
5372         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
5373         necessary.  Undefine newly defined macros at the end.
5374         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
5375         Rename from elf_machine_rel_relative.
5376         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
5377         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
5378         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
5379         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
5380         Likewise.
5381         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
5382         Likewise.
5383         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
5384         Fix argument types.
5385         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
5386         Fix argument types.
5387         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
5388         Likewise.  Fix argument types.
5389         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
5390         Likewise.  Fix argument types.
5391         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
5392         Fix argument types.
5393         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
5394         ElfW(Rel) in argument.
5395         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
5396         function.
5398 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
5400         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
5402 2001-08-24  Andreas Jaeger  <aj@suse.de>
5404         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
5405         Stephen L Moshier <moshier@mediaone.net>.
5407 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
5409         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
5410         first if RELCOUNT is set.
5412         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
5413         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
5414         elf_machine_rel_relative.
5415         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
5416         Minor optimizations.
5417         * sysdeps/arm/dl-machine.h: Likewise.
5418         * sysdeps/cris/dl-machine.h: Likewise.
5419         * sysdeps/hppa/dl-machine.h: Likewise.
5420         * sysdeps/i386/dl-machine.h: Likewise.
5421         * sysdeps/ia64/dl-machine.h: Likewise.
5422         * sysdeps/m68k/dl-machine.h: Likewise.
5423         * sysdeps/mips/dl-machine.h: Likewise.
5424         * sysdeps/powerpc/dl-machine.h: Likewise.
5425         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
5426         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5427         * sysdeps/sh/dl-machine.h: Likewise.
5428         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
5429         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
5431 2001-08-23  Roland McGrath  <roland@frob.com>
5433         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
5435         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
5436         sysdeps/mach version.  Implement counting ("recursive") mutexes
5437         on top of cthreads mutexes.
5438         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
5440         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
5441         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
5442         (__libc_cleanup_region_start, __libc_cleanup_region_end,
5443         __libc_clean_end): Define these to call the cleanup function after
5444         normal exit when they're supposed to.
5446         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
5447         Take new first arg DOIT, a boolean saying whether to really install
5448         any cleanup handler.
5449         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
5450         (__libc_cleanup_end): Likewise.
5451         * sysdeps/generic/bits/libc-lock.h: Same changes.
5452         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
5453         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
5454         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
5455         Likewise.
5456         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
5457         * sysdeps/generic/bits/stdio-lock.h
5458         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
5460 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
5462         * elf/ldconfig.c (search_dir): Remove stale symlinks.
5464 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
5466         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New.
5467         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
5468         lookups in cache.
5469         (_dl_lookup_versioned_symbol): Likewise.
5470         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
5471         relocation lookup.
5472         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
5473         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
5474         (lookup_cache, lookup_cache_versioned): Add declarations.
5476 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
5478         * stdlib/tst-random.c (main): Swap parameters in fail call.
5479         Patch by Pete Bevin <pete@petebevin.com>.
5481 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
5483         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
5485 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
5487         * malloc/obstack.c: Indent preprocessor directives.
5488         Patch by Jim Meyering <meyering@ascend.com>.
5490         * po/ja.po: Update from translation team.
5492 2001-08-23  Roland McGrath  <roland@frob.com>
5494         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
5496         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
5497         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
5499 2001-08-22  Roland McGrath  <roland@frob.com>
5501         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
5502         __libc_lock_define_recursive.
5503         * elf/dl-open.c: Don't declare it here any more.
5504         * elf/dl-close.c: Likewise.
5505         * elf/dl-lookup.c: Likewise.
5506         * elf/dl-iteratephdr.c: Likewise.
5507         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
5508         __libc_lock_unlock_recursive.
5509         * elf/dl-close.c (_dl_close): Likewise
5510         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
5511         * elf/dl-open.c (_dl_open): Likewise
5513         * sysdeps/generic/bits/libc-lock.h
5514         (__libc_lock_define_recursive): New macro.
5515         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
5516         (_IO_lock_lock): Use __libc_lock_lock_recursive.
5517         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
5519         * conform/conformtest.pl (checknamespace): Sort the output list.
5521         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
5522         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
5523         definitions conditional on [__USE_XOPEN].
5525         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
5526         these unconditionally, not only use [__USE_BSD], so as to match
5527         the sysdeps/unix/sysv/linux files.
5529 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
5531         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
5532         avoid warnings.
5534         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
5535         DL_LOOKUP_ADDRESS.
5537 2001-08-22  Roland McGrath  <roland@frob.com>
5539         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
5540         conditionalization of sa_handler/sa_sigaction member types to
5541         match the sysdeps/unix/sysv/linux file.
5543 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
5545         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
5546         symbol sizes a bit better.
5548         * sysdeps/ia64/strncpy.S: Complete rewrite.
5549         Contributed by Jakub Jelinek <jakub@redhat.com>.
5551         * string/stratcliff.c (main): Add strncpy test.
5553 2001-08-22  Roland McGrath  <roland@frob.com>
5555         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
5556         and don't declare unsetenv or _environ directly.
5557         (unsetenv): Return int, not void.  Use __environ instead of _environ.
5559 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
5561         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
5562         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
5563         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
5564         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
5565         test for cmsg struct size.
5567 2001-04-23  Paul Eggert  <eggert@twinsun.com>
5569         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
5570         Rename __argc to ___argc in prototypes to avoid compatibility
5571         problems with systems that reserve the identifier "__argc".
5572         Similarly for __argv.
5574 2001-08-21  Roland McGrath  <roland@frob.com>
5576         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
5578         * mach/Makefile (tests): Removed.
5579         * mach/hello.c: File removed.
5581 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
5583         * po/sv.po: Update from translation team.
5585         * stdio-common/vfscanf.c: Fix handling of %l[].
5586         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
5588         * libio/Makefile (tests): Add tst-sscanf.
5589         * libio/tst-sscanf.c: New file.
5591         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
5592         * malloc/mtrace.c (tr_where): dli_sname always points to a
5593         non-empty string if != NULL.
5594         Reported by Tim Janik <timj@gtk.org>.
5596 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
5598         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
5599         buf.  Free resources on failure.
5600         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
5601         (makefd_xprt): Likewise.
5602         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
5603         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
5604         * sunrpc/auth_unix.c (authunix_create): Likewise.
5606 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
5608         * string/strnlen.c: Remove.
5609         * sysdeps/generic/strnlen.c: New file.
5610         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
5612 2001-08-21  Roland McGrath  <roland@frob.com>
5614         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
5615         as a macro, not an extern inline function.
5617         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
5618         * Versions.def (libc): Add GLIBC_2.2.5 set.
5619         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
5620         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
5622 2001-08-20  Roland McGrath  <roland@frob.com>
5624         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
5625         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
5627 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
5629         * string/bits/string2.h: Remove strnlen optimization here.
5630         * sysdeps/i386/i486/bits/string.h: Add it here.
5632 2001-08-21  Wolfram Gloger  <wg@malloc.de>
5634         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
5636 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
5638         * po/gl.po: Update from translation team.
5640 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
5642         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
5643         * misc/err.c (convert_and_print): Likewise.
5645         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
5646         function calls.
5648 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5650         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
5651         change of the gregset_t type.
5652         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
5654 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
5656         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
5658 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
5660         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
5662         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
5664 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
5666         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
5667         before calling the cthreads initialization code.
5669 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
5671         * argp/argp-help.c: Fix two problems introduced in last change.
5673         * include/dirent.h: Include <dirstream.h> first.
5675 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
5677         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
5679         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
5680         * sunrpc/xdr_rec.c: Likewise.
5681         * sunrpc/xdr_mem.c: Likewise.
5682         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
5683         * sunrpc/rpc_cmsg.c: Likewise.
5684         * sunrpc/getrpcport.c (getrpcport): Likewise.
5685         * sunrpc/clnt_simp.c (callrpc): Likewise.
5686         * sunrpc/clnt_gen.c (clnt_create): Likewise.
5687         * string/envz.c: Likewise.
5689         * po/ko.po: Update from translation team.
5691         * argp/argp-help.c: Handle wide oriented stderr stream.
5693 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
5695         * sysdeps/generic/strtol.c: Little optimizations.  Add some
5696         __builtin_expect.
5698         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
5700         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
5701         * wcsmbs/wcwidth.c (wcwdith): Likewise.
5702         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
5704         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
5706         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
5708         * time/time.h (struct timespec): Use __time_t for tv_sec element.
5710         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
5711         wchar_t for function declarations and defintions.
5713         * misc/sys/select.h: Define __need_time_t before including <time.h>.
5714         Define suseconds_t if it hasn't happened yet.
5716         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
5718         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
5720         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
5721         <stddef.h>.
5723         * conform/data/stddef.h-data: Remove wint_t.
5725         * conform/conformtest.pl: Change namespace test to take #undef
5726         lines into account.
5728         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
5730         * conform/data/sys/socket.h-data: Add sockatmark.
5732 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
5734         * io/fts.c: Update from recent BSD source.
5736 2001-08-17  Roland McGrath  <roland@frob.com>
5738         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
5739         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
5740         Likewise.
5742 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
5744         * locale/duplocale.c (__duplocale): Also initialize the special
5745         __ctype_* elements.
5747         * conform/data/netdb.h-data: Adjust gai_strerror return type.
5749 2001-08-17  Andreas Jaeger  <aj@suse.de>
5751         * misc/getpass.c: Include wchar.h for prototypes.
5752         * malloc/obstack.c: Likewise.
5754 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
5756         * sunrpc/svc_simple.c (universal): Use __write instead of write.
5758         * wcsmbs/wcscoll.c: Also define __wcscoll.
5759         * include/wchar.h: Declare __wcscoll.
5761         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
5762         * libio/vwprintf.c: Likewise.
5763         * libio/wprintf.c: Likewise.
5765         * iconv/gconv_cache.c: Use __munmap instead of munmap.
5767 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
5769         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
5770         instead of mbrtowc.
5771         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
5772         wcslen, and __wcscoll instead of wcscoll.
5774         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
5776         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
5777         __getuid instead of getuid.
5779         * stdio-common/perror.c (perror): Use __close instead of close.
5780         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
5781         * libio/freopen.c (freopen): Likewise.
5782         * libio/freopen64.c (freopen64): Likewise.
5784         * libio/tst-ungetwc2.c (main): Define str const.
5786         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
5787         * libio/fwprintf.c: Also define __fwprintf.
5788         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
5789         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
5790         * assert/assert-perr.c: Likewise.
5791         * assert/assert.c: Likewise.
5792         * gmon/gmon.c: Likewise.
5793         * inet/rcmd.c: Likewise.
5794         * malloc/obstack.c: Likewise.
5795         * misc/err.c: Likewise.
5796         * misc/error.c: Likewise.
5797         * misc/getpass.c: Likewise.
5798         * posix/getopt.c: Likewise.
5799         * resolv/res_hconf.c: Likewise.
5800         * stdio-common/perror.c: Likewise.
5801         * stdio-common/psignal.c: Likewise.
5802         * stdlib/fmtmsg.c: Likewise.
5803         * sunrpc/auth_unix.c: Likewise.
5804         * sunrpc/clnt_perr.c: Likewise.
5805         * sunrpc/clnt_tcp.c: Likewise.
5806         * sunrpc/clnt_udp.c: Likewise.
5807         * sunrpc/clnt_unix.c: Likewise.
5808         * sunrpc/svc_simple.c: Likewise.
5809         * sunrpc/svc_tcp.c: Likewise.
5810         * sunrpc/svc_udp.c: Likewise.
5811         * sunrpc/svc_unix.c: Likewise.
5812         * sunrpc/xdr.c: Likewise.
5813         * sunrpc/xdr_array.c: Likewise.
5814         * sunrpc/xdr_rec.c: Likewise.
5815         * sunrpc/xdr_ref.c: Likewise.
5816         * sysdeps/generic/wordexp.c: Likewise.
5818         * po/it.po: Update from translation team.
5820         * misc/err.c: Handle wide oriented stderr stream.
5822 2001-08-14  Tom Rix  <trix@redhat.com>
5824         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
5825         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
5827 2001-08-13  Tom Rix  <trix@redhat.com>
5829         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
5830         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
5831         and __intptr_t.
5833 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5835         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
5836         Store the access registers to the ucontext structure.
5837         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
5838         Likewise.
5840         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
5841         Load the access registers from the ucontext structure.
5842         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
5843         Likewise.
5845         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
5846         offsets to the new ucontext layout.
5847         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
5849         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
5850         of the ucontext structure.
5851         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
5853 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
5855         * misc/error.c (error): Handle wide oriented stderr stream correctly.
5856         (error_at_line): Likewise.
5858         * stdio-common/perror.c (perror): Implement according to standard.
5859         The stream orientation must not be changed if the stream was not
5860         oriented before the call.
5861         * stdio-common/Makefile (tests): Add tst-perror.
5862         * stdio-common/tst-perror.c: New file.
5865 See ChangeLog.12 for earlier changes.