~ubuntu-branches/ubuntu/trusty/zlib/trusty

« back to all changes in this revision

Viewing changes to as400/readme.txt

  • Committer: Package Import Robot
  • Author(s): Mark Brown
  • Date: 2012-06-22 16:55:56 UTC
  • mfrom: (1.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20120622165556-9xuc7gnq4w25b3i0
Yet more s390x cleanup.  Thanks to the s390x porters for thei
prompt an efficient buildd monitoring (closes: #678511).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
        ZLIB version 1.2.3 for AS400 installation instructions
 
1
        ZLIB version 1.2.7 for AS400 installation instructions
2
2
 
3
3
I) From an AS400 *SAVF file:
4
4
 
8
8
 
9
9
_       Create the ZLIB AS400 library:
10
10
 
11
 
        CRTLIB LIB(ZLIB) TYPE(PROD) TEXT('ZLIB compression API library')
 
11
        CRTLIB LIB(ZLIB) TYPE(*PROD) TEXT('ZLIB compression API library')
12
12
 
13
13
_       Create a work save file, for example:
14
14
 
52
52
 
53
53
1)      On the AS400, create the source library:
54
54
 
55
 
        CRTLIB LIB(ZLIB) TYPE(PROD) TEXT('ZLIB compression API library')
 
55
        CRTLIB LIB(ZLIB) TYPE(*PROD) TEXT('ZLIB compression API library')
56
56
 
57
57
2)      Create the source files:
58
58
 
70
70
    compress.c          COMPRESS C     ZLIB - Compress a memory buffer
71
71
    crc32.c             CRC32    C     ZLIB - Compute the CRC-32 of a data stream
72
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
77
    infback.c           INFBACK  C     ZLIB - Inflate using a callback interface
75
78
    inffast.c           INFFAST  C     ZLIB - Fast proc. literals & length/distance pairs
76
79
    inflate.c           INFLATE  C     ZLIB - Interface to inflate modules
81
84
                H                      Original ZLIB C and ILE/RPG include files
82
85
    crc32.h             CRC32    C     ZLIB - CRC32 tables
83
86
    deflate.h           DEFLATE  C     ZLIB - Internal compression state
 
87
    gzguts.h            GZGUTS   C     ZLIB - Definitions for the gzclose module
84
88
    inffast.h           INFFAST  C     ZLIB - Header to use inffast.c
85
89
    inffixed.h          INFFIXED C     ZLIB - Table for decoding fixed codes
86
90
    inflate.h           INFLATE  C     ZLIB - Internal inflate state definitions
108
112
                implementation does not handle conversion from/to ASCII, so
109
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.