diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-17 06:41:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-17 06:41:01 +0000 |
commit | 04166d6ee15cdcc3f1a5f384fdeb76ba892ecaf5 (patch) | |
tree | e54a18edd70f73e486cb966f80b4d741ff37ed68 /README | |
parent | b76e5a4e6b295e0917120e8f0db1cf3f987b7f86 (diff) | |
download | glibc-04166d6ee15cdcc3f1a5f384fdeb76ba892ecaf5.tar glibc-04166d6ee15cdcc3f1a5f384fdeb76ba892ecaf5.tar.gz glibc-04166d6ee15cdcc3f1a5f384fdeb76ba892ecaf5.tar.bz2 glibc-04166d6ee15cdcc3f1a5f384fdeb76ba892ecaf5.zip |
Update.
1998-12-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* sysdeps/posix/tempname.c (__path_search): Add casts for format
string.
1998-12-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* sunrpc/rpc/xdr.h (XDR_DESTROY, xdr_destroy): Avoid dangling else
problem.
(IXDR_PUT_INT32): Fully parenthesize parameters.
(IXDR_GET_LONG, IXDR_PUT_LONG): Mark GCC extension. Fully
parenthesize parameter.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -This directory contains the version 2.0.107 test release of the GNU C Library. +This directory contains the version 2.0.108 test release of the GNU C Library. Many bugs have been fixed since the last release. Some bugs surely remain. @@ -53,7 +53,7 @@ provides the Unix `crypt' function, plus some other entry points. Because of the United States export restriction on DES implementations, we are distributing this code separately from the rest of the C library. There is an extra distribution tar file just for crypt; it is -called `glibc-crypt-2.0.107.tar.gz'. You can just unpack the crypt +called `glibc-crypt-2.0.108.tar.gz'. You can just unpack the crypt distribution along with the rest of the C library and build; you can also build the library without getting crypt. Users outside the USA can get the crypt distribution via anonymous FTP from ftp.ifi.uio.no |