From: Ulrich Drepper Date: Wed, 12 Aug 1998 12:31:30 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f189f7b477a4daae055fe0f07e6d3c6054b5ee05;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 16dbae3660b..ef62d79d3f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +1998-08-12 12:09 Ulrich Drepper + + * sysdeps/unix/sysv/linux/socketbits.h: Add more magic to work better + with kernel headers. Patch by Matti Aarnio . + + * elf/elf.h: Define R_68K_NUM, R_386_NUM, R_SPARC_NUM, R_MIPS_NUM, + and R_ALPHA_NUM. + + * elf/Makefile: Undo last change. + + * po/dv.po: Update for 2.0.7. + + * posix/glob.c: Carry over changes from 2.1 which increase the speed + and fix some bugs. + +1998-08-07 Cristian Gafton + + * pwd/putpwent.c (putpwent): Avoid writting (none) in the passwd file. + * shadow/putspent.c (putspent): Likewise. + +1998-08-10 Ulrich Drepper + + * nss/nss_db/db-XXX.c (_nss_db_getXXX): If buffer is too small + decrement `entidx' to allow retrieving the same entry again. + +1998-08-09 09:40 Ulrich Drepper + + * nss/nss_files/files-XXX.c (internal_getent): In case of an read + error do not trust errno value, set it to ENOENT. + +1998-08-03 Andreas Jaeger + + * inet/rcmd.c (__ivaliduser): Allow '#' as comment character. + +1998-08-08 14:01 Ulrich Drepper + + * elf/rtld.c: Take empty LD_PRELOAD string into account. + Patch by Cristian Gafton . + 1998-08-04 15:24 Ulrich Drepper * po/de.po: Update for 2.0.7. diff --git a/FAQ b/FAQ index 5ba53cb24da..3e60ff10299 100644 --- a/FAQ +++ b/FAQ @@ -594,7 +594,7 @@ http://www-vt.uni-paderborn.de/~kukuk/linux/nisplus.html). from ypbind. ypbind 3.3 and older versions don't always remove these files, so glibc will use them furthermore. Other BSD versions seem to work correct. Until ypbind 3.4 is released, you can find a patch at -ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypbind-3.3-glibc2.diff. +ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypbind-3.3-glibc2.diff.gz. 2.12. After installing glibc name resolving doesn't work properly.