Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 21 Apr 2000 04:35:39 +0000 (04:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 21 Apr 2000 04:35:39 +0000 (04:35 +0000)
2000-04-20  Ulrich Drepper  <drepper@redhat.com>

* manual/stdio.texi: Give advise about handling error when using
stream functions.
Patch by Michael Deutschmann <michael@talamasca.ocis.net>.

ChangeLog
FAQ.in
linuxthreads/ChangeLog

index ec7e3f8..806c648 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-04-20  Ulrich Drepper  <drepper@redhat.com>
+
+       * manual/stdio.texi: Give advise about handling error when using
+       stream functions.
+       Patch by Michael Deutschmann <michael@talamasca.ocis.net>.
+
 2000-04-19  Jakub Jelinek  <jakub@redhat.com>
 
        * locale/programs/ld-ctype.c (ctype_output): Set size of the idx
diff --git a/FAQ.in b/FAQ.in
index 380a69c..348a860 100644 (file)
--- a/FAQ.in
+++ b/FAQ.in
@@ -1083,9 +1083,6 @@ the one library cannot be read by functions from the other library.  Sorry,
 but this is what a major release is for.  It's better to have a cut now than
 having no means to support the new techniques later.
 
-{MK} There is however a (partial) solution for this problem.  Please take a
-look at the file `login/README.utmpd'.
-
 ??     Where are the DST_* constants found in <sys/time.h> on many
        systems?
 
index f97889f..d78b0e7 100644 (file)
@@ -1,3 +1,12 @@
+2000-04-20  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/pthread/bits/libc-lock.h: Only declare __pthread_rwlock_*
+       if __USE_UNIX98.
+
+2000-04-18  Andreas Jaeger  <aj@suse.de>
+
+       * Versions: Use ld instead of ld.so.
+
 2000-04-18  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h (struct sigcontext):