]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 23 Nov 1999 17:47:03 +0000 (17:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 23 Nov 1999 17:47:03 +0000 (17:47 +0000)
ChangeLog
FAQ.in
linuxthreads_db/ChangeLog

index c38462058d9a56c4b80452c82219e6d38ac3a2ac..d267f286aa9bbb607085b9953054128e63c2e71a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-11-23  Thorsten Kukuk  <kukuk@suse.de>
+
+       * iconv/skeleton.c: Don't access next_step->fct if data->is_last
+       is true.
+
 1999-11-22  Andreas Jaeger  <aj@suse.de>
 
        * sunrpc/rpc_clntout.c (printbody): Fix -CLMNab output.
diff --git a/FAQ.in b/FAQ.in
index 8cd938dabebab3237e38d7d7e3dd1f504e2b6e76..f84ac2a2bba0b564e7d24f20cdb6f12a1f0791fd 100644 (file)
--- a/FAQ.in
+++ b/FAQ.in
@@ -898,11 +898,11 @@ shadow_compat: nis
 that have been linked against glibc 2.0 will continue to work.
 
 If you compile your own binaries against glibc 2.1, you also need to
-recompile some other libraries.  The problem is that libio had to be
-changed and therefore libraries that are based or depend on the libio
-of glibc, e.g. ncurses or slang, need to be recompiled.  If you
-experience strange segmentation faults in your programs linked against
-glibc 2.1, you might need to recompile your libraries.
+recompile some other libraries.  The problem is that libio had to be changed
+and therefore libraries that are based or depend on the libio of glibc,
+e.g. ncurses, slang and most C++ libraries, need to be recompiled.  If you
+experience strange segmentation faults in your programs linked against glibc
+2.1, you might need to recompile your libraries.
 
 Another problem is that older binaries that were linked statically against
 glibc 2.0 will reference the older nss modules (libnss_files.so.1 instead of
index ecd407a30b0cf382cea17a3d13d70406f306894e..bb5b019f3926fc86b92986abba057c624f3a781f 100644 (file)
@@ -1,3 +1,7 @@
+1999-11-23  Ulrich Drepper  <drepper@cygnus.com>
+
+       * Makefile: Correct dependency for shared object.
+
 1999-11-22  Ulrich Drepper  <drepper@cygnus.com>
 
        * td_ta_map_lwp2thr.c: Add missing brace in comparison.