diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-11-21 18:56:02 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-11-27 14:15:32 -0800 |
commit | 1b57de3aef88bd0a7b80c11db3631281b08b650a (patch) | |
tree | 59e4742c1cb2c7475713ac4f66a2c6ad2301f001 /examples/README.examples | |
parent | 0cbad869b044c022cdda20febca6e959b67e86a5 (diff) | |
download | zlib-1b57de3aef88bd0a7b80c11db3631281b08b650a.tar.gz zlib-1b57de3aef88bd0a7b80c11db3631281b08b650a.tar.bz2 zlib-1b57de3aef88bd0a7b80c11db3631281b08b650a.zip |
Move example.c and minigzip.c to test/.
Diffstat (limited to '')
-rw-r--r-- | examples/README.examples | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/README.examples b/examples/README.examples index fddb8df..56a3171 100644 --- a/examples/README.examples +++ b/examples/README.examples | |||
@@ -6,10 +6,6 @@ enough.c | |||
6 | - calculates the maximum table space used in inflate tree | 6 | - calculates the maximum table space used in inflate tree |
7 | construction over all possible Huffman codes | 7 | construction over all possible Huffman codes |
8 | 8 | ||
9 | example.c | ||
10 | usage examples of zlib | ||
11 | - used in zlib build Makefile for testing | ||
12 | |||
13 | fitblk.c | 9 | fitblk.c |
14 | compress just enough input to nearly fill a requested output size | 10 | compress just enough input to nearly fill a requested output size |
15 | - zlib isn't designed to do this, but fitblk does it anyway | 11 | - zlib isn't designed to do this, but fitblk does it anyway |
@@ -38,11 +34,6 @@ gzlog.h | |||
38 | and deflateSetDictionary() | 34 | and deflateSetDictionary() |
39 | - illustrates use of a gzip header extra field | 35 | - illustrates use of a gzip header extra field |
40 | 36 | ||
41 | minigzip.c | ||
42 | minimal implementation of gzip-like functionality using zlib | ||
43 | - used in zlib build Makefile for testing | ||
44 | - is not meant for and should not be used as a gzip replacement | ||
45 | |||
46 | zlib_how.html | 37 | zlib_how.html |
47 | painfully comprehensive description of zpipe.c (see below) | 38 | painfully comprehensive description of zpipe.c (see below) |
48 | - describes in excruciating detail the use of deflate() and inflate() | 39 | - describes in excruciating detail the use of deflate() and inflate() |