diff options
author | Roland McGrath <roland@gnu.org> | 1995-03-29 16:58:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-03-29 16:58:35 +0000 |
commit | ea7d9938624a6db1974028f712e1bacbdc316ee8 (patch) | |
tree | 2d703fe35865e51894d6c090edbac013bde45899 | |
parent | a9df8829450edfad4d747af384f7647f9ea7db59 (diff) | |
download | glibc-ea7d9938624a6db1974028f712e1bacbdc316ee8.zip glibc-ea7d9938624a6db1974028f712e1bacbdc316ee8.tar.gz glibc-ea7d9938624a6db1974028f712e1bacbdc316ee8.tar.bz2 |
* Make-dist (README): Commit it to CVS if there is a CVS directory.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | assert/.cvsignore | 5 | ||||
-rw-r--r-- | bare/.cvsignore | 5 | ||||
-rw-r--r-- | csu/.cvsignore | 5 | ||||
-rw-r--r-- | ctype/.cvsignore | 5 | ||||
-rw-r--r-- | dirent/.cvsignore | 5 | ||||
-rw-r--r-- | elf/.cvsignore | 5 | ||||
-rw-r--r-- | gnulib/.cvsignore | 1 | ||||
-rw-r--r-- | grp/.cvsignore | 5 | ||||
-rw-r--r-- | hurd/.cvsignore | 1 | ||||
-rw-r--r-- | inet/.cvsignore | 5 | ||||
-rw-r--r-- | io/.cvsignore | 5 | ||||
-rw-r--r-- | locale/.cvsignore | 1 | ||||
-rw-r--r-- | mach/.cvsignore | 1 | ||||
-rw-r--r-- | manual/.cvsignore | 1 | ||||
-rw-r--r-- | math/.cvsignore | 1 | ||||
-rw-r--r-- | misc/.cvsignore | 5 | ||||
-rw-r--r-- | posix/.cvsignore | 1 | ||||
-rw-r--r-- | pwd/.cvsignore | 5 | ||||
-rw-r--r-- | resolv/.cvsignore | 5 | ||||
-rw-r--r-- | resource/.cvsignore | 5 | ||||
-rw-r--r-- | setjmp/.cvsignore | 5 | ||||
-rw-r--r-- | signal/.cvsignore | 1 | ||||
-rw-r--r-- | socket/.cvsignore | 5 | ||||
-rw-r--r-- | stdio/.cvsignore | 1 | ||||
-rw-r--r-- | stdlib/.cvsignore | 1 | ||||
-rw-r--r-- | string/.cvsignore | 1 | ||||
-rw-r--r-- | sunrpc/.cvsignore | 1 | ||||
-rw-r--r-- | termios/.cvsignore | 5 | ||||
-rw-r--r-- | time/.cvsignore | 1 |
31 files changed, 97 insertions, 2 deletions
@@ -1,5 +1,7 @@ Wed Mar 29 11:26:48 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + * Make-dist (README): Commit it to CVS if there is a CVS directory. + More changes from Germano Caronni <caronni@tik.ethz.ch>: * malloc/free.c: Relocate _heapinfo when that allows us to return core to the system. @@ -1,4 +1,4 @@ -This directory contains the version 1.09.5 test release of the GNU C Library. +This directory contains the version 1.09.6 test release of the GNU C Library. Many bugs have been fixed since the last release. Some bugs surely remain. @@ -37,7 +37,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.09.5-crypt.tar.gz'. You can just unpack the crypt +called `glibc-1.09.6-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 diff --git a/assert/.cvsignore b/assert/.cvsignore new file mode 100644 index 0000000..c8367a7 --- /dev/null +++ b/assert/.cvsignore @@ -0,0 +1,5 @@ +*.gz *.Z *.tar *.tgz +=* +TODO COPYING* AUTHORS copyr-* copying.* +glibc-* +distinfo diff --git a/bare/.cvsignore b/bare/.cvsignore new file mode 100644 index 0000000..c8367a7 --- /dev/null +++ b/bare/.cvsignore @@ -0,0 +1,5 @@ +*.gz *.Z *.tar *.tgz +=* +TODO COPYING* AUTHORS copyr-* copying.* +glibc-* +distinfo diff --git a/csu/.cvsignore b/csu/.cvsignore new file mode 100644 index 0000000..c8367a7 --- /dev/null +++ b/csu/.cvsignore @@ -0,0 +1,5 @@ +*.gz *.Z *.tar *.tgz +=* +TODO COPYING* AUTHORS copyr-* copying.* +glibc-* +distinfo diff --git a/ctype/.cvsignore b/ctype/.cvsignore new file mode 100644 index 0000000..c8367a7 --- /dev/null +++ b/ctype/.cvsignore @@ -0,0 +1,5 @@ +*.gz *.Z *.tar *.tgz +=* +TODO COPYING* AUTHORS copyr-* copying.* +glibc-* +distinfo diff --git a/dirent/.cvsignore b/dirent/.cvsignore new file mode 100644 index 0000000..c8367a7 --- /dev/null +++ b/dirent/.cvsignore @@ -0,0 +1,5 @@ +*.gz *.Z *.tar *.tgz +=* +TODO COPYING* AUTHORS copyr-* copying.* +glibc-* +distinfo diff --git a/elf/.cvsignore b/elf/.cvsignore new file mode 100644 index 0000000..c8367a7 --- /dev/null +++ b/elf/.cvsignore @@ -0,0 +1,5 @@ +*.gz *.Z *.tar *.tgz +=* +TODO COPYING* AUTHORS copyr-* copying.* +glibc-* +distinfo diff --git a/gnulib/.cvsignore b/gnulib/.cvsignore index 1f69fd9..c8367a7 100644 --- a/gnulib/.cvsignore +++ b/gnulib/.cvsignore @@ -2,3 +2,4 @@ =* TODO COPYING* AUTHORS copyr-* copying.* glibc-* +distinfo diff --git a/grp/.cvsignore b/grp/.cvsignore new file mode 100644 index 0000000..c8367a7 --- /dev/null +++ b/grp/.cvsignore @@ -0,0 +1,5 @@ +*.gz *.Z *.tar *.tgz +=* +TODO COPYING* AUTHORS copyr-* copying.* +glibc-* +distinfo diff --git a/hurd/.cvsignore b/hurd/.cvsignore index 1f69fd9..c8367a7 100644 --- a/hurd/.cvsignore +++ b/hurd/.cvsignore @@ -2,3 +2,4 @@ =* TODO COPYING* AUTHORS copyr-* copying.* glibc-* +distinfo diff --git a/inet/.cvsignore b/inet/.cvsignore new file mode 100644 index 0000000..c8367a7 --- /dev/null +++ b/inet/.cvsignore @@ -0,0 +1,5 @@ +*.gz *.Z *.tar *.tgz +=* +TODO COPYING* AUTHORS copyr-* copying.* +glibc-* +distinfo diff --git a/io/.cvsignore b/io/.cvsignore new file mode 100644 index 0000000..c8367a7 --- /dev/null +++ b/io/.cvsignore @@ -0,0 +1,5 @@ +*.gz *.Z *.tar *.tgz +=* +TODO COPYING* AUTHORS copyr-* copying.* +glibc-* +distinfo diff --git a/locale/.cvsignore b/locale/.cvsignore index 1f69fd9..c8367a7 100644 --- a/locale/.cvsignore +++ b/locale/.cvsignore @@ -2,3 +2,4 @@ =* TODO COPYING* AUTHORS copyr-* copying.* glibc-* +distinfo diff --git a/mach/.cvsignore b/mach/.cvsignore index 1f69fd9..c8367a7 100644 --- a/mach/.cvsignore +++ b/mach/.cvsignore @@ -2,3 +2,4 @@ =* TODO COPYING* AUTHORS copyr-* copying.* glibc-* +distinfo diff --git a/manual/.cvsignore b/manual/.cvsignore index 999d561..2f3faf7 100644 --- a/manual/.cvsignore +++ b/manual/.cvsignore @@ -8,3 +8,4 @@ glibc-* *.cp *.cps *.fn *.fns *.vr *.vrs *.tp *.tps *.ky *.kys *.pg *.pgs chapters chapters-incl summary.texi stamp-* +distinfo diff --git a/math/.cvsignore b/math/.cvsignore index 1f69fd9..c8367a7 100644 --- a/math/.cvsignore +++ b/math/.cvsignore @@ -2,3 +2,4 @@ =* TODO COPYING* AUTHORS copyr-* copying.* glibc-* +distinfo diff --git a/misc/.cvsignore b/misc/.cvsignore new file mode 100644 index 0000000..c8367a7 --- /dev/null +++ b/misc/.cvsignore @@ -0,0 +1,5 @@ +*.gz *.Z *.tar *.tgz +=* +TODO COPYING* AUTHORS copyr-* copying.* +glibc-* +distinfo diff --git a/posix/.cvsignore b/posix/.cvsignore index 1f69fd9..c8367a7 100644 --- a/posix/.cvsignore +++ b/posix/.cvsignore @@ -2,3 +2,4 @@ =* TODO COPYING* AUTHORS copyr-* copying.* glibc-* +distinfo diff --git a/pwd/.cvsignore b/pwd/.cvsignore new file mode 100644 index 0000000..c8367a7 --- /dev/null +++ b/pwd/.cvsignore @@ -0,0 +1,5 @@ +*.gz *.Z *.tar *.tgz +=* +TODO COPYING* AUTHORS copyr-* copying.* +glibc-* +distinfo diff --git a/resolv/.cvsignore b/resolv/.cvsignore new file mode 100644 index 0000000..c8367a7 --- /dev/null +++ b/resolv/.cvsignore @@ -0,0 +1,5 @@ +*.gz *.Z *.tar *.tgz +=* +TODO COPYING* AUTHORS copyr-* copying.* +glibc-* +distinfo diff --git a/resource/.cvsignore b/resource/.cvsignore new file mode 100644 index 0000000..c8367a7 --- /dev/null +++ b/resource/.cvsignore @@ -0,0 +1,5 @@ +*.gz *.Z *.tar *.tgz +=* +TODO COPYING* AUTHORS copyr-* copying.* +glibc-* +distinfo diff --git a/setjmp/.cvsignore b/setjmp/.cvsignore new file mode 100644 index 0000000..c8367a7 --- /dev/null +++ b/setjmp/.cvsignore @@ -0,0 +1,5 @@ +*.gz *.Z *.tar *.tgz +=* +TODO COPYING* AUTHORS copyr-* copying.* +glibc-* +distinfo diff --git a/signal/.cvsignore b/signal/.cvsignore index 1f69fd9..c8367a7 100644 --- a/signal/.cvsignore +++ b/signal/.cvsignore @@ -2,3 +2,4 @@ =* TODO COPYING* AUTHORS copyr-* copying.* glibc-* +distinfo diff --git a/socket/.cvsignore b/socket/.cvsignore new file mode 100644 index 0000000..c8367a7 --- /dev/null +++ b/socket/.cvsignore @@ -0,0 +1,5 @@ +*.gz *.Z *.tar *.tgz +=* +TODO COPYING* AUTHORS copyr-* copying.* +glibc-* +distinfo diff --git a/stdio/.cvsignore b/stdio/.cvsignore index fd9dc4e..b699a6e 100644 --- a/stdio/.cvsignore +++ b/stdio/.cvsignore @@ -4,3 +4,4 @@ TODO COPYING* AUTHORS copyr-* copying.* glibc-* mpn-copy.mk +distinfo diff --git a/stdlib/.cvsignore b/stdlib/.cvsignore index fd9dc4e..b699a6e 100644 --- a/stdlib/.cvsignore +++ b/stdlib/.cvsignore @@ -4,3 +4,4 @@ TODO COPYING* AUTHORS copyr-* copying.* glibc-* mpn-copy.mk +distinfo diff --git a/string/.cvsignore b/string/.cvsignore index 1f69fd9..c8367a7 100644 --- a/string/.cvsignore +++ b/string/.cvsignore @@ -2,3 +2,4 @@ =* TODO COPYING* AUTHORS copyr-* copying.* glibc-* +distinfo diff --git a/sunrpc/.cvsignore b/sunrpc/.cvsignore index 048c237..538ff0a 100644 --- a/sunrpc/.cvsignore +++ b/sunrpc/.cvsignore @@ -4,3 +4,4 @@ TODO COPYING* AUTHORS copyr-* copying.* glibc-* rpcsrc-4.0 +distinfo diff --git a/termios/.cvsignore b/termios/.cvsignore new file mode 100644 index 0000000..c8367a7 --- /dev/null +++ b/termios/.cvsignore @@ -0,0 +1,5 @@ +*.gz *.Z *.tar *.tgz +=* +TODO COPYING* AUTHORS copyr-* copying.* +glibc-* +distinfo diff --git a/time/.cvsignore b/time/.cvsignore index 1f69fd9..c8367a7 100644 --- a/time/.cvsignore +++ b/time/.cvsignore @@ -2,3 +2,4 @@ =* TODO COPYING* AUTHORS copyr-* copying.* glibc-* +distinfo |