This commit is contained in:
Ulrich Drepper 1998-09-10 15:04:50 +00:00
parent 247c6b0614
commit a9a1b00101
2 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,16 @@
1998-09-10 11:53 Ulrich Drepper <drepper@cygnus.com>
* 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 <drepper@cygnus.com>
* 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 <gafton@redhat.com>.
1998-08-31 Ulrich Drepper <drepper@cygnus.com>
* elf/dl-close.c (_dl_close): Update _dl_loaded if the first

6
FAQ
View File

@ -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?