<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zlib/test, branch v1.3</title>
<subtitle>A mirror of https://github.com/madler/zlib.git
</subtitle>
<id>https://git.lua4.win/zlib/atom?h=v1.3</id>
<link rel='self' href='https://git.lua4.win/zlib/atom?h=v1.3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/'/>
<updated>2023-04-18T07:08:44+00:00</updated>
<entry>
<title>Fix test/example.c to work with FORCE_STORED.</title>
<updated>2023-04-18T07:08:44+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2023-04-18T03:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=b8a8373ec195c8d286fe7e81e78b4a6d31bd859f'/>
<id>urn:sha1:b8a8373ec195c8d286fe7e81e78b4a6d31bd859f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings on test/infcover.c.</title>
<updated>2023-04-18T03:21:58+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2023-04-18T03:21:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=3365464851a972fe8ad217b93e80c7cd185a8179'/>
<id>urn:sha1:3365464851a972fe8ad217b93e80c7cd185a8179</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove K&amp;R function definitions from zlib.</title>
<updated>2023-04-16T04:17:31+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2023-04-14T08:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=e9d5486e6635141f589e110fd789648aa08e9544'/>
<id>urn:sha1:e9d5486e6635141f589e110fd789648aa08e9544</id>
<content type='text'>
C2X has removed K&amp;R definitions from the C function syntax.
Though the standard has not yet been approved, some high-profile
compilers are now issuing warnings when such definitions are
encountered.
</content>
</entry>
<entry>
<title>Avoid conversion warning in minigzip.c.</title>
<updated>2022-10-01T23:52:35+00:00</updated>
<author>
<name>Mark Adler</name>
<email>fork@madler.net</email>
</author>
<published>2022-10-01T23:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=2d6d59e4728a45240c9d238adbeb33032e9eb19d'/>
<id>urn:sha1:2d6d59e4728a45240c9d238adbeb33032e9eb19d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Have build test report library version if it doesn't match zlib.h.</title>
<updated>2022-05-26T15:47:51+00:00</updated>
<author>
<name>Mark Adler</name>
<email>fork@madler.net</email>
</author>
<published>2022-05-26T15:47:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=441a2ac6028aca34f1921b2f4cc469124c9235c7'/>
<id>urn:sha1:441a2ac6028aca34f1921b2f4cc469124c9235c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't bother computing check value after successful inflateSync().</title>
<updated>2019-01-03T04:40:40+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2019-01-03T02:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=0d36ec47f310478549c0864f215ab5c0114c49ba'/>
<id>urn:sha1:0d36ec47f310478549c0864f215ab5c0114c49ba</id>
<content type='text'>
inflateSync() is used to skip invalid deflate data, which means
that the check value that was being computed is no longer useful.
This commit turns off the check value computation, and furthermore
allows a successful return if the compressed data terminated in a
graceful manner. This commit also fixes a bug in the case that
inflateSync() is used before a header is ever processed. In that
case, there is no knowledge of a trailer, so the remainder is
treated as raw.
</content>
</entry>
<entry>
<title>zlib 1.2.9</title>
<updated>2017-01-01T07:37:10+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2016-12-31T19:41:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=2fa463bacfff79181df1a5270fb67cc679a53e71'/>
<id>urn:sha1:2fa463bacfff79181df1a5270fb67cc679a53e71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid some random compiler warnings on various platforms.</title>
<updated>2016-12-31T07:42:10+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2016-12-31T06:05:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=8f147c3d12591a811c5438c011d4203bb7fc5260'/>
<id>urn:sha1:8f147c3d12591a811c5438c011d4203bb7fc5260</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow minigzip to compile when testing with ./configure --solo.</title>
<updated>2016-12-31T06:04:22+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2016-12-31T06:04:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=fb26fc427fb5b628e1ee062d08be334c1b8c3bbe'/>
<id>urn:sha1:fb26fc427fb5b628e1ee062d08be334c1b8c3bbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use snprintf() for later versions of Microsoft C.</title>
<updated>2016-12-31T01:13:31+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2016-12-31T01:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=79b5c5acf0dff798f3436126b080472ef6b7bd65'/>
<id>urn:sha1:79b5c5acf0dff798f3436126b080472ef6b7bd65</id>
<content type='text'>
</content>
</entry>
</feed>
