diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-11 21:54:40 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-11 21:54:40 +0000 |
commit | 67078582e4355ca3ca40e0b91ca04a29300e2db4 (patch) | |
tree | 134b23ae3052b358496acf42f0613696f5d077ce /zlib | |
parent | cc8ee0ee5f13edc8db9ffcd8812447dbc8c6a769 (diff) | |
download | gcc-67078582e4355ca3ca40e0b91ca04a29300e2db4.tar.gz |
* README: Note that zlib is not part of GCC.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69247 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'zlib')
-rw-r--r-- | zlib/ChangeLog.gcj | 4 | ||||
-rw-r--r-- | zlib/README | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/zlib/ChangeLog.gcj b/zlib/ChangeLog.gcj index 6eea9b3e45f..a2acfd1d395 100644 --- a/zlib/ChangeLog.gcj +++ b/zlib/ChangeLog.gcj @@ -1,3 +1,7 @@ +2003-07-11 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> + + * README: Note that zlib is not part of GCC. + 2003-03-12 Andreas Schwab <schwab@suse.de> * configure.in: Avoid trailing /. in toolexeclibdir. diff --git a/zlib/README b/zlib/README index 29d67146a9b..d3f96909a6b 100644 --- a/zlib/README +++ b/zlib/README @@ -1,3 +1,6 @@ +This directory contains the zlib package, which is not part of GCC but +shipped with GCC as convenience. + zlib 1.1.4 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files |