diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-04 17:21:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-04 17:21:03 +0000 |
commit | 57635f15d96cb65de32d3b44dc8885239b940f4e (patch) | |
tree | 3e58b776bcb5bfd2fcba8880ce46065366bdee7d | |
parent | 22f1cb2ee17398b8ad962c606abdd18a9b94525b (diff) | |
download | glibc-57635f15d96cb65de32d3b44dc8885239b940f4e.tar.gz glibc-57635f15d96cb65de32d3b44dc8885239b940f4e.tar.xz glibc-57635f15d96cb65de32d3b44dc8885239b940f4e.zip |
Update.
-rw-r--r-- | ChangeLog | 52 | ||||
-rw-r--r-- | FAQ | 8 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | PROJECTS | 6 | ||||
-rw-r--r-- | README.template | 2 |
5 files changed, 63 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog index 3d5b51cd12..e44b85dafb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +1998-03-04 12:43 Ulrich Drepper <drepper@cygnus.com> + + * manual/texinfo.tex: Updated. + +1998-03-04 Andreas Jaeger <aj@arthur.rhein-neckar.de> + + * manual/maint.texi: Change prep.ai.mit.edu to {ftp}.gnu.org. + +1998-02-24 08:10 H.J. Lu <hjl@gnu.org> + + * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno. + +1998-02-24 09:40 Ulrich Drepper <drepper@cygnus.com> + + * elf/ldd.sh.in: Add compatibility for broken old shells. + * elf/ldd.bash.in: Likewise. + +1998-03-04 Ulrich Drepper <drepper@cygnus.com> + + * sunrpc/rpc/auth.h: More prototype cleanups. + * sunrpc/rpc/xdr.h: Likewise. + +1998-02-15 Ulrich Drepper <drepper@cygnus.com> + + * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last + module. + + * nss/getXXent_r.c: If no more module is found don't try to call + setXXent functions but leave unsuccessfully. + +1998-02-13 Ulrich Drepper <drepper@cygnus.com> + + * stdlib/stdlib.h (struct drand48_data): Leave X to user macros + and use x for member name. + Reported by Daniel Lyddy <daniell@cs.berkeley.edu>. + + * stdlib/drand48.c: Change according to member name change. + * stdlib/drand48_r.c: Likewise. + * stdlib/lcong48_r.c: Likewise. + * stdlib/lrand48.c: Likewise. + * stdlib/lrand48_r.c: Likewise. + * stdlib/mrand48.c: Likewise. + * stdlib/mrand48_r.c: Likewise. + * stdlib/seed48.c: Likewise. + * stdlib/seed48_r.c: Likewise. + * stdlib/srand48_r.c: Likewise. + +1998-02-09 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as + extra syscall. + 1998-03-03 23:08 H.J. Lu <hjl@gnu.org> * misc/efgcvt_r.c: Really update from 2.1. diff --git a/FAQ b/FAQ index a29002966c..40156657f4 100644 --- a/FAQ +++ b/FAQ @@ -134,8 +134,8 @@ you are really interested in porting it, contact GNU CC are used to increase portability and speed. GNU CC is found, like all other GNU packages, on - ftp://prep.ai.mit.edu/pub/gnu -and the many mirror sites. prep is always overloaded, so try to find + ftp://ftp.gnu.org/pub/gnu +and the many mirror sites. ftp.gnu.org is always overloaded, so try to find a local mirror first. You always should try to use the latest official release. Older @@ -177,7 +177,7 @@ ftp://ftp.yggdrasil.com/private/hjl * GNU gettext. This package contains the tools needed to construct `message catalog' files containing translated versions of system - messages. See ftp://prep.ai.mit.edu/pub/gnu or better any mirror + messages. See ftp://ftp.gnu.org/pub/gnu or better any mirror site. (We distribute compiled message catalogs, but they may not be updated in patches.) @@ -845,7 +845,7 @@ siginterrupt(). or higher is required for this script'. What can I do? {UD} You have to get the specified autoconf version (or a later one) -from your favorite mirror of prep.ai.mit.edu. +from your favorite mirror of ftp.gnu.org. 4.2. When I try to compile code which uses IPv6 headers and diff --git a/NEWS b/NEWS index 43e362d775..00636ee3fe 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,11 @@ -GNU C Library NEWS -- history of user-visible changes. 1997-11-15 +GNU C Library NEWS -- history of user-visible changes. 1998-03-04 -Copyright (C) 1992, 93, 94, 95, 96, 97 Free Software Foundation, Inc. +Copyright (C) 1992, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc. See the end for copying conditions. Please send GNU C library bug reports using the `glibcbug' script to <bugs@gnu.org>. Questions and suggestions should be send to -<bug-glibc@prep.ai.mit.edu>. +<bug-glibc@gnu.org>. Version 2.0.7 diff --git a/PROJECTS b/PROJECTS index 7aa57e11f9..c80b3edbe7 100644 --- a/PROJECTS +++ b/PROJECTS @@ -3,7 +3,7 @@ Open jobs for finishing GNU libc: Status: January 1998 If you have time and talent to take over any of the jobs below please -contact <bug-glibc@prep.ai.mit.edu> +contact <bug-glibc@gnu.org> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -33,8 +33,8 @@ contact <bug-glibc@prep.ai.mit.edu> users can immediately benefit from this. Take a look at the matrix in - ftp://prep.ai.mit.edu/pub/gnu/ABOUT-NLS - for the current status (of course better use a mirror of prep). + ftp://ftp.gnu.org/pub/gnu/ABOUT-NLS + for the current status (of course better use a mirror of ftp.gnu.org). [ 6] Write `long double' versions of the math functions. This should be diff --git a/README.template b/README.template index a18b9d15a2..a75ac64957 100644 --- a/README.template +++ b/README.template @@ -54,7 +54,7 @@ can get the crypt distribution via anonymous FTP from ftp.ifi.uio.no [129.240.64.21], or another archive site outside the USA. Archive maintainers are encouraged to copy this distribution to their archives outside the USA. Please get it from ftp.ifi.uio.no; transferring this -distribution from prep.ai.mit.edu (or any other site in the USA) to a +distribution from ftp.gnu.org (or any other site in the USA) to a site outside the USA is in violation of US export laws. Beside the separate crypt tar file there are some more add-ons which can be |