aboutsummaryrefslogtreecommitdiff
path: root/examples/README.examples
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-11-21 18:56:02 -0800
committerMark Adler <madler@alumni.caltech.edu>2011-11-27 14:15:32 -0800
commit1b57de3aef88bd0a7b80c11db3631281b08b650a (patch)
tree59e4742c1cb2c7475713ac4f66a2c6ad2301f001 /examples/README.examples
parent0cbad869b044c022cdda20febca6e959b67e86a5 (diff)
downloadzlib-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.examples9
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
9example.c
10 usage examples of zlib
11 - used in zlib build Makefile for testing
12
13fitblk.c 9fitblk.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
41minigzip.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
46zlib_how.html 37zlib_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()