summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-03-18 10:11:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-03-18 10:11:12 +0000
commit593898f0b609ebfae0ef8cbe051c3860091c75f9 (patch)
tree7130e3c9cd8f9b2196196200b54780ead5d33646 /cpukit
parentImport from zlib-1.2.4 (diff)
downloadrtems-593898f0b609ebfae0ef8cbe051c3860091c75f9.tar.bz2
Import from zlib-1.2.4
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/zlib/examples/README.examples15
1 files changed, 11 insertions, 4 deletions
diff --git a/cpukit/zlib/examples/README.examples b/cpukit/zlib/examples/README.examples
index 5632d7a4cc..56a31714e5 100644
--- a/cpukit/zlib/examples/README.examples
+++ b/cpukit/zlib/examples/README.examples
@@ -1,4 +1,10 @@
-This directory contains examples of the use of zlib.
+This directory contains examples of the use of zlib and other relevant
+programs and documentation.
+
+enough.c
+ calculation and justification of ENOUGH parameter in inftrees.h
+ - calculates the maximum table space used in inflate tree
+ construction over all possible Huffman codes
fitblk.c
compress just enough input to nearly fill a requested output size
@@ -23,9 +29,10 @@ gzjoin.c
gzlog.c
gzlog.h
- efficiently maintain a message log file in gzip format
- - illustrates use of raw deflate and Z_SYNC_FLUSH
- - illustrates use of gzip header extra field
+ efficiently and robustly maintain a message log file in gzip format
+ - illustrates use of raw deflate, Z_PARTIAL_FLUSH, deflatePrime(),
+ and deflateSetDictionary()
+ - illustrates use of a gzip header extra field
zlib_how.html
painfully comprehensive description of zpipe.c (see below)