1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00

* Make-dist (README): Commit it to CVS if there is a CVS directory.

This commit is contained in:
Roland McGrath
1995-03-29 16:58:35 +00:00
parent a9df882945
commit ea7d993862
31 changed files with 97 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
Wed Mar 29 11:26:48 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 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>: More changes from Germano Caronni <caronni@tik.ethz.ch>:
* malloc/free.c: Relocate _heapinfo when that allows us to return * malloc/free.c: Relocate _heapinfo when that allows us to return
core to the system. core to the system.

4
README
View File

@@ -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. Many bugs have been fixed since the last release.
Some bugs surely remain. 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, Because of the United States export restriction on DES implementations,
we are distributing this code separately from the rest of the C 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 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 distribution along with the rest of the C library and build; you can
also build the library without getting crypt. Users outside the USA also build the library without getting crypt. Users outside the USA
can get the crypt distribution via anonymous FTP from ftp.uni-c.dk can get the crypt distribution via anonymous FTP from ftp.uni-c.dk

5
assert/.cvsignore Normal file
View File

@@ -0,0 +1,5 @@
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
glibc-*
distinfo

5
bare/.cvsignore Normal file
View File

@@ -0,0 +1,5 @@
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
glibc-*
distinfo

5
csu/.cvsignore Normal file
View File

@@ -0,0 +1,5 @@
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
glibc-*
distinfo

5
ctype/.cvsignore Normal file
View File

@@ -0,0 +1,5 @@
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
glibc-*
distinfo

5
dirent/.cvsignore Normal file
View File

@@ -0,0 +1,5 @@
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
glibc-*
distinfo

5
elf/.cvsignore Normal file
View File

@@ -0,0 +1,5 @@
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
glibc-*
distinfo

View File

@@ -2,3 +2,4 @@
=* =*
TODO COPYING* AUTHORS copyr-* copying.* TODO COPYING* AUTHORS copyr-* copying.*
glibc-* glibc-*
distinfo

5
grp/.cvsignore Normal file
View File

@@ -0,0 +1,5 @@
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
glibc-*
distinfo

View File

@@ -2,3 +2,4 @@
=* =*
TODO COPYING* AUTHORS copyr-* copying.* TODO COPYING* AUTHORS copyr-* copying.*
glibc-* glibc-*
distinfo

5
inet/.cvsignore Normal file
View File

@@ -0,0 +1,5 @@
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
glibc-*
distinfo

5
io/.cvsignore Normal file
View File

@@ -0,0 +1,5 @@
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
glibc-*
distinfo

View File

@@ -2,3 +2,4 @@
=* =*
TODO COPYING* AUTHORS copyr-* copying.* TODO COPYING* AUTHORS copyr-* copying.*
glibc-* glibc-*
distinfo

View File

@@ -2,3 +2,4 @@
=* =*
TODO COPYING* AUTHORS copyr-* copying.* TODO COPYING* AUTHORS copyr-* copying.*
glibc-* glibc-*
distinfo

View File

@@ -8,3 +8,4 @@ glibc-*
*.cp *.cps *.fn *.fns *.vr *.vrs *.tp *.tps *.ky *.kys *.pg *.pgs *.cp *.cps *.fn *.fns *.vr *.vrs *.tp *.tps *.ky *.kys *.pg *.pgs
chapters chapters-incl summary.texi stamp-* chapters chapters-incl summary.texi stamp-*
distinfo

View File

@@ -2,3 +2,4 @@
=* =*
TODO COPYING* AUTHORS copyr-* copying.* TODO COPYING* AUTHORS copyr-* copying.*
glibc-* glibc-*
distinfo

5
misc/.cvsignore Normal file
View File

@@ -0,0 +1,5 @@
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
glibc-*
distinfo

View File

@@ -2,3 +2,4 @@
=* =*
TODO COPYING* AUTHORS copyr-* copying.* TODO COPYING* AUTHORS copyr-* copying.*
glibc-* glibc-*
distinfo

5
pwd/.cvsignore Normal file
View File

@@ -0,0 +1,5 @@
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
glibc-*
distinfo

5
resolv/.cvsignore Normal file
View File

@@ -0,0 +1,5 @@
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
glibc-*
distinfo

5
resource/.cvsignore Normal file
View File

@@ -0,0 +1,5 @@
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
glibc-*
distinfo

5
setjmp/.cvsignore Normal file
View File

@@ -0,0 +1,5 @@
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
glibc-*
distinfo

View File

@@ -2,3 +2,4 @@
=* =*
TODO COPYING* AUTHORS copyr-* copying.* TODO COPYING* AUTHORS copyr-* copying.*
glibc-* glibc-*
distinfo

5
socket/.cvsignore Normal file
View File

@@ -0,0 +1,5 @@
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
glibc-*
distinfo

View File

@@ -4,3 +4,4 @@ TODO COPYING* AUTHORS copyr-* copying.*
glibc-* glibc-*
mpn-copy.mk mpn-copy.mk
distinfo

View File

@@ -4,3 +4,4 @@ TODO COPYING* AUTHORS copyr-* copying.*
glibc-* glibc-*
mpn-copy.mk mpn-copy.mk
distinfo

View File

@@ -2,3 +2,4 @@
=* =*
TODO COPYING* AUTHORS copyr-* copying.* TODO COPYING* AUTHORS copyr-* copying.*
glibc-* glibc-*
distinfo

View File

@@ -4,3 +4,4 @@ TODO COPYING* AUTHORS copyr-* copying.*
glibc-* glibc-*
rpcsrc-4.0 rpcsrc-4.0
distinfo

5
termios/.cvsignore Normal file
View File

@@ -0,0 +1,5 @@
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
glibc-*
distinfo

View File

@@ -2,3 +2,4 @@
=* =*
TODO COPYING* AUTHORS copyr-* copying.* TODO COPYING* AUTHORS copyr-* copying.*
glibc-* glibc-*
distinfo