From: Ulrich Drepper Date: Mon, 2 Mar 1998 13:42:39 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/before-sparc-2_0_x-branch~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dd41b9899dc7cbde798380ade7042689baa6fae;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 79912fcca7a..385e644a91a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +1998-02-28 Andreas Jaeger + + * dladdr.c (dladdr): Remove duplicate code. + +1998-03-02 Ulrich Drepper + + * Makefile (subdirs): Remove login. It appears in + sysdeps/unix/Subdirs. Reported by Roland McGrath. + + * configure.in: Fix script for handling $CC containing whitespace. + Patch by Roland McGrath. + + * configure.in: Avoid //s in sysdirs. Patch by Roland McGrath. + +1998-03-02 07:17 H.J. Lu + + * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when + setting _dl_global_scope for RTLD_GLOBAL. + +1998-02-05 20:41 Wolfram Gloger + + * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume + that the number of program headers is >0 (which is wrong for the + loader itself). + +1998-02-27 Ulrich Drepper + + * posix/execl.c: POSIX.1 says that argv[0] *should* be provided, + but does not require it. Handle missing argv[] values gracefully. + * posix/execle.c: Likewise. + +1998-02-26 Ulrich Drepper + + * stdio-common/vfscanf.c: Fix problem with EOF while waiting for + input. + 1998-02-18 23:31 Richard Henderson * stdlib/strtod.c (STRTOF): Don't call lshift with zero count. @@ -26,7 +62,7 @@ 1998-02-22 Andreas Jaeger * sysdeps/unix/sysv/linux/statfsbuf.h: Include for - __fsid_t. Reported by Gene McCulley . + __fsid_t. Reported by Gene McCulley . 1998-02-19 Ulrich Drepper @@ -97,7 +133,7 @@ 1998-02-08 Andreas Jaeger * sysdeps/mach/_strerror.c (_strerror_internal): Use memcpy - instead of __mempcpy. Reported by OKUJI Yoshinori + instead of __mempcpy. Reported by OKUJI Yoshinori . [PR libc/446]. 1998-02-06 Andreas Jaeger @@ -140,24 +176,23 @@ 1998-01-22 Andreas Jaeger - * sysdeps/libm-ieee754/s_modfl.c (modf): Correct - calculation. Patch by Markus Schoder - . + * sysdeps/libm-ieee754/s_modfl.c (modf): Correct calculation. + Patch by Markus Schoder . 1998-02-03 Andreas Jaeger * manual/errno.texi (Error Messages): Correct description of - strerror_r. Pointed out by jonas@bagge.se. + strerror_r. Pointed out by jonas@bagge.se. 1998-02-02 Andreas Jaeger * db/makedb.c (main): Add output_name to error message. - * sunrpc/rpc/xdr.h: Include and . Patch - by Thorsten Kukuk. + * sunrpc/rpc/xdr.h: Include and . + Patch by Thorsten Kukuk. * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname2_r): Correct - last patch. Patch by Thorsten Kukuk. + last patch. Patch by Thorsten Kukuk. * nss/getXXent_r.c: Include diff --git a/NEWS b/NEWS index db3d7c490a9..43e362d7758 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,10 @@ Please send GNU C library bug reports using the `glibcbug' script to . Questions and suggestions should be send to . +Version 2.0.7 + +* more bug fixes + Version 2.0.6 * more bug fixes