]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 12 Aug 1998 12:31:30 +0000 (12:31 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 12 Aug 1998 12:31:30 +0000 (12:31 +0000)
ChangeLog
FAQ

index 16dbae3660b49707e450f37738ac26d304748837..ef62d79d3f7927436562184e8227c23b4618048e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+1998-08-12 12:09  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/unix/sysv/linux/socketbits.h: Add more magic to work better
+       with kernel headers.  Patch by Matti Aarnio <matti.aarnio@sonera.fi>.
+
+       * 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  <gafton@redhat.com>
+
+       * pwd/putpwent.c (putpwent): Avoid writting (none) in the passwd file.
+       * shadow/putspent.c (putspent): Likewise.
+
+1998-08-10  Ulrich Drepper  <drepper@cygnus.com>
+
+       * 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  <drepper@cygnus.com>
+
+       * 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  <aj@arthur.rhein-neckar.de>
+
+       * inet/rcmd.c (__ivaliduser): Allow '#' as comment character.
+
+1998-08-08 14:01  Ulrich Drepper  <drepper@cygnus.com>
+
+       * elf/rtld.c: Take empty LD_PRELOAD string into account.
+       Patch by Cristian Gafton <gafton@redhat.com>.
+
 1998-08-04 15:24  Ulrich Drepper  <drepper@cygnus.com>
 
        * po/de.po: Update for 2.0.7.
diff --git a/FAQ b/FAQ
index 5ba53cb24da020fe6f99a07278293cba78d852d5..3e60ff102997fa6ca3d8dcb8149b0828f24de0c0 100644 (file)
--- 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.