<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zlib, branch v1.2.12</title>
<subtitle>A mirror of https://github.com/madler/zlib.git
</subtitle>
<id>https://git.lua4.win/zlib/atom?h=v1.2.12</id>
<link rel='self' href='https://git.lua4.win/zlib/atom?h=v1.2.12'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/'/>
<updated>2022-03-27T23:05:02+00:00</updated>
<entry>
<title>zlib 1.2.12</title>
<updated>2022-03-27T23:05:02+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2022-03-27T22:47:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=21767c654d31d2dccdde4330529775c6c5fd5389'/>
<id>urn:sha1:21767c654d31d2dccdde4330529775c6c5fd5389</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix crc32.c to compile local functions only if used.</title>
<updated>2022-03-27T20:48:19+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2022-03-27T20:48:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=296967c7b7b6bfb59ed8b831391359b2c0153e3d'/>
<id>urn:sha1:296967c7b7b6bfb59ed8b831391359b2c0153e3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check for cc masquerading as gcc or clang in configure.</title>
<updated>2022-03-27T20:47:33+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2022-03-27T20:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=e9a52aa129efe3834383e415580716a7c4027f8d'/>
<id>urn:sha1:e9a52aa129efe3834383e415580716a7c4027f8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove destructive aspects of make distclean.</title>
<updated>2022-03-27T18:01:50+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2022-03-27T18:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=1a1e8da703e28ea36873ef34dab0d90ff8f98393'/>
<id>urn:sha1:1a1e8da703e28ea36873ef34dab0d90ff8f98393</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Separate out address sanitizing from warnings in configure.</title>
<updated>2022-03-27T08:54:17+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2022-03-27T08:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=6847291ea0e3266f9ebf2c24dfe77f114a744d27'/>
<id>urn:sha1:6847291ea0e3266f9ebf2c24dfe77f114a744d27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Eliminate use of ULL constants.</title>
<updated>2022-03-27T08:54:17+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2022-03-27T07:28:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=735eaa1ebd5ae99b10c5824f7c9277d972693e2a'/>
<id>urn:sha1:735eaa1ebd5ae99b10c5824f7c9277d972693e2a</id>
<content type='text'>
0xffffffffffffffffULL was causing warnings for C99 usage. The
suffix for the constant is not necessary anyway, so this commit
removes them.
</content>
</entry>
<entry>
<title>Add fallthrough comments for gcc.</title>
<updated>2022-03-27T08:54:10+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2022-03-27T07:12:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=76f70abbc73f8887ed42b12cf5c895b386595d59'/>
<id>urn:sha1:76f70abbc73f8887ed42b12cf5c895b386595d59</id>
<content type='text'>
Note intentional switch case fall throughs to avoid gcc warnings.
</content>
</entry>
<entry>
<title>Clean up minizip to reduce warnings for testing.</title>
<updated>2022-01-01T22:55:47+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2022-01-01T22:32:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=2014a993addbc8f1b9785d97f55fd189792c2f78'/>
<id>urn:sha1:2014a993addbc8f1b9785d97f55fd189792c2f78</id>
<content type='text'>
Also fix Makefile test target and permit added compile options.
</content>
</entry>
<entry>
<title>Fix unztell64() in minizip to work past 4GB. (Daniël Hörchner)</title>
<updated>2022-01-01T20:09:30+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2022-01-01T20:09:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=58ca4e57ce7d76734d8b5afa03d205f694419b17'/>
<id>urn:sha1:58ca4e57ce7d76734d8b5afa03d205f694419b17</id>
<content type='text'>
The issue is that unztell64() does not return the correct value if
the position in the current file (in the ZIP archive) is beyond 4
GB. The cause is that unzReadCurrentFile() does not account for
pfile_in_zip_read_info-&gt;stream.total_out at line 1854 of unzip.c
wrapping around (it is a 32-bit variable). So, on line 1860
uTotalOutAfter can be *less* than uTotalOutBefore, propagating the
wraparound to uOutThis, which in turn is added to
pfile_in_zip_read_info-&gt;total_out_64. That has the effect of
subtracting 4 GB.
</content>
</entry>
<entry>
<title>minizip warning fix if MAXU32 already defined. (gvollant)</title>
<updated>2022-01-01T01:22:37+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2022-01-01T01:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=b135d46eaf5ba36b549be9db857c580f00b6182a'/>
<id>urn:sha1:b135d46eaf5ba36b549be9db857c580f00b6182a</id>
<content type='text'>
</content>
</entry>
</feed>
