summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2024-01-19 15:26:17 -0800
committerMark Adler <madler@alumni.caltech.edu>2024-01-19 15:26:17 -0800
commit84f0bafd7cd76ef3787b8612ea79ba77c489d7bd (patch)
tree046e9068c2d80b38e861bf30995dbf7e3b3c03d6
parent7af6320ad78b390de42f414fabdc64dc6d67a5ea (diff)
downloadzlib-84f0bafd7cd76ef3787b8612ea79ba77c489d7bd.tar.gz
zlib-84f0bafd7cd76ef3787b8612ea79ba77c489d7bd.tar.bz2
zlib-84f0bafd7cd76ef3787b8612ea79ba77c489d7bd.zip
Remove carriage returns from zlib.map.
-rw-r--r--zlib.map200
1 files changed, 100 insertions, 100 deletions
diff --git a/zlib.map b/zlib.map
index b330b60..31544f2 100644
--- a/zlib.map
+++ b/zlib.map
@@ -1,100 +1,100 @@
1ZLIB_1.2.0 { 1ZLIB_1.2.0 {
2 global: 2 global:
3 compressBound; 3 compressBound;
4 deflateBound; 4 deflateBound;
5 inflateBack; 5 inflateBack;
6 inflateBackEnd; 6 inflateBackEnd;
7 inflateBackInit_; 7 inflateBackInit_;
8 inflateCopy; 8 inflateCopy;
9 local: 9 local:
10 deflate_copyright; 10 deflate_copyright;
11 inflate_copyright; 11 inflate_copyright;
12 inflate_fast; 12 inflate_fast;
13 inflate_table; 13 inflate_table;
14 zcalloc; 14 zcalloc;
15 zcfree; 15 zcfree;
16 z_errmsg; 16 z_errmsg;
17 gz_error; 17 gz_error;
18 gz_intmax; 18 gz_intmax;
19 _*; 19 _*;
20}; 20};
21 21
22ZLIB_1.2.0.2 { 22ZLIB_1.2.0.2 {
23 gzclearerr; 23 gzclearerr;
24 gzungetc; 24 gzungetc;
25 zlibCompileFlags; 25 zlibCompileFlags;
26} ZLIB_1.2.0; 26} ZLIB_1.2.0;
27 27
28ZLIB_1.2.0.8 { 28ZLIB_1.2.0.8 {
29 deflatePrime; 29 deflatePrime;
30} ZLIB_1.2.0.2; 30} ZLIB_1.2.0.2;
31 31
32ZLIB_1.2.2 { 32ZLIB_1.2.2 {
33 adler32_combine; 33 adler32_combine;
34 crc32_combine; 34 crc32_combine;
35 deflateSetHeader; 35 deflateSetHeader;
36 inflateGetHeader; 36 inflateGetHeader;
37} ZLIB_1.2.0.8; 37} ZLIB_1.2.0.8;
38 38
39ZLIB_1.2.2.3 { 39ZLIB_1.2.2.3 {
40 deflateTune; 40 deflateTune;
41 gzdirect; 41 gzdirect;
42} ZLIB_1.2.2; 42} ZLIB_1.2.2;
43 43
44ZLIB_1.2.2.4 { 44ZLIB_1.2.2.4 {
45 inflatePrime; 45 inflatePrime;
46} ZLIB_1.2.2.3; 46} ZLIB_1.2.2.3;
47 47
48ZLIB_1.2.3.3 { 48ZLIB_1.2.3.3 {
49 adler32_combine64; 49 adler32_combine64;
50 crc32_combine64; 50 crc32_combine64;
51 gzopen64; 51 gzopen64;
52 gzseek64; 52 gzseek64;
53 gztell64; 53 gztell64;
54 inflateUndermine; 54 inflateUndermine;
55} ZLIB_1.2.2.4; 55} ZLIB_1.2.2.4;
56 56
57ZLIB_1.2.3.4 { 57ZLIB_1.2.3.4 {
58 inflateReset2; 58 inflateReset2;
59 inflateMark; 59 inflateMark;
60} ZLIB_1.2.3.3; 60} ZLIB_1.2.3.3;
61 61
62ZLIB_1.2.3.5 { 62ZLIB_1.2.3.5 {
63 gzbuffer; 63 gzbuffer;
64 gzoffset; 64 gzoffset;
65 gzoffset64; 65 gzoffset64;
66 gzclose_r; 66 gzclose_r;
67 gzclose_w; 67 gzclose_w;
68} ZLIB_1.2.3.4; 68} ZLIB_1.2.3.4;
69 69
70ZLIB_1.2.5.1 { 70ZLIB_1.2.5.1 {
71 deflatePending; 71 deflatePending;
72} ZLIB_1.2.3.5; 72} ZLIB_1.2.3.5;
73 73
74ZLIB_1.2.5.2 { 74ZLIB_1.2.5.2 {
75 deflateResetKeep; 75 deflateResetKeep;
76 gzgetc_; 76 gzgetc_;
77 inflateResetKeep; 77 inflateResetKeep;
78} ZLIB_1.2.5.1; 78} ZLIB_1.2.5.1;
79 79
80ZLIB_1.2.7.1 { 80ZLIB_1.2.7.1 {
81 inflateGetDictionary; 81 inflateGetDictionary;
82 gzvprintf; 82 gzvprintf;
83} ZLIB_1.2.5.2; 83} ZLIB_1.2.5.2;
84 84
85ZLIB_1.2.9 { 85ZLIB_1.2.9 {
86 inflateCodesUsed; 86 inflateCodesUsed;
87 inflateValidate; 87 inflateValidate;
88 uncompress2; 88 uncompress2;
89 gzfread; 89 gzfread;
90 gzfwrite; 90 gzfwrite;
91 deflateGetDictionary; 91 deflateGetDictionary;
92 adler32_z; 92 adler32_z;
93 crc32_z; 93 crc32_z;
94} ZLIB_1.2.7.1; 94} ZLIB_1.2.7.1;
95 95
96ZLIB_1.2.12 { 96ZLIB_1.2.12 {
97 crc32_combine_gen; 97 crc32_combine_gen;
98 crc32_combine_gen64; 98 crc32_combine_gen64;
99 crc32_combine_op; 99 crc32_combine_op;
100} ZLIB_1.2.9; 100} ZLIB_1.2.9;