From 4ca020f54d113fca0e45cb5c5317fbe98bb04bec Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 14 Sep 1998 15:14:09 +0000 Subject: Update. 1998-09-14 15:00 Ulrich Drepper * sysdeps/arm/fpu/Dist: Moved to... * sysdeps/arm/Dist: ...here. * sysdeps/posix/Dist: Removed. * sysdeps/unix/sysv/linux/Dist: Move sys/debugreg.h to... * sysdeps/unix/sysv/linux/i386/Dist: ...here. --- ChangeLog | 8 ++++++++ README | 4 ++-- manual/pattern.texi | 1 - sysdeps/arm/Dist | 1 + sysdeps/arm/fpu/Dist | 1 - sysdeps/posix/Dist | 1 - sysdeps/unix/sysv/linux/Dist | 1 - sysdeps/unix/sysv/linux/i386/Dist | 7 ++++--- 8 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 sysdeps/arm/Dist delete mode 100644 sysdeps/arm/fpu/Dist delete mode 100644 sysdeps/posix/Dist diff --git a/ChangeLog b/ChangeLog index 9bb90352d0..7ead83af1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1998-09-14 15:00 Ulrich Drepper + + * sysdeps/arm/fpu/Dist: Moved to... + * sysdeps/arm/Dist: ...here. + * sysdeps/posix/Dist: Removed. + * sysdeps/unix/sysv/linux/Dist: Move sys/debugreg.h to... + * sysdeps/unix/sysv/linux/i386/Dist: ...here. + 1998-08-26 Geoff Keating * csu/init.c: Don't drag _IO_2_1_stdin_ into the executable. diff --git a/README b/README index 8a104504d3..fd9a99c95d 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This directory contains the version 2.0.95 test release of the GNU C Library. +This directory contains the version 2.0.96 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.95.tar.gz'. You can just unpack the crypt +called `glibc-crypt-2.0.96.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 diff --git a/manual/pattern.texi b/manual/pattern.texi index e81a29fb74..4c191e49d5 100644 --- a/manual/pattern.texi +++ b/manual/pattern.texi @@ -936,7 +936,6 @@ char *get_regerror (int errcode, regex_t *compiled) @end smallexample @end deftypefun -@c !!!! this is not actually in the library.... @node Word Expansion @section Shell-Style Word Expansion @cindex word expansion diff --git a/sysdeps/arm/Dist b/sysdeps/arm/Dist new file mode 100644 index 0000000000..d78de40205 --- /dev/null +++ b/sysdeps/arm/Dist @@ -0,0 +1 @@ +ieee754.h diff --git a/sysdeps/arm/fpu/Dist b/sysdeps/arm/fpu/Dist deleted file mode 100644 index d78de40205..0000000000 --- a/sysdeps/arm/fpu/Dist +++ /dev/null @@ -1 +0,0 @@ -ieee754.h diff --git a/sysdeps/posix/Dist b/sysdeps/posix/Dist deleted file mode 100644 index d003c6e781..0000000000 --- a/sysdeps/posix/Dist +++ /dev/null @@ -1 +0,0 @@ -mk-stdiolim.c diff --git a/sysdeps/unix/sysv/linux/Dist b/sysdeps/unix/sysv/linux/Dist index 66d926655e..61d8795db8 100644 --- a/sysdeps/unix/sysv/linux/Dist +++ b/sysdeps/unix/sysv/linux/Dist @@ -48,7 +48,6 @@ sa_len.c scsi/sg.h scsi/scsi.h sys/acct.h -sys/debugreg.h sys/fsuid.h sys/io.h sys/kd.h diff --git a/sysdeps/unix/sysv/linux/i386/Dist b/sysdeps/unix/sysv/linux/i386/Dist index 980b3a22c9..53a6b338fb 100644 --- a/sysdeps/unix/sysv/linux/i386/Dist +++ b/sysdeps/unix/sysv/linux/i386/Dist @@ -1,10 +1,11 @@ bits/mman.h clone.S -s_pwrite64.S s_pread64.S -sys/perm.h -sys/vm86.h +s_pwrite64.S +sys/debugreg.h sys/elf.h +sys/perm.h sys/procfs.h sys/reg.h sys/user.h +sys/vm86.h -- cgit v1.2.3