<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zlib, 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>Update Visual Studio project files (AraHaan).</title>
<updated>2017-01-01T02:57:48+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2017-01-01T02:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=14e3194e1ebbfc2825e51caf8312e4e3b45c9c81'/>
<id>urn:sha1:14e3194e1ebbfc2825e51caf8312e4e3b45c9c81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add crc32_z() and adler32_z() functions with size_t lengths.</title>
<updated>2017-01-01T01:50:52+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2017-01-01T00:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=b9ae6f0079099c1b2e26abbb434725c4cf62d6b2'/>
<id>urn:sha1:b9ae6f0079099c1b2e26abbb434725c4cf62d6b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make z_size_t unsigned long for non-standard C.</title>
<updated>2017-01-01T01:50:39+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2017-01-01T00:41:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=61b91f27f87f03d67ee5ecfa5fc66b16dd5e3019'/>
<id>urn:sha1:61b91f27f87f03d67ee5ecfa5fc66b16dd5e3019</id>
<content type='text'>
Also declare z_size_t when compiling solo.
</content>
</entry>
<entry>
<title>Avoid the need for ssize_t.</title>
<updated>2016-12-31T18:06:40+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2016-12-31T18:03:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=cca27e95cf2bf057b2bbea93702135da3ca7be45'/>
<id>urn:sha1:cca27e95cf2bf057b2bbea93702135da3ca7be45</id>
<content type='text'>
Limit read() and write() requests to sizes that fit in an int.
This allows storing the return value in an int, and avoiding the
need to use or construct an ssize_t type. This is required for
Microsoft C, whose _read and _write functions take an unsigned
request and return an int.
</content>
</entry>
<entry>
<title>Use a uniform approach for the largest value of an unsigned type.</title>
<updated>2016-12-31T16:49:17+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2016-12-31T16:49:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=b7fbee215674c3399212dffba1e71323056931d9'/>
<id>urn:sha1:b7fbee215674c3399212dffba1e71323056931d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use intptr_t for z_ssize_t on MSVC.</title>
<updated>2016-12-31T07:42:22+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2016-12-31T07:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=f3fcb92cf6c81b3ecd04b3ceb9243548b80c0cd9'/>
<id>urn:sha1:f3fcb92cf6c81b3ecd04b3ceb9243548b80c0cd9</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>Replace as400 with os400 for OS/400 support (Monnerat).</title>
<updated>2016-12-31T04:00:57+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2016-12-31T03:48:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=d46546544a1ec20671c7e5a9135ad7c6e83bb927'/>
<id>urn:sha1:d46546544a1ec20671c7e5a9135ad7c6e83bb927</id>
<content type='text'>
</content>
</entry>
</feed>
