From a9a1b00101a0a247c19e37d10130102d0df3c510 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 10 Sep 1998 15:04:50 +0000 Subject: [PATCH] Update. --- ChangeLog | 13 +++++++++++++ FAQ | 6 +++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 44f9a3f31c0..1daf7abcdc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +1998-09-10 11:53 Ulrich Drepper + + * time/tzfile.c (__tzfile_read): Handle case when there are no + transitions. + * time/tzset.c (tzset_internal): Set __timezone before returning. + +1998-09-10 Ulrich Drepper + + * resolv/res_init.c (res_init): Initialize _res.nscount and + _res.nsaddr.sin_port differently for the can when no loopback is + available to allow immediate timeout in non-networking environments. + Patch by Cristian Gafton . + 1998-08-31 Ulrich Drepper * elf/dl-close.c (_dl_close): Update _dl_loaded if the first diff --git a/FAQ b/FAQ index 588f09bd6f0..b508eb5c882 100644 --- a/FAQ +++ b/FAQ @@ -76,7 +76,7 @@ please let me know. 2.18. I have killed ypbind to stop using NIS, but glibc continues using NIS. 2.19. Under Linux/Alpha, I always get "do_ypcall: clnt_call: - RPC: Unable to receive; errno = Connection refused" when using NIS. + RPC: Unable to receive; errno = Connection refused" when using NIS. 3. Source and binary incompatibilities, and what to do about them @@ -179,6 +179,10 @@ releases are known to have bugs that prevent a successful compilation. For alpha-linux you need at least GNU binutils 2.8.1.0.18 available from ftp://ftp.yggdrasil.com/private/hjl +{AJ} Please don't use binutils 2.7. That release contains some bugs which +might make it neccessary that you've got to recompile all your glibc2 +binaries when upgrading the GNU C library. + 1.5. Do I need some more things to compile GNU C Library? -- 2.47.2