<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zlib, branch v1.2.7</title>
<subtitle>A mirror of https://github.com/madler/zlib.git
</subtitle>
<id>https://git.lua4.win/zlib/atom?h=v1.2.7</id>
<link rel='self' href='https://git.lua4.win/zlib/atom?h=v1.2.7'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/'/>
<updated>2012-05-03T04:12:35+00:00</updated>
<entry>
<title>zlib 1.2.7</title>
<updated>2012-05-03T04:12:35+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-05-03T03:32:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=30a1c7065dc1dc2c2ed68ed403792b660bfdd805'/>
<id>urn:sha1:30a1c7065dc1dc2c2ed68ed403792b660bfdd805</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add instructions to win32/Makefile.gcc for shared install [Torri].</title>
<updated>2012-05-03T03:17:59+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-05-03T03:17:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=1b09651f8983927f37512e4b63198cb10c3fba05'/>
<id>urn:sha1:1b09651f8983927f37512e4b63198cb10c3fba05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Force the native libtool in Mac OS X to avoid GNU libtool [Beebe].</title>
<updated>2012-05-02T04:17:08+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-05-02T04:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=dee3d4ae36be021ca7d488a82f3e02de7ef36c6c'/>
<id>urn:sha1:dee3d4ae36be021ca7d488a82f3e02de7ef36c6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the path to zlib.map in CMakeLists.txt.</title>
<updated>2012-04-30T04:20:45+00:00</updated>
<author>
<name>Daniel Snider</name>
<email>qtipkk@gmail.com</email>
</author>
<published>2012-04-03T14:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=4373bac37eab11b6140e8e1c99c4010335e8a473'/>
<id>urn:sha1:4373bac37eab11b6140e8e1c99c4010335e8a473</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix parsing of version with "-" in CMakeLists.txt [Snider, Ziegler].</title>
<updated>2012-04-30T04:15:12+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-04-30T04:15:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=816e34e1b5b34a25d0e4eeb469a3d6994779edde'/>
<id>urn:sha1:816e34e1b5b34a25d0e4eeb469a3d6994779edde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix location of executable for finding a four-byte integer.</title>
<updated>2012-04-30T02:20:05+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-04-30T01:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=dbcdbf8c41db8d03e47fdbb0483f2705f8ac77f7'/>
<id>urn:sha1:dbcdbf8c41db8d03e47fdbb0483f2705f8ac77f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix type mismatch between get_crc_table() and crc_table.</title>
<updated>2012-04-29T23:18:12+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-04-29T23:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=6c9bd474aa08312ef2e2e9655a80e18db24a1680'/>
<id>urn:sha1:6c9bd474aa08312ef2e2e9655a80e18db24a1680</id>
<content type='text'>
crc_table is made using a four-byte integer (when that can be
determined).  However get_crc_table() returned a pointer to an
unsigned long, which could be eight bytes.  This fixes that by
creating a new z_crc_t type for the crc_table.

This type is also used for the BYFOUR crc calculations that depend
on a four-byte type.  The four-byte type can now be determined by
./configure, which also solves a problem where ./configure --solo
would never use BYFOUR.  No the Z_U4 #define indicates that four-
byte integer was found either by ./configure or by zconf.h.
</content>
</entry>
<entry>
<title>Avoid race condition for parallel make (-j) running example.</title>
<updated>2012-04-23T05:58:06+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-04-23T05:58:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=1be117908397b0ce065c07c60fa2b4ae778ff112'/>
<id>urn:sha1:1be117908397b0ce065c07c60fa2b4ae778ff112</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove -R. from Solaris shared build (possible security issue).</title>
<updated>2012-04-23T01:41:11+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-04-23T01:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=cc538ebf79223487a958e4fc77abde0664e45747'/>
<id>urn:sha1:cc538ebf79223487a958e4fc77abde0664e45747</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ./configure for Solaris, support --64 [Mooney].</title>
<updated>2012-04-23T01:27:41+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-04-23T01:27:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=6635b789876a05e1844d69d1c8067bb7c11c4462'/>
<id>urn:sha1:6635b789876a05e1844d69d1c8067bb7c11c4462</id>
<content type='text'>
</content>
</entry>
</feed>
