diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-23 01:31:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-23 01:31:00 +0000 |
commit | 7f8116797fdb967571c00ec1d5b19d9d06813445 (patch) | |
tree | 495028d64d6496045a2da2af2176ef29d2e9d1e6 /README | |
parent | 072ebcefb24864ff922bc83f8aa270b799c73ba6 (diff) | |
download | glibc-7f8116797fdb967571c00ec1d5b19d9d06813445.tar glibc-7f8116797fdb967571c00ec1d5b19d9d06813445.tar.gz glibc-7f8116797fdb967571c00ec1d5b19d9d06813445.tar.bz2 glibc-7f8116797fdb967571c00ec1d5b19d9d06813445.zip |
Sat Jun 22 21:29:52 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>glibc-1.92cvs/libc-960624cvs/libc-960623cvs/libc-1-92
* Version 1.92 test release.
Sat Jun 22 23:30:07 1996 David Mosberger-Tang <davidm@azstarnet.com>
* sysdeps/unix/sysv/linux/syscalls.list (ksyslog_ctl): Rename
to klogctl to match prototype in sys/klog.h.
* sysdeps/posix/libc_fatal.c: Add include of <string.h>.
* sysdeps/unix/sysv/linux/gethostid.c: Ditto.
* sysdeps/posix/getcwd.c (__canonicalize_directory_name_internal):
Remove. Code is now part of __getcwd again. The old function
never really worked for anything but THISDIR==".".
* sysdeps/alpha/Makefile (CFLAGS-rtld.c): Add -mbuild-constants
only when building ELF version of library.
* libio/libioP.h (_IO_vscanf): Add prototype.
* posix/unistd.h (syscall): Change sysno arg and return value
to int long.
* version.h (VERSION): Updated to 1.92.
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 1.91 test release of the GNU C Library. +This directory contains the version 1.92 test release of the GNU C Library. Many bugs have been fixed since the last release. Some bugs surely remain. @@ -38,7 +38,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-1.91-crypt.tar.gz'. You can just unpack the crypt +called `glibc-1.92-crypt.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.uni-c.dk |