<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zlib/contrib/vstudio, branch v1.3.2</title>
<subtitle>A mirror of https://github.com/madler/zlib.git
</subtitle>
<id>https://git.lua4.win/zlib/atom?h=v1.3.2</id>
<link rel='self' href='https://git.lua4.win/zlib/atom?h=v1.3.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/'/>
<updated>2026-02-16T10:25:37+00:00</updated>
<entry>
<title>Remove vstudio projects in lieu of cmake-generated projects.</title>
<updated>2026-02-16T10:25:37+00:00</updated>
<author>
<name>Mark Adler</name>
<email>git@madler.net</email>
</author>
<published>2026-02-14T02:40:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=fa5ea47e620785e68a9c3bb294f8a0523e98780d'/>
<id>urn:sha1:fa5ea47e620785e68a9c3bb294f8a0523e98780d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add _z versions of the compress and uncompress functions.</title>
<updated>2026-01-12T18:13:28+00:00</updated>
<author>
<name>Mark Adler</name>
<email>git@madler.net</email>
</author>
<published>2026-01-12T17:29:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=4edb00de5aac7e4aa9110374bd1991c4d070eddb'/>
<id>urn:sha1:4edb00de5aac7e4aa9110374bd1991c4d070eddb</id>
<content type='text'>
Provide size_t arguments for Windows, on which a long is 32 bits.
</content>
</entry>
<entry>
<title>Add compressBound_z and deflateBound_z functions for large values.</title>
<updated>2026-01-05T21:03:04+00:00</updated>
<author>
<name>Mark Adler</name>
<email>git@madler.net</email>
</author>
<published>2026-01-04T16:34:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=916dc1ac351795c9bf86a3d19c3667b014b9d28e'/>
<id>urn:sha1:916dc1ac351795c9bf86a3d19c3667b014b9d28e</id>
<content type='text'>
These take and return size_t integers, instead of unsigned longs,
for those platforms with 32-bit longs. This commit also assures
that overflows of either integer type results in the maximum value
for that type, instead of wrapping to small values.
</content>
</entry>
<entry>
<title>zlib 1.3.1.2</title>
<updated>2025-12-08T13:30:18+00:00</updated>
<author>
<name>Mark Adler</name>
<email>git@madler.net</email>
</author>
<published>2025-12-08T13:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=570720b0c24f9686c33f35a1b3165c1f568b96be'/>
<id>urn:sha1:570720b0c24f9686c33f35a1b3165c1f568b96be</id>
<content type='text'>
Interim version for an audit.
</content>
</entry>
<entry>
<title>Correct Visual Studio readme.txt.</title>
<updated>2025-05-14T01:00:03+00:00</updated>
<author>
<name>skydvr</name>
<email>skydiver38@verizon.net</email>
</author>
<published>2025-03-07T16:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=783886350b775fbf852947bfff103992856075f6'/>
<id>urn:sha1:783886350b775fbf852947bfff103992856075f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add deflateUsed() function to get the used bits in the last byte.</title>
<updated>2024-07-02T00:34:40+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2024-07-02T00:24:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=e011d8c164402cbb1baf92533dfb4f933ec08fee'/>
<id>urn:sha1:e011d8c164402cbb1baf92533dfb4f933ec08fee</id>
<content type='text'>
This returns the number of used bits in the last byte of a stream
that has just been compressed with deflate.
</content>
</entry>
<entry>
<title>Fix version numbers in vstudio definition files.</title>
<updated>2024-01-28T20:54:11+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2024-01-28T20:51:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=b14484997a50c01b8d78f9db32516423573fc083'/>
<id>urn:sha1:b14484997a50c01b8d78f9db32516423573fc083</id>
<content type='text'>
They can only have a major and a minor version.
</content>
</entry>
<entry>
<title>Change version number on develop branch to 1.3.1.1.</title>
<updated>2024-01-22T21:07:41+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2024-01-22T21:07:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f'/>
<id>urn:sha1:9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zlib 1.3.1</title>
<updated>2024-01-22T18:32:37+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2024-01-22T18:14:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf'/>
<id>urn:sha1:51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update version numbers and year in contrib/vstudio/vc17.</title>
<updated>2023-08-20T00:13:12+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2023-08-20T00:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=8988e03256e9c80766ac6899e86c3bc57c347efc'/>
<id>urn:sha1:8988e03256e9c80766ac6899e86c3bc57c347efc</id>
<content type='text'>
</content>
</entry>
</feed>
