<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zlib, branch v1.2.6.1</title>
<subtitle>A mirror of https://github.com/madler/zlib.git
</subtitle>
<id>https://git.lua4.win/zlib/atom?h=v1.2.6.1</id>
<link rel='self' href='https://git.lua4.win/zlib/atom?h=v1.2.6.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/'/>
<updated>2012-02-12T22:20:33+00:00</updated>
<entry>
<title>zlib 1.2.6.1</title>
<updated>2012-02-12T22:20:33+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-02-12T22:11:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=94acb3c1a0fbd14482224d6af3699ddb9e163510'/>
<id>urn:sha1:94acb3c1a0fbd14482224d6af3699ddb9e163510</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix minor typo in zlib.h comments [Rześniowiecki].</title>
<updated>2012-02-11T08:31:24+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-02-11T08:31:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=75143f819f14428f114ef69980af69071d65cbf9'/>
<id>urn:sha1:75143f819f14428f114ef69980af69071d65cbf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use optimized byte swap operations for Microsoft and GNU [Snyder].</title>
<updated>2012-02-11T08:26:38+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-02-11T08:26:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=7d45cf5a1dbe9d34f9fb18e2f485efda83019493'/>
<id>urn:sha1:7d45cf5a1dbe9d34f9fb18e2f485efda83019493</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unnecessary gzgetc_ function.</title>
<updated>2012-02-11T07:55:12+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-02-11T07:55:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=1a4ba8cd912466fe538f62d61fbcc25eead6d31a'/>
<id>urn:sha1:1a4ba8cd912466fe538f62d61fbcc25eead6d31a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update make_vms.com [Zinser].</title>
<updated>2012-02-05T18:55:09+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-02-05T18:55:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=9894494537635f51e79ac6fdb4157fe82c637328'/>
<id>urn:sha1:9894494537635f51e79ac6fdb4157fe82c637328</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor cleanup in contrib/minizip/zip.c [Vollant].</title>
<updated>2012-02-04T18:14:13+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-02-04T18:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=fc68b60086a69af7d3dab403b4dc98d01486780e'/>
<id>urn:sha1:fc68b60086a69af7d3dab403b4dc98d01486780e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use name in GCC_CLASSIC as C compiler for coverage testing, if set.</title>
<updated>2012-02-04T18:00:48+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-02-04T06:56:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=2dadd2fab4bc4806b4781b4b7b39728e76b7a9cc'/>
<id>urn:sha1:2dadd2fab4bc4806b4781b4b7b39728e76b7a9cc</id>
<content type='text'>
Apple removed support for gcov in the default gcc compiler chain,
when they moved to llvm.  This can be circumvented in XCode 4.2 by
using the gcc chain with gcc-4.2.  This patch allows setting
GCC_CLASSIC to the name of a real gcc executable (e.g. "gcc-4.2")
to allow coverage testing.
</content>
</entry>
<entry>
<title>Avoid library header include in crc32.c for Z_SOLO.</title>
<updated>2012-02-02T07:55:29+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-02-02T07:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=f9e4edc99629ae10e3cfd7091a4742e4e4e2dbec'/>
<id>urn:sha1:f9e4edc99629ae10e3cfd7091a4742e4e4e2dbec</id>
<content type='text'>
crc32.c was #including limits.h in order to find a four-byte integer
type.  It was doing this even if Z_SOLO were defined, violating the
intent of Z_SOLO, which is to include no library headers and require
no library functions.  Now crc32.c obeys the intent of Z_SOLO, but
with the downside that crc32() will be slower than when not compiled
with Z_SOLO.  This can be remedied manually by typedefing u4 to a
known four-byte unsigned integer type, and #defining BYFOUR in
crc32.c.
</content>
</entry>
<entry>
<title>Put gzflags() functionality back in zutil.c.</title>
<updated>2012-02-02T07:25:34+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-02-02T07:25:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=55b8b5fec16503cb9ce26074f600a1d7b426a0cc'/>
<id>urn:sha1:55b8b5fec16503cb9ce26074f600a1d7b426a0cc</id>
<content type='text'>
gzflags() was put in gzwrite.c in order to be compiled exactly the
same as gzprintf(), so that it was guaranteed to return the correct
information.  However that causes a static linkage to zlib to bring
in many routines that are often not used.  All that is required to
duplicate the compilation environment of gzprintf() is to include
gzguts.h.  So that is now done in zutil.c to assure that the correct
flags are returned.
</content>
</entry>
<entry>
<title>Include gz_header definition when compiling zlib solo.</title>
<updated>2012-02-02T07:04:20+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-02-02T06:41:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=a8d23bb675e05cfc0cc70ddc8ea03dbbf0e49fb8'/>
<id>urn:sha1:a8d23bb675e05cfc0cc70ddc8ea03dbbf0e49fb8</id>
<content type='text'>
</content>
</entry>
</feed>
