<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zlib/test, branch v1.2.7.1</title>
<subtitle>A mirror of https://github.com/madler/zlib.git
</subtitle>
<id>https://git.lua4.win/zlib/atom?h=v1.2.7.1</id>
<link rel='self' href='https://git.lua4.win/zlib/atom?h=v1.2.7.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/'/>
<updated>2012-08-13T07:02:40+00:00</updated>
<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>
<entry>
<title>Replace use of unsafe string functions with snprintf if available.</title>
<updated>2012-05-03T06:18:38+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-05-03T06:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=c58f7ab28d5fc346032592414055db4edcc18050'/>
<id>urn:sha1:c58f7ab28d5fc346032592414055db4edcc18050</id>
<content type='text'>
This avoids warnings in OpenBSD that apparently can't be turned
off whenever you link strcpy, strcat, or sprintf.  When snprintf
isn't available, the use of the "unsafe" string functions has
always in fact been safe, since the lengths are all checked before
those functions are called.

We do not use strlcpy or strlcat, since they are not (yet) found on
all systems.  snprintf on the other hand is part of the C standard
library and is very common.
</content>
</entry>
<entry>
<title>Fix bug in test/minigzip.c for configure --solo.</title>
<updated>2012-03-04T06:43:15+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-03-04T06:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=41a18e1d7e2f5dea87c5105309e369ec1e86f2bd'/>
<id>urn:sha1:41a18e1d7e2f5dea87c5105309e369ec1e86f2bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up infcover.c.</title>
<updated>2011-12-01T04:19:05+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2011-12-01T04:19:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=fbac04f666339eef3678e4eb81b25ae69bfcbd81'/>
<id>urn:sha1:fbac04f666339eef3678e4eb81b25ae69bfcbd81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test the inflate code with full coverage.</title>
<updated>2011-11-27T22:15:40+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2011-11-20T16:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=014967ace3f79835ced79b0189d39eced1da7fa2'/>
<id>urn:sha1:014967ace3f79835ced79b0189d39eced1da7fa2</id>
<content type='text'>
Add a cover target in Makefile and the test/infcover.c test program
to cover all of the code lines in the inf*.c source files.  The
coverage is run with memory allocation checking in order to expose
memory leaks.  The coverage testing is run using:

    ./configure --cover &amp;&amp; make cover
</content>
</entry>
<entry>
<title>Move example.c and minigzip.c to test/.</title>
<updated>2011-11-27T22:15:32+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2011-11-22T02:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=1b57de3aef88bd0a7b80c11db3631281b08b650a'/>
<id>urn:sha1:1b57de3aef88bd0a7b80c11db3631281b08b650a</id>
<content type='text'>
</content>
</entry>
</feed>
