diff options
Diffstat (limited to '')
-rw-r--r-- | as400/readme.txt (renamed from old/as400/readme.txt) | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/old/as400/readme.txt b/as400/readme.txt index beae13f..5b96cec 100644 --- a/old/as400/readme.txt +++ b/as400/readme.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | ZLIB version 1.2.3 for AS400 installation instructions | 1 | ZLIB version 1.2.5.1 for AS400 installation instructions |
2 | 2 | ||
3 | I) From an AS400 *SAVF file: | 3 | I) From an AS400 *SAVF file: |
4 | 4 | ||
@@ -70,7 +70,10 @@ II) From the original source distribution: | |||
70 | compress.c COMPRESS C ZLIB - Compress a memory buffer | 70 | compress.c COMPRESS C ZLIB - Compress a memory buffer |
71 | crc32.c CRC32 C ZLIB - Compute the CRC-32 of a data stream | 71 | crc32.c CRC32 C ZLIB - Compute the CRC-32 of a data stream |
72 | deflate.c DEFLATE C ZLIB - Compress data using the deflation algorithm | 72 | deflate.c DEFLATE C ZLIB - Compress data using the deflation algorithm |
73 | gzio.c GZIO C ZLIB - IO on .gz files | 73 | gzclose.c GZCLOSE C ZLIB - Close .gz files |
74 | gzlib.c GZLIB C ZLIB - Miscellaneous .gz files IO support | ||
75 | gzread.c GZREAD C ZLIB - Read .gz files | ||
76 | gzwrite.c GZWRITE C ZLIB - Write .gz files | ||
74 | infback.c INFBACK C ZLIB - Inflate using a callback interface | 77 | infback.c INFBACK C ZLIB - Inflate using a callback interface |
75 | inffast.c INFFAST C ZLIB - Fast proc. literals & length/distance pairs | 78 | inffast.c INFFAST C ZLIB - Fast proc. literals & length/distance pairs |
76 | inflate.c INFLATE C ZLIB - Interface to inflate modules | 79 | inflate.c INFLATE C ZLIB - Interface to inflate modules |
@@ -81,6 +84,7 @@ II) From the original source distribution: | |||
81 | H Original ZLIB C and ILE/RPG include files | 84 | H Original ZLIB C and ILE/RPG include files |
82 | crc32.h CRC32 C ZLIB - CRC32 tables | 85 | crc32.h CRC32 C ZLIB - CRC32 tables |
83 | deflate.h DEFLATE C ZLIB - Internal compression state | 86 | deflate.h DEFLATE C ZLIB - Internal compression state |
87 | gzguts.h GZGUTS C ZLIB - Definitions for the gzclose module | ||
84 | inffast.h INFFAST C ZLIB - Header to use inffast.c | 88 | inffast.h INFFAST C ZLIB - Header to use inffast.c |
85 | inffixed.h INFFIXED C ZLIB - Table for decoding fixed codes | 89 | inffixed.h INFFIXED C ZLIB - Table for decoding fixed codes |
86 | inflate.h INFLATE C ZLIB - Internal inflate state definitions | 90 | inflate.h INFLATE C ZLIB - Internal inflate state definitions |
@@ -108,4 +112,4 @@ Notes: For AS400 ILE RPG programmers, a /copy member defining the ZLIB | |||
108 | implementation does not handle conversion from/to ASCII, so | 112 | implementation does not handle conversion from/to ASCII, so |
109 | text data code conversions must be done explicitely. | 113 | text data code conversions must be done explicitely. |
110 | 114 | ||
111 | Always open zipped files in binary mode. | 115 | Mainly for the reason above, always open zipped files in binary mode. |