<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zlib/configure, 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-02T04:17:08+00:00</updated>
<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 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>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>
<entry>
<title>Add more comments to configure.</title>
<updated>2012-04-01T15:49:00+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-04-01T15:46:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=3fb77ac08b773a64d2eeb9e6e365780677c3d5c6'/>
<id>urn:sha1:3fb77ac08b773a64d2eeb9e6e365780677c3d5c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Recognize clang as gcc.</title>
<updated>2012-03-15T06:14:13+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-03-15T06:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=a3881cc745729cde05d921b3750e2d56889b5d26'/>
<id>urn:sha1:a3881cc745729cde05d921b3750e2d56889b5d26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify test and use of gcc hidden attribute.</title>
<updated>2012-03-03T08:20:00+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-03-03T08:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=dab7531eccdb5b22368797ae7958471401d1e427'/>
<id>urn:sha1:dab7531eccdb5b22368797ae7958471401d1e427</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve the detection of no hidden visibility attribute.</title>
<updated>2012-02-20T07:33:10+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-02-20T07:31:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=3f4339b61b3737f6efdd55368488f0a5888e4935'/>
<id>urn:sha1:3f4339b61b3737f6efdd55368488f0a5888e4935</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test for existence of strerror.</title>
<updated>2012-02-18T21:55:09+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-02-18T21:55:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=6838df92460eaceaaadd0f13aaea248a6b7c0a1b'/>
<id>urn:sha1:6838df92460eaceaaadd0f13aaea248a6b7c0a1b</id>
<content type='text'>
SunOS 4.1 claims that it is __STDC__, but it does not have strerror
in string.h.  Instead of using __STDC__, this puts a direct test
for strerror in configure, and uses that information in gzguts.h.
</content>
</entry>
</feed>
