From: Ulrich Drepper Date: Tue, 7 Jul 1998 12:03:36 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e33c3202090cb5b1259f3309e2aef58d561adb8;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 5dd03d0e2ad..174daf3087f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +1998-07-04 10:14 Ulrich Drepper + + * time/tzfile.c (__tzfile_read): Correct setting of __tzname array + values. + (__tzfile_compute): Correct setting of __tzname array values. + +1998-07-07 12:00 Ulrich Drepper + + * resolv/res_comp.c: Prevent warning. + +1998-07-06 12:04 Ulrich Drepper + + * nis/nss_nis/nis-pwd.c (internal_nis_getpwent_r): Handle adjunct + password scheme. + (_nss_nis_getpwnam_r): Likewise. + (_nss_nis_getpwuid_r): Likewise. + +1998-07-06 Ulrich Drepper + + * sysdeps/unix/sysv/linux/netinet/in.h: Use u_int32_t instead of + uint32_t. + +1998-07-06 17:58 Ulrich Drepper + + * elf/rtld.c: Fix problem with empty LD_PRELOAD value. + Patch by David Engel. + 1998-07-06 Ulrich Drepper * inet/rcmd.c (iruserok): Initialize hostf. @@ -14,6 +41,14 @@ * stdlib/strtod.c (str_to_mpn): Fix extending of n array which only should happen for cy != 0. +1998-06-15 14:35 Ulrich Drepper + + * sunrpc/svc_tcp.c (readtcp): Also listen to all the other connections + and process incoming data. + * sunrpc/xdr_rec.c (set_input_fragment): Only recognize zero length + fragments as invalid. + Patches by Thorsten Kukuk . + 1998-06-14 Andreas Schwab * elf/rtld.c (_dl_start): Make static.