<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zlib/test, branch v1.2.9</title>
<subtitle>A mirror of https://github.com/madler/zlib.git
</subtitle>
<id>https://git.lua4.win/zlib/atom?h=v1.2.9</id>
<link rel='self' href='https://git.lua4.win/zlib/atom?h=v1.2.9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/'/>
<updated>2017-01-01T07:37:10+00:00</updated>
<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>
<entry>
<title>Create z_size_t and z_ssize_t types.</title>
<updated>2016-12-04T15:48:48+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2016-12-03T18:27:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=ca50ebd4dfd08dfd7e8c8bb087278e158cd67720'/>
<id>urn:sha1:ca50ebd4dfd08dfd7e8c8bb087278e158cd67720</id>
<content type='text'>
Normally these are set to size_t and ssize_t. But if they do not
exist, then they are set to the smallest integer type that can
contain a pointer. size_t is unsigned and ssize_t is signed.
</content>
</entry>
<entry>
<title>Make globals in examples local to compilation unit.</title>
<updated>2016-10-14T20:10:54+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2016-10-14T20:10:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=7d6956b6a148465947dbeacef654fecab9b31f55'/>
<id>urn:sha1:7d6956b6a148465947dbeacef654fecab9b31f55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid use of reallocf() in test/infcover.c.</title>
<updated>2015-07-29T04:55:09+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2015-07-29T04:55:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=0b22337126401ef68ac5cf0308413239a4fb9c83'/>
<id>urn:sha1:0b22337126401ef68ac5cf0308413239a4fb9c83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug in test/example.c where error code not saved.</title>
<updated>2014-07-02T23:34:22+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2014-07-02T23:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=283520baf786b81cfd97fe56909b7e8f2529eb22'/>
<id>urn:sha1:283520baf786b81cfd97fe56909b7e8f2529eb22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up the usage of z_const and respect const usage within zlib.</title>
<updated>2012-08-13T07:02:40+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-08-13T01:08:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=62d6112a7981ad7c34f3b43cffdf00d4662a4f25'/>
<id>urn:sha1:62d6112a7981ad7c34f3b43cffdf00d4662a4f25</id>
<content type='text'>
This patch allows zlib to compile cleanly with the -Wcast-qual gcc
warning enabled, but only if ZLIB_CONST is defined, which adds
const to next_in and msg in z_stream and in the in_func prototype.
A --const option is added to ./configure which adds -DZLIB_CONST
to the compile flags, and adds -Wcast-qual to the compile flags
when ZLIBGCCWARN is set in the environment.
</content>
</entry>
<entry>
<title>Use _snprintf for snprintf under Microsoft C in test/minigzip.c.</title>
<updated>2012-06-03T23:28:40+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-06-03T23:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=f947435b30cf3c10b96eec3024429e7555185452'/>
<id>urn:sha1:f947435b30cf3c10b96eec3024429e7555185452</id>
<content type='text'>
</content>
</entry>
</feed>
